2024-08-20T21:46:58.6495350Z Current runner version: '2.319.1' 2024-08-20T21:46:58.6498730Z Runner name: 'i-0909177d513caaf3b' 2024-08-20T21:46:58.6499150Z Runner group name: 'Default' 2024-08-20T21:46:58.6499700Z Machine name: 'ip-10-0-0-144' 2024-08-20T21:46:58.6508620Z Testing runner upgrade compatibility 2024-08-20T21:46:59.0833830Z ##[group]GITHUB_TOKEN Permissions 2024-08-20T21:46:59.0835310Z Actions: read 2024-08-20T21:46:59.0835660Z Attestations: read 2024-08-20T21:46:59.0836020Z Checks: read 2024-08-20T21:46:59.0836350Z Contents: read 2024-08-20T21:46:59.0836710Z Deployments: read 2024-08-20T21:46:59.0837070Z Discussions: read 2024-08-20T21:46:59.0837510Z Issues: read 2024-08-20T21:46:59.0837860Z Metadata: read 2024-08-20T21:46:59.0851350Z Packages: read 2024-08-20T21:46:59.0851680Z Pages: read 2024-08-20T21:46:59.0852000Z PullRequests: read 2024-08-20T21:46:59.0852350Z RepositoryProjects: read 2024-08-20T21:46:59.0852730Z SecurityEvents: read 2024-08-20T21:46:59.0853070Z Statuses: read 2024-08-20T21:46:59.0853520Z ##[endgroup] 2024-08-20T21:46:59.0855990Z Secret source: Actions 2024-08-20T21:46:59.0856440Z Prepare workflow directory 2024-08-20T21:46:59.1715290Z Prepare all required actions 2024-08-20T21:46:59.1814190Z Getting action download info 2024-08-20T21:46:59.3632440Z Download action repository 'pytorch/test-infra@main' (SHA:0c3a2634aaa2f638c8f640e743f03d696ce1191f) 2024-08-20T21:47:00.1462830Z Download action repository 'pytorch/pytorch@main' (SHA:2e1830c7c8dfc1141c89232e0356671ac07aa979) 2024-08-20T21:47:06.1871390Z Download action repository 'nick-fields/retry@v2.8.2' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-20T21:47:06.4249360Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-20T21:47:06.6703460Z Getting action download info 2024-08-20T21:47:06.7762960Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-20T21:47:07.0090450Z Getting action download info 2024-08-20T21:47:07.1400300Z Download action repository 'actions/cache@v3' (SHA:e12d46a63a90f2fae62d114769bbf2a179198b5c) 2024-08-20T21:47:07.4474270Z Getting action download info 2024-08-20T21:47:07.6472540Z Uses: pytorch/pytorch/.github/workflows/_mac-build.yml@refs/tags/ciflow/trunk/133712 (40ec5f6ddd9787aca0449b24128343ff4c4a88b3) 2024-08-20T21:47:07.6474330Z ##[group] Inputs 2024-08-20T21:47:07.6474600Z build-environment: macos-py3-arm64 2024-08-20T21:47:07.6474900Z runner-type: macos-m1-stable 2024-08-20T21:47:07.6475390Z build-generates-artifacts: true 2024-08-20T21:47:07.6475670Z xcode-version: 2024-08-20T21:47:07.6475890Z sync-tag: macos-py3-arm64-build 2024-08-20T21:47:07.6476160Z python-version: 3.9.12 2024-08-20T21:47:07.6476400Z environment-file: 2024-08-20T21:47:07.6477410Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "macos-m1-stable" }, { config: "default", shard: 2, num_shards: 3, runner: "macos-m1-stable" }, { config: "default", shard: 3, num_shards: 3, runner: "macos-m1-stable" }, ]} 2024-08-20T21:47:07.6478430Z sccache-use-gha: false 2024-08-20T21:47:07.6478660Z ##[endgroup] 2024-08-20T21:47:07.6479020Z Complete job name: macos-py3-arm64 / build 2024-08-20T21:47:07.6924290Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@main 2024-08-20T21:47:07.6924690Z with: 2024-08-20T21:47:07.6924880Z minimum-available-space-in-gb: 6 2024-08-20T21:47:07.6925130Z env: 2024-08-20T21:47:07.6925310Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:47:07.6925560Z SCCACHE_USE_GHA: false 2024-08-20T21:47:07.6925780Z ##[endgroup] 2024-08-20T21:47:07.7069680Z ##[group]Run echo "Print the available disk space for manual inspection" 2024-08-20T21:47:07.7070280Z echo "Print the available disk space for manual inspection" 2024-08-20T21:47:07.7070620Z df -h 2024-08-20T21:47:07.7070790Z  2024-08-20T21:47:07.7070960Z function check_disk_space() { 2024-08-20T21:47:07.7071200Z  set +e 2024-08-20T21:47:07.7071360Z  2024-08-20T21:47:07.7071950Z  # Set the minimum requirement space to 6GB 2024-08-20T21:47:07.7072420Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2024-08-20T21:47:07.7072840Z  2024-08-20T21:47:07.7073100Z  # Use KB to avoid floating point warning like 3.1GB 2024-08-20T21:47:07.7073520Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2024-08-20T21:47:07.7073860Z  do 2024-08-20T21:47:07.7074130Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2024-08-20T21:47:07.7074430Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2024-08-20T21:47:07.7074690Z  2024-08-20T21:47:07.7074860Z  if [ "${MOUNT}" = "/" ]; then 2024-08-20T21:47:07.7075210Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2024-08-20T21:47:07.7075990Z  echo "Failure: There is only ${AVAIL}KB free space left in ${MOUNT}, which is less than the minimum requirement of ${MINIMUM_AVAILABLE_SPACE_IN_KB}KB for ${RUNNER_OS}" 2024-08-20T21:47:07.7076670Z  else 2024-08-20T21:47:07.7077060Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2024-08-20T21:47:07.7077480Z  fi 2024-08-20T21:47:07.7077650Z  fi 2024-08-20T21:47:07.7077800Z  done 2024-08-20T21:47:07.7077950Z  2024-08-20T21:47:07.7078100Z  set -e 2024-08-20T21:47:07.7078260Z } 2024-08-20T21:47:07.7078400Z  2024-08-20T21:47:07.7078560Z RESULT=$(check_disk_space) 2024-08-20T21:47:07.7078790Z echo "${RESULT}" 2024-08-20T21:47:07.7078980Z  2024-08-20T21:47:07.7079230Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2024-08-20T21:47:07.7079960Z  # We can clean up /System/Library/Caches/com.apple.coresymbolicationd on MacOS to free up the space and this should free up enough space 2024-08-20T21:47:07.7080650Z  # https://github.com/pytorch/pytorch/issues/85440 2024-08-20T21:47:07.7081130Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2024-08-20T21:47:07.7081840Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2024-08-20T21:47:07.7082480Z  sudo launchctl stop com.apple.coresymbolicationd || true 2024-08-20T21:47:07.7082810Z  2024-08-20T21:47:07.7083010Z  # Clean up crash reports on the runner 2024-08-20T21:47:07.7083430Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2024-08-20T21:47:07.7083790Z  2024-08-20T21:47:07.7084020Z  # Also try to clean up torch.hub caching directory 2024-08-20T21:47:07.7084380Z  rm -rf "${HOME}/.cache/torch/hub" || true 2024-08-20T21:47:07.7084640Z  2024-08-20T21:47:07.7084790Z  # Purge conda 2024-08-20T21:47:07.7085010Z  conda clean -p -t -y || true 2024-08-20T21:47:07.7085260Z  # and pip cache 2024-08-20T21:47:07.7085760Z  pip cache purge || true 2024-08-20T21:47:07.7085990Z  2024-08-20T21:47:07.7086270Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2024-08-20T21:47:07.7086640Z  # Re-run the check 2024-08-20T21:47:07.7086860Z  RESULT=$(check_disk_space) 2024-08-20T21:47:07.7087100Z  echo "${RESULT}" 2024-08-20T21:47:07.7087300Z fi 2024-08-20T21:47:07.7087450Z  2024-08-20T21:47:07.7087630Z if [[ "${RESULT}" == *Failure* ]]; then 2024-08-20T21:47:07.7087890Z  df -h 2024-08-20T21:47:07.7088050Z  2024-08-20T21:47:07.7088650Z  echo "Please help create an issue to PyTorch Release Engineering via https://github.com/pytorch/test-infra/issues and provide the link to the workflow run." 2024-08-20T21:47:07.7089310Z  exit 1 2024-08-20T21:47:07.7089620Z fi 2024-08-20T21:47:07.7109090Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:47:07.7109380Z env: 2024-08-20T21:47:07.7109550Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:47:07.7109790Z SCCACHE_USE_GHA: false 2024-08-20T21:47:07.7110000Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2024-08-20T21:47:07.7110220Z ##[endgroup] 2024-08-20T21:47:07.7610150Z Print the available disk space for manual inspection 2024-08-20T21:47:07.7610810Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-08-20T21:47:07.7611340Z /dev/disk5s2s1 256Gi 9.5Gi 199Gi 5% 404k 2.1G 0% / 2024-08-20T21:47:07.7611790Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-08-20T21:47:07.7612300Z /dev/disk5s5 256Gi 1.0Gi 199Gi 1% 1 2.1G 0% /System/Volumes/VM 2024-08-20T21:47:07.7612860Z /dev/disk5s3 256Gi 5.7Gi 199Gi 3% 997 2.1G 0% /System/Volumes/Preboot 2024-08-20T21:47:07.7613440Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2024-08-20T21:47:07.7614060Z /dev/disk1s1 500Mi 54Mi 387Mi 13% 53 4.0M 0% /System/Volumes/iSCPreboot 2024-08-20T21:47:07.7614640Z /dev/disk1s3 500Mi 616Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2024-08-20T21:47:07.7615200Z /dev/disk5s1 256Gi 39Gi 199Gi 17% 2.4M 2.1G 0% /System/Volumes/Data 2024-08-20T21:47:07.7616030Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2024-08-20T21:47:07.7616690Z /dev/disk3s4 228Gi 108Ki 212Gi 1% 17 2.2G 0% /private/tmp/tmp-mount-jpKNKL 2024-08-20T21:47:07.8007030Z Success: There is 209028636KB free space left in / for macOS, continue 2024-08-20T21:47:07.8165080Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-20T21:47:07.8165420Z with: 2024-08-20T21:47:07.8165570Z submodules: recursive 2024-08-20T21:47:07.8165760Z fetch-depth: 0 2024-08-20T21:47:07.8165910Z env: 2024-08-20T21:47:07.8166080Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:47:07.8166310Z SCCACHE_USE_GHA: false 2024-08-20T21:47:07.8166490Z ##[endgroup] 2024-08-20T21:47:07.8177870Z ##[group]Run retry () { 2024-08-20T21:47:07.8178100Z retry () { 2024-08-20T21:47:07.8178380Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-20T21:47:07.8178710Z } 2024-08-20T21:47:07.8178880Z echo "${GITHUB_WORKSPACE}" 2024-08-20T21:47:07.8179120Z if [ -z "${NO_SUDO}" ]; then 2024-08-20T21:47:07.8179390Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-20T21:47:07.8179680Z else 2024-08-20T21:47:07.8179890Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-20T21:47:07.8180140Z fi 2024-08-20T21:47:07.8180330Z mkdir "${GITHUB_WORKSPACE}" 2024-08-20T21:47:07.8202730Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:47:07.8203020Z env: 2024-08-20T21:47:07.8203180Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:47:07.8203420Z SCCACHE_USE_GHA: false 2024-08-20T21:47:07.8203610Z NO_SUDO: 2024-08-20T21:47:07.8203750Z ##[endgroup] 2024-08-20T21:47:07.8591340Z /Users/ec2-user/runner/_work/pytorch/pytorch 2024-08-20T21:47:22.3528470Z ##[group]Run malfet/checkout@silent-checkout 2024-08-20T21:47:22.3528740Z with: 2024-08-20T21:47:22.3528990Z ref: 40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:47:22.3529250Z fetch-depth: 0 2024-08-20T21:47:22.3529450Z submodules: recursive 2024-08-20T21:47:22.3529680Z quiet-checkout: true 2024-08-20T21:47:22.3529900Z repository: pytorch/pytorch 2024-08-20T21:47:22.3530200Z token: *** 2024-08-20T21:47:22.3530360Z ssh-strict: true 2024-08-20T21:47:22.3530550Z persist-credentials: true 2024-08-20T21:47:22.3530770Z clean: true 2024-08-20T21:47:22.3530950Z sparse-checkout-cone-mode: true 2024-08-20T21:47:22.3531170Z lfs: false 2024-08-20T21:47:22.3531620Z set-safe-directory: true 2024-08-20T21:47:22.3531810Z env: 2024-08-20T21:47:22.3531960Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:47:22.3532220Z SCCACHE_USE_GHA: false 2024-08-20T21:47:22.3532410Z ##[endgroup] 2024-08-20T21:47:22.4459000Z Syncing repository: pytorch/pytorch 2024-08-20T21:47:22.4460040Z ##[group]Getting Git version info 2024-08-20T21:47:22.4460530Z Working directory is '/Users/ec2-user/runner/_work/pytorch/pytorch' 2024-08-20T21:47:22.4461040Z [command]/usr/bin/git version 2024-08-20T21:47:22.4493830Z git version 2.39.3 (Apple Git-146) 2024-08-20T21:47:22.4507480Z ##[endgroup] 2024-08-20T21:47:22.4516890Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/ef7e5884-43be-4924-b440-d1818b7dbe5d' before making global git config changes 2024-08-20T21:47:22.4517750Z Adding repository directory to the temporary git global config as a safe directory 2024-08-20T21:47:22.4518460Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2024-08-20T21:47:22.4579480Z Deleting the contents of '/Users/ec2-user/runner/_work/pytorch/pytorch' 2024-08-20T21:47:22.4585520Z ##[group]Initializing the repository 2024-08-20T21:47:22.4587210Z [command]/usr/bin/git init /Users/ec2-user/runner/_work/pytorch/pytorch 2024-08-20T21:47:22.4730280Z Initialized empty Git repository in /Users/ec2-user/runner/_work/pytorch/pytorch/.git/ 2024-08-20T21:47:22.4735770Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-08-20T21:47:22.4801310Z ##[endgroup] 2024-08-20T21:47:22.4801710Z ##[group]Disabling automatic garbage collection 2024-08-20T21:47:22.4803600Z [command]/usr/bin/git config --local gc.auto 0 2024-08-20T21:47:22.4866120Z ##[endgroup] 2024-08-20T21:47:22.4866460Z ##[group]Setting up auth 2024-08-20T21:47:22.4869500Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-20T21:47:22.4926070Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-20T21:47:22.5420990Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-20T21:47:22.5479130Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-20T21:47:22.6017290Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-20T21:47:22.6083900Z ##[endgroup] 2024-08-20T21:47:22.6084270Z ##[group]Fetching the repository 2024-08-20T21:47:22.6087460Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules --quiet origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2024-08-20T21:47:25.3050750Z remote: Enumerating objects: 1008453 2024-08-20T21:47:25.3053480Z remote: Enumerating objects: 1010157, done. 2024-08-20T21:47:25.3056560Z remote: Counting objects: 0% (1/1704) 2024-08-20T21:47:25.3058990Z remote: Counting objects: 1% (18/1704) 2024-08-20T21:47:25.3061440Z remote: Counting objects: 2% (35/1704) 2024-08-20T21:47:25.3124990Z remote: Counting objects: 3% (52/1704) 2024-08-20T21:47:25.3126920Z remote: Counting objects: 4% (69/1704) 2024-08-20T21:47:25.3128330Z remote: Counting objects: 5% (86/1704) 2024-08-20T21:47:25.3129670Z remote: Counting objects: 6% (103/1704) 2024-08-20T21:47:25.3131000Z remote: Counting objects: 7% (120/1704) 2024-08-20T21:47:25.3132390Z remote: Counting objects: 8% (137/1704) 2024-08-20T21:47:25.3133750Z remote: Counting objects: 9% (154/1704) 2024-08-20T21:47:25.3135140Z remote: Counting objects: 10% (171/1704) 2024-08-20T21:47:25.3136480Z remote: Counting objects: 11% (188/1704) 2024-08-20T21:47:25.3139350Z remote: Counting objects: 12% (205/1704) 2024-08-20T21:47:25.3140710Z remote: Counting objects: 13% (222/1704) 2024-08-20T21:47:25.3142070Z remote: Counting objects: 14% (239/1704) 2024-08-20T21:47:25.3143420Z remote: Counting objects: 15% (256/1704) 2024-08-20T21:47:25.3144770Z remote: Counting objects: 16% (273/1704) 2024-08-20T21:47:25.3146140Z remote: Counting objects: 17% (290/1704) 2024-08-20T21:47:25.3147560Z remote: Counting objects: 18% (307/1704) 2024-08-20T21:47:25.3148910Z remote: Counting objects: 19% (324/1704) 2024-08-20T21:47:25.3150340Z remote: Counting objects: 20% (341/1704) 2024-08-20T21:47:25.3151740Z remote: Counting objects: 21% (358/1704) 2024-08-20T21:47:25.3153110Z remote: Counting objects: 22% (375/1704) 2024-08-20T21:47:25.3154480Z remote: Counting objects: 23% (392/1704) 2024-08-20T21:47:25.3155920Z remote: Counting objects: 24% (409/1704) 2024-08-20T21:47:25.3157270Z remote: Counting objects: 25% (426/1704) 2024-08-20T21:47:25.3158640Z remote: Counting objects: 26% (444/1704) 2024-08-20T21:47:25.3160130Z remote: Counting objects: 27% (461/1704) 2024-08-20T21:47:25.3161500Z remote: Counting objects: 28% (478/1704) 2024-08-20T21:47:25.3162850Z remote: Counting objects: 29% (495/1704) 2024-08-20T21:47:25.3164250Z remote: Counting objects: 30% (512/1704) 2024-08-20T21:47:25.3165690Z remote: Counting objects: 31% (529/1704) 2024-08-20T21:47:25.3167010Z remote: Counting objects: 32% (546/1704) 2024-08-20T21:47:25.3168340Z remote: Counting objects: 33% (563/1704) 2024-08-20T21:47:25.3169750Z remote: Counting objects: 34% (580/1704) 2024-08-20T21:47:25.3172370Z remote: Counting objects: 35% (597/1704) 2024-08-20T21:47:25.3173770Z remote: Counting objects: 36% (614/1704) 2024-08-20T21:47:25.3175220Z remote: Counting objects: 37% (631/1704) 2024-08-20T21:47:25.3176560Z remote: Counting objects: 38% (648/1704) 2024-08-20T21:47:25.3177930Z remote: Counting objects: 39% (665/1704) 2024-08-20T21:47:25.3179290Z remote: Counting objects: 40% (682/1704) 2024-08-20T21:47:25.3180650Z remote: Counting objects: 41% (699/1704) 2024-08-20T21:47:25.3182030Z remote: Counting objects: 42% (716/1704) 2024-08-20T21:47:25.3183400Z remote: Counting objects: 43% (733/1704) 2024-08-20T21:47:25.3184710Z remote: Counting objects: 44% (750/1704) 2024-08-20T21:47:25.3186130Z remote: Counting objects: 45% (767/1704) 2024-08-20T21:47:25.3187540Z remote: Counting objects: 46% (784/1704) 2024-08-20T21:47:25.3188990Z remote: Counting objects: 47% (801/1704) 2024-08-20T21:47:25.3190350Z remote: Counting objects: 48% (818/1704) 2024-08-20T21:47:25.3191710Z remote: Counting objects: 49% (835/1704) 2024-08-20T21:47:25.3193120Z remote: Counting objects: 50% (852/1704) 2024-08-20T21:47:25.3194500Z remote: Counting objects: 51% (870/1704) 2024-08-20T21:47:25.3195850Z remote: Counting objects: 52% (887/1704) 2024-08-20T21:47:25.3197170Z remote: Counting objects: 53% (904/1704) 2024-08-20T21:47:25.3198510Z remote: Counting objects: 54% (921/1704) 2024-08-20T21:47:25.3199890Z remote: Counting objects: 55% (938/1704) 2024-08-20T21:47:25.3201310Z remote: Counting objects: 56% (955/1704) 2024-08-20T21:47:25.3202650Z remote: Counting objects: 57% (972/1704) 2024-08-20T21:47:25.3204000Z remote: Counting objects: 58% (989/1704) 2024-08-20T21:47:25.3205470Z remote: Counting objects: 59% (1006/1704) 2024-08-20T21:47:25.3206880Z remote: Counting objects: 60% (1023/1704) 2024-08-20T21:47:25.3208360Z remote: Counting objects: 61% (1040/1704) 2024-08-20T21:47:25.3209850Z remote: Counting objects: 62% (1057/1704) 2024-08-20T21:47:25.3211200Z remote: Counting objects: 63% (1074/1704) 2024-08-20T21:47:25.3213400Z remote: Counting objects: 64% (1091/1704) 2024-08-20T21:47:25.3214830Z remote: Counting objects: 65% (1108/1704) 2024-08-20T21:47:25.3216230Z remote: Counting objects: 66% (1125/1704) 2024-08-20T21:47:25.3217750Z remote: Counting objects: 67% (1142/1704) 2024-08-20T21:47:25.3219230Z remote: Counting objects: 68% (1159/1704) 2024-08-20T21:47:25.3220630Z remote: Counting objects: 69% (1176/1704) 2024-08-20T21:47:25.3221850Z remote: Counting objects: 70% (1193/1704) 2024-08-20T21:47:25.3223070Z remote: Counting objects: 71% (1210/1704) 2024-08-20T21:47:25.3224210Z remote: Counting objects: 72% (1227/1704) 2024-08-20T21:47:25.3225330Z remote: Counting objects: 73% (1244/1704) 2024-08-20T21:47:25.3226500Z remote: Counting objects: 74% (1261/1704) 2024-08-20T21:47:25.3227630Z remote: Counting objects: 75% (1278/1704) 2024-08-20T21:47:25.3228750Z remote: Counting objects: 76% (1296/1704) 2024-08-20T21:47:25.3229900Z remote: Counting objects: 77% (1313/1704) 2024-08-20T21:47:25.3231020Z remote: Counting objects: 78% (1330/1704) 2024-08-20T21:47:25.3232110Z remote: Counting objects: 79% (1347/1704) 2024-08-20T21:47:25.3233260Z remote: Counting objects: 80% (1364/1704) 2024-08-20T21:47:25.3234370Z remote: Counting objects: 81% (1381/1704) 2024-08-20T21:47:25.3235470Z remote: Counting objects: 82% (1398/1704) 2024-08-20T21:47:25.3236530Z remote: Counting objects: 83% (1415/1704) 2024-08-20T21:47:25.3237640Z remote: Counting objects: 84% (1432/1704) 2024-08-20T21:47:25.3238750Z remote: Counting objects: 85% (1449/1704) 2024-08-20T21:47:25.3239810Z remote: Counting objects: 86% (1466/1704) 2024-08-20T21:47:25.3241460Z remote: Counting objects: 87% (1483/1704) 2024-08-20T21:47:25.3242570Z remote: Counting objects: 88% (1500/1704) 2024-08-20T21:47:25.3243640Z remote: Counting objects: 89% (1517/1704) 2024-08-20T21:47:25.3244710Z remote: Counting objects: 90% (1534/1704) 2024-08-20T21:47:25.3245790Z remote: Counting objects: 91% (1551/1704) 2024-08-20T21:47:25.3246910Z remote: Counting objects: 92% (1568/1704) 2024-08-20T21:47:25.3247980Z remote: Counting objects: 93% (1585/1704) 2024-08-20T21:47:25.3249130Z remote: Counting objects: 94% (1602/1704) 2024-08-20T21:47:25.3250190Z remote: Counting objects: 95% (1619/1704) 2024-08-20T21:47:25.3251260Z remote: Counting objects: 96% (1636/1704) 2024-08-20T21:47:25.3317800Z remote: Counting objects: 97% (1653/1704) 2024-08-20T21:47:25.3318770Z remote: Counting objects: 98% (1670/1704) 2024-08-20T21:47:25.3319680Z remote: Counting objects: 99% (1687/1704) 2024-08-20T21:47:25.3320590Z remote: Counting objects: 100% (1704/1704) 2024-08-20T21:47:25.3321540Z remote: Counting objects: 100% (1704/1704), done. 2024-08-20T21:47:25.3347340Z remote: Compressing objects: 0% (1/847) 2024-08-20T21:47:25.3682460Z remote: Compressing objects: 1% (9/847) 2024-08-20T21:47:25.3926610Z remote: Compressing objects: 2% (17/847) 2024-08-20T21:47:25.4475730Z remote: Compressing objects: 3% (26/847) 2024-08-20T21:47:25.5322140Z remote: Compressing objects: 4% (34/847) 2024-08-20T21:47:25.5792190Z remote: Compressing objects: 5% (43/847) 2024-08-20T21:47:25.6305520Z remote: Compressing objects: 6% (51/847) 2024-08-20T21:47:25.6673410Z remote: Compressing objects: 7% (60/847) 2024-08-20T21:47:25.6981870Z remote: Compressing objects: 8% (68/847) 2024-08-20T21:47:25.7275580Z remote: Compressing objects: 9% (77/847) 2024-08-20T21:47:25.7553890Z remote: Compressing objects: 10% (85/847) 2024-08-20T21:47:25.7749120Z remote: Compressing objects: 11% (94/847) 2024-08-20T21:47:25.8023590Z remote: Compressing objects: 12% (102/847) 2024-08-20T21:47:25.8154190Z remote: Compressing objects: 13% (111/847) 2024-08-20T21:47:25.8300400Z remote: Compressing objects: 14% (119/847) 2024-08-20T21:47:25.8410450Z remote: Compressing objects: 15% (128/847) 2024-08-20T21:47:25.8522720Z remote: Compressing objects: 16% (136/847) 2024-08-20T21:47:25.8624340Z remote: Compressing objects: 17% (144/847) 2024-08-20T21:47:25.8726590Z remote: Compressing objects: 18% (153/847) 2024-08-20T21:47:25.8786200Z remote: Compressing objects: 19% (161/847) 2024-08-20T21:47:25.8889960Z remote: Compressing objects: 20% (170/847) 2024-08-20T21:47:25.8992250Z remote: Compressing objects: 21% (178/847) 2024-08-20T21:47:25.9098250Z remote: Compressing objects: 22% (187/847) 2024-08-20T21:47:25.9202840Z remote: Compressing objects: 23% (195/847) 2024-08-20T21:47:25.9303070Z remote: Compressing objects: 24% (204/847) 2024-08-20T21:47:25.9304240Z remote: Compressing objects: 25% (212/847) 2024-08-20T21:47:25.9305760Z remote: Compressing objects: 26% (221/847) 2024-08-20T21:47:25.9307320Z remote: Compressing objects: 27% (229/847) 2024-08-20T21:47:25.9308610Z remote: Compressing objects: 28% (238/847) 2024-08-20T21:47:25.9309930Z remote: Compressing objects: 29% (246/847) 2024-08-20T21:47:25.9311220Z remote: Compressing objects: 30% (255/847) 2024-08-20T21:47:25.9312590Z remote: Compressing objects: 31% (263/847) 2024-08-20T21:47:25.9313870Z remote: Compressing objects: 32% (272/847) 2024-08-20T21:47:25.9315180Z remote: Compressing objects: 33% (280/847) 2024-08-20T21:47:25.9316450Z remote: Compressing objects: 34% (288/847) 2024-08-20T21:47:25.9317380Z remote: Compressing objects: 35% (297/847) 2024-08-20T21:47:25.9318960Z remote: Compressing objects: 36% (305/847) 2024-08-20T21:47:25.9319880Z remote: Compressing objects: 37% (314/847) 2024-08-20T21:47:25.9320770Z remote: Compressing objects: 38% (322/847) 2024-08-20T21:47:25.9321670Z remote: Compressing objects: 39% (331/847) 2024-08-20T21:47:25.9322550Z remote: Compressing objects: 40% (339/847) 2024-08-20T21:47:25.9323430Z remote: Compressing objects: 41% (348/847) 2024-08-20T21:47:25.9324320Z remote: Compressing objects: 42% (356/847) 2024-08-20T21:47:25.9325200Z remote: Compressing objects: 43% (365/847) 2024-08-20T21:47:25.9326080Z remote: Compressing objects: 44% (373/847) 2024-08-20T21:47:25.9326960Z remote: Compressing objects: 45% (382/847) 2024-08-20T21:47:25.9327840Z remote: Compressing objects: 46% (390/847) 2024-08-20T21:47:25.9328720Z remote: Compressing objects: 47% (399/847) 2024-08-20T21:47:25.9329610Z remote: Compressing objects: 48% (407/847) 2024-08-20T21:47:25.9330490Z remote: Compressing objects: 49% (416/847) 2024-08-20T21:47:25.9331370Z remote: Compressing objects: 50% (424/847) 2024-08-20T21:47:25.9332260Z remote: Compressing objects: 51% (432/847) 2024-08-20T21:47:25.9333140Z remote: Compressing objects: 52% (441/847) 2024-08-20T21:47:25.9334020Z remote: Compressing objects: 53% (449/847) 2024-08-20T21:47:25.9334890Z remote: Compressing objects: 54% (458/847) 2024-08-20T21:47:25.9335780Z remote: Compressing objects: 55% (466/847) 2024-08-20T21:47:25.9336700Z remote: Compressing objects: 56% (475/847) 2024-08-20T21:47:25.9337580Z remote: Compressing objects: 57% (483/847) 2024-08-20T21:47:25.9338460Z remote: Compressing objects: 58% (492/847) 2024-08-20T21:47:25.9339350Z remote: Compressing objects: 59% (500/847) 2024-08-20T21:47:25.9340220Z remote: Compressing objects: 60% (509/847) 2024-08-20T21:47:25.9341110Z remote: Compressing objects: 61% (517/847) 2024-08-20T21:47:25.9342000Z remote: Compressing objects: 62% (526/847) 2024-08-20T21:47:25.9342880Z remote: Compressing objects: 63% (534/847) 2024-08-20T21:47:25.9344100Z remote: Compressing objects: 64% (543/847) 2024-08-20T21:47:25.9344820Z remote: Compressing objects: 65% (551/847) 2024-08-20T21:47:25.9345540Z remote: Compressing objects: 66% (560/847) 2024-08-20T21:47:25.9346270Z remote: Compressing objects: 67% (568/847) 2024-08-20T21:47:25.9346990Z remote: Compressing objects: 68% (576/847) 2024-08-20T21:47:25.9347720Z remote: Compressing objects: 69% (585/847) 2024-08-20T21:47:25.9348460Z remote: Compressing objects: 70% (593/847) 2024-08-20T21:47:25.9349180Z remote: Compressing objects: 71% (602/847) 2024-08-20T21:47:25.9349910Z remote: Compressing objects: 72% (610/847) 2024-08-20T21:47:25.9350640Z remote: Compressing objects: 73% (619/847) 2024-08-20T21:47:25.9351370Z remote: Compressing objects: 74% (627/847) 2024-08-20T21:47:25.9352100Z remote: Compressing objects: 75% (636/847) 2024-08-20T21:47:25.9352820Z remote: Compressing objects: 76% (644/847) 2024-08-20T21:47:25.9353550Z remote: Compressing objects: 77% (653/847) 2024-08-20T21:47:25.9354280Z remote: Compressing objects: 78% (661/847) 2024-08-20T21:47:25.9355000Z remote: Compressing objects: 79% (670/847) 2024-08-20T21:47:25.9368550Z remote: Compressing objects: 80% (678/847) 2024-08-20T21:47:25.9369330Z remote: Compressing objects: 81% (687/847) 2024-08-20T21:47:25.9370070Z remote: Compressing objects: 82% (695/847) 2024-08-20T21:47:25.9370810Z remote: Compressing objects: 83% (704/847) 2024-08-20T21:47:25.9371550Z remote: Compressing objects: 84% (712/847) 2024-08-20T21:47:25.9372280Z remote: Compressing objects: 85% (720/847) 2024-08-20T21:47:25.9373380Z remote: Compressing objects: 86% (729/847) 2024-08-20T21:47:25.9374130Z remote: Compressing objects: 87% (737/847) 2024-08-20T21:47:25.9374870Z remote: Compressing objects: 88% (746/847) 2024-08-20T21:47:25.9375610Z remote: Compressing objects: 89% (754/847) 2024-08-20T21:47:25.9376340Z remote: Compressing objects: 90% (763/847) 2024-08-20T21:47:25.9377070Z remote: Compressing objects: 91% (771/847) 2024-08-20T21:47:25.9377790Z remote: Compressing objects: 92% (780/847) 2024-08-20T21:47:25.9378530Z remote: Compressing objects: 93% (788/847) 2024-08-20T21:47:25.9379250Z remote: Compressing objects: 94% (797/847) 2024-08-20T21:47:25.9379970Z remote: Compressing objects: 95% (805/847) 2024-08-20T21:47:25.9380690Z remote: Compressing objects: 96% (814/847) 2024-08-20T21:47:25.9381410Z remote: Compressing objects: 97% (822/847) 2024-08-20T21:47:25.9382130Z remote: Compressing objects: 98% (831/847) 2024-08-20T21:47:25.9382870Z remote: Compressing objects: 99% (839/847) 2024-08-20T21:47:25.9383600Z remote: Compressing objects: 100% (847/847) 2024-08-20T21:47:25.9384390Z remote: Compressing objects: 100% (847/847), done. 2024-08-20T21:47:38.7088340Z remote: Total 1010157 (delta 1124), reused 1329 (delta 854), pack-reused 1008453 (from 1) 2024-08-20T21:47:55.3384040Z [command]/usr/bin/git rev-parse --verify --quiet 40ec5f6ddd9787aca0449b24128343ff4c4a88b3^{object} 2024-08-20T21:47:55.3596970Z 40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:47:55.3600760Z ##[endgroup] 2024-08-20T21:47:55.3601090Z ##[group]Determining the checkout info 2024-08-20T21:47:55.3602600Z ##[endgroup] 2024-08-20T21:47:55.3602920Z ##[group]Checking out the ref 2024-08-20T21:47:55.3603500Z [command]/usr/bin/git checkout --quiet --force 40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:47:57.6462980Z ##[endgroup] 2024-08-20T21:47:57.6463370Z ##[group]Setting up auth for fetching submodules 2024-08-20T21:47:57.6465330Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-20T21:47:57.6545700Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-20T21:47:57.6601450Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-20T21:47:57.6658090Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-20T21:47:57.6715440Z ##[endgroup] 2024-08-20T21:47:57.6715770Z ##[group]Fetching submodules 2024-08-20T21:47:57.6717180Z [command]/usr/bin/git submodule sync --recursive 2024-08-20T21:47:57.7214670Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2024-08-20T21:47:57.7712350Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-08-20T21:47:57.7729130Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-08-20T21:47:57.7745440Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-08-20T21:47:57.7760980Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-08-20T21:47:57.7776270Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-08-20T21:47:57.7793690Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-08-20T21:47:57.7808370Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-08-20T21:47:57.7826420Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-08-20T21:47:57.7843460Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-08-20T21:47:57.7857360Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-08-20T21:47:57.7876630Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-08-20T21:47:57.7893830Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-08-20T21:47:57.7910950Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-08-20T21:47:57.7928720Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-08-20T21:47:57.7947290Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-08-20T21:47:57.7965880Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:47:57.7982160Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-08-20T21:47:57.7999830Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-08-20T21:47:57.8023870Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-08-20T21:47:57.8040480Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-08-20T21:47:57.8055290Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-08-20T21:47:57.8072200Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-08-20T21:47:57.8089040Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-08-20T21:47:57.8111020Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-08-20T21:47:57.8122080Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-08-20T21:47:57.8139000Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-08-20T21:47:57.8155880Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-08-20T21:47:57.8171620Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-08-20T21:47:57.8189840Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-08-20T21:47:57.8206240Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-08-20T21:47:57.8224570Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-08-20T21:47:57.8239660Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-08-20T21:47:57.8255580Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-08-20T21:47:57.8271760Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-08-20T21:47:57.8338690Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-08-20T21:47:58.1300100Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FP16'... 2024-08-20T21:47:58.3624730Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-08-20T21:47:58.5441190Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-08-20T21:47:58.7573850Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-08-20T21:48:00.2334010Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-08-20T21:48:07.2928660Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-08-20T21:48:07.6892270Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-08-20T21:48:08.0167050Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-08-20T21:48:08.5276770Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-08-20T21:48:09.3011130Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-08-20T21:48:10.6141450Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/eigen'... 2024-08-20T21:48:13.8474460Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-08-20T21:48:14.8268450Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-08-20T21:48:16.1033120Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt'... 2024-08-20T21:48:16.9427140Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-08-20T21:48:17.2713360Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/gloo'... 2024-08-20T21:48:17.5493220Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/googletest'... 2024-08-20T21:48:18.2776530Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep'... 2024-08-20T21:48:18.5898560Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-08-20T21:48:18.8367710Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto'... 2024-08-20T21:48:19.7986680Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-08-20T21:48:20.4237780Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-08-20T21:48:21.0528140Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-08-20T21:48:23.9226640Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx'... 2024-08-20T21:48:25.1341430Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-08-20T21:48:26.9901250Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-08-20T21:48:27.2312450Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-08-20T21:48:32.3976060Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/psimd'... 2024-08-20T21:48:32.6422530Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-08-20T21:48:32.8489660Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-08-20T21:48:33.5919800Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-08-20T21:48:33.8286110Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/sleef'... 2024-08-20T21:48:34.3765960Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-08-20T21:48:34.8000040Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-08-20T21:48:34.8217980Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-08-20T21:48:34.8390500Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-08-20T21:48:34.8831920Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-08-20T21:48:34.9349200Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-08-20T21:48:37.5949370Z Submodule path 'third_party/XNNPACK': checked out 'fcbf55af6cf28a4627bcd1f703ab7ad843f0f3a2' 2024-08-20T21:48:37.6304890Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-08-20T21:48:37.6670860Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-08-20T21:48:37.7621200Z Submodule path 'third_party/cpuinfo': checked out '3c8b1533ac03dd6531ab6e7b9245d488f13a82a5' 2024-08-20T21:48:37.7993870Z Submodule path 'third_party/cudnn_frontend': checked out '23511ba176243f27b3b275da1fb3814ea805a171' 2024-08-20T21:48:39.4843560Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-08-20T21:48:39.8427450Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-08-20T21:48:39.9352750Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-08-20T21:48:39.9409170Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:48:39.9423050Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:48:39.9437760Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:48:39.9468810Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:48:39.9485320Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:48:39.9551250Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-08-20T21:48:40.7554290Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-08-20T21:48:41.2892610Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-08-20T21:48:42.6116430Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-08-20T21:48:43.3617860Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-08-20T21:48:43.6753340Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-08-20T21:48:43.7700600Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-08-20T21:48:44.5391260Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-08-20T21:48:44.5985270Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-08-20T21:48:44.6220670Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-08-20T21:48:44.8313130Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-08-20T21:48:44.8694890Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-08-20T21:48:44.9045200Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-08-20T21:48:44.9496160Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-08-20T21:48:44.9954690Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-20T21:48:45.0186610Z Submodule path 'third_party/ideep': checked out '55ca0191687aaf19aca5cdb7881c791e3bea442b' 2024-08-20T21:48:45.0232130Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-08-20T21:48:45.0293000Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-08-20T21:48:53.2389820Z Submodule path 'third_party/ideep/mkl-dnn': checked out '1137e04ec0b5251ca2b4400a4fd3c667ce843d67' 2024-08-20T21:48:53.2677820Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-08-20T21:48:53.3412600Z Submodule path 'third_party/kineto': checked out 'd9753139d181b9ff42872465aac0e5d3018be415' 2024-08-20T21:48:53.3459370Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:48:53.3474280Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:48:53.3485540Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:48:53.3547040Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-08-20T21:48:53.7660930Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-08-20T21:48:54.5938200Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-08-20T21:48:55.4176020Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-08-20T21:48:55.4239800Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:48:55.4288670Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:48:55.4315130Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:48:55.4345100Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:48:55.4360380Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:48:55.4377040Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:48:55.4391450Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:48:55.4408120Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:48:55.4471710Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-08-20T21:48:56.0549350Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-08-20T21:48:56.4253650Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-08-20T21:48:57.2540690Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-08-20T21:48:57.5006620Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-08-20T21:48:57.9468690Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-08-20T21:48:58.6875650Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-08-20T21:49:01.6051380Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-08-20T21:49:02.0363070Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-08-20T21:49:02.0656490Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-08-20T21:49:02.1063500Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-08-20T21:49:02.1289180Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-08-20T21:49:02.1331400Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:49:02.1394060Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-08-20T21:49:02.4020060Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-08-20T21:49:02.4271920Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-08-20T21:49:02.4704800Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-08-20T21:49:02.6268600Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-08-20T21:49:02.6539040Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-08-20T21:49:02.7891490Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-08-20T21:49:02.8528650Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-08-20T21:49:02.9009640Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-08-20T21:49:02.9376390Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-08-20T21:49:03.1028360Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-08-20T21:49:04.7613900Z Submodule path 'third_party/onnx': checked out '3bf92c03a9f27eba3bda1e5b9e63ea20ec213557' 2024-08-20T21:49:04.7702280Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-08-20T21:49:04.7719730Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-08-20T21:49:04.7784510Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-08-20T21:49:05.1848740Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-08-20T21:49:05.9389180Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-08-20T21:49:05.9824040Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-08-20T21:49:06.2000790Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-08-20T21:49:06.2047170Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:49:06.2062130Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:49:06.2080380Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:49:06.2119800Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:49:06.2130780Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:49:06.2161260Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:49:06.2176940Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:49:06.2196320Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:49:06.2261180Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-08-20T21:49:06.6127560Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-08-20T21:49:07.3621900Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-08-20T21:49:07.6895580Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-08-20T21:49:10.5315480Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-08-20T21:49:10.8039330Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-08-20T21:49:11.0163190Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-08-20T21:49:11.3810120Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-08-20T21:49:15.6715040Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-08-20T21:49:15.7176360Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-08-20T21:49:15.7405760Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-08-20T21:49:15.9094730Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-08-20T21:49:15.9344610Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-08-20T21:49:15.9584720Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-08-20T21:49:15.9875530Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-08-20T21:49:15.9944170Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:49:15.9958620Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:49:16.0020410Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-08-20T21:49:17.0490320Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-08-20T21:49:18.1319170Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-08-20T21:49:18.1948340Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-20T21:49:21.1093450Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-08-20T21:49:21.1409340Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-08-20T21:49:21.4802880Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-08-20T21:49:21.4848350Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:49:21.4865260Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-08-20T21:49:21.4929950Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-08-20T21:49:21.9127260Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-08-20T21:49:22.6690680Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-08-20T21:49:22.7383280Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-08-20T21:49:22.7561390Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-08-20T21:49:22.7752400Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-08-20T21:49:22.8209070Z Submodule path 'third_party/pybind11': checked out '941f45bcb51457884fa1afd6e24a67377d70f75c' 2024-08-20T21:49:22.8591790Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-08-20T21:49:22.9069810Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-08-20T21:49:22.9535980Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-08-20T21:49:22.9605660Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:49:22.9619280Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:49:22.9633460Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:49:22.9650030Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:49:22.9713670Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-08-20T21:49:23.7122200Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-08-20T21:49:23.9688850Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-08-20T21:49:24.8124760Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-08-20T21:49:25.5858940Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-08-20T21:49:25.6100890Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-08-20T21:49:25.6828580Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-08-20T21:49:25.7204770Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-08-20T21:49:25.7285190Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:49:25.7349410Z Cloning into '/Users/ec2-user/runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-08-20T21:49:25.9340230Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-08-20T21:49:25.9389040Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-20T21:49:25.9943750Z Entering 'android/libs/fbjni' 2024-08-20T21:49:26.0026650Z Entering 'third_party/FP16' 2024-08-20T21:49:26.0107260Z Entering 'third_party/FXdiv' 2024-08-20T21:49:26.0187490Z Entering 'third_party/NNPACK' 2024-08-20T21:49:26.0269050Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:49:26.0349250Z Entering 'third_party/XNNPACK' 2024-08-20T21:49:26.0433980Z Entering 'third_party/benchmark' 2024-08-20T21:49:26.0516270Z Entering 'third_party/cpp-httplib' 2024-08-20T21:49:26.0597070Z Entering 'third_party/cpuinfo' 2024-08-20T21:49:26.0679820Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:49:26.0762040Z Entering 'third_party/cutlass' 2024-08-20T21:49:26.0845450Z Entering 'third_party/eigen' 2024-08-20T21:49:26.0927370Z Entering 'third_party/fbgemm' 2024-08-20T21:49:26.1009970Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:49:26.1092690Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:49:26.1175500Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:49:26.1260380Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:49:26.1342830Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:49:26.1424910Z Entering 'third_party/flatbuffers' 2024-08-20T21:49:26.1507910Z Entering 'third_party/fmt' 2024-08-20T21:49:26.1590500Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:49:26.1672310Z Entering 'third_party/gloo' 2024-08-20T21:49:26.1754720Z Entering 'third_party/googletest' 2024-08-20T21:49:26.1837720Z Entering 'third_party/ideep' 2024-08-20T21:49:26.1918000Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:49:26.2005970Z Entering 'third_party/ittapi' 2024-08-20T21:49:26.2090500Z Entering 'third_party/kineto' 2024-08-20T21:49:26.2170850Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:49:26.2249580Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:49:26.2331590Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:49:26.2411930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:49:26.2492250Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:49:26.2571450Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:49:26.2655350Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:49:26.2736510Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:49:26.2818630Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:49:26.2899230Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:49:26.2985840Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:49:26.3064940Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:49:26.3154550Z Entering 'third_party/mimalloc' 2024-08-20T21:49:26.3235560Z Entering 'third_party/nccl/nccl' 2024-08-20T21:49:26.3316530Z Entering 'third_party/nlohmann' 2024-08-20T21:49:26.3396320Z Entering 'third_party/onnx' 2024-08-20T21:49:26.3482710Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:49:26.3564140Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:49:26.3647520Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:49:26.3728240Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:49:26.3810430Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:49:26.3889490Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:49:26.3969150Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:49:26.4049890Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:49:26.4131630Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:49:26.4210530Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:49:26.4289360Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:49:26.4372670Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:49:26.4457180Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:49:26.4546770Z Entering 'third_party/pocketfft' 2024-08-20T21:49:26.4629220Z Entering 'third_party/protobuf' 2024-08-20T21:49:26.4708710Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:49:26.4795170Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:49:26.4881350Z Entering 'third_party/psimd' 2024-08-20T21:49:26.4963760Z Entering 'third_party/pthreadpool' 2024-08-20T21:49:26.5045020Z Entering 'third_party/pybind11' 2024-08-20T21:49:26.5127020Z Entering 'third_party/python-peachpy' 2024-08-20T21:49:26.5205810Z Entering 'third_party/sleef' 2024-08-20T21:49:26.5290060Z Entering 'third_party/tensorpipe' 2024-08-20T21:49:26.5367850Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:49:26.5455040Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:49:26.5533410Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:49:26.5614690Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:49:26.5692950Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:49:26.5784500Z ##[endgroup] 2024-08-20T21:49:26.5784930Z ##[group]Persisting credentials for submodules 2024-08-20T21:49:26.5787480Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2024-08-20T21:49:26.6277410Z Entering 'android/libs/fbjni' 2024-08-20T21:49:26.6379620Z Entering 'third_party/FP16' 2024-08-20T21:49:26.6478540Z Entering 'third_party/FXdiv' 2024-08-20T21:49:26.6575420Z Entering 'third_party/NNPACK' 2024-08-20T21:49:26.6676150Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:49:26.6773010Z Entering 'third_party/XNNPACK' 2024-08-20T21:49:26.6882380Z Entering 'third_party/benchmark' 2024-08-20T21:49:26.6979090Z Entering 'third_party/cpp-httplib' 2024-08-20T21:49:26.7078900Z Entering 'third_party/cpuinfo' 2024-08-20T21:49:26.7180050Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:49:26.7277840Z Entering 'third_party/cutlass' 2024-08-20T21:49:26.7380580Z Entering 'third_party/eigen' 2024-08-20T21:49:26.7481470Z Entering 'third_party/fbgemm' 2024-08-20T21:49:26.7580810Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:49:26.7680730Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:49:26.7779790Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:49:26.7879880Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:49:26.7980000Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:49:26.8082060Z Entering 'third_party/flatbuffers' 2024-08-20T21:49:26.8183590Z Entering 'third_party/fmt' 2024-08-20T21:49:26.8286330Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:49:26.8384090Z Entering 'third_party/gloo' 2024-08-20T21:49:26.8481860Z Entering 'third_party/googletest' 2024-08-20T21:49:26.8581510Z Entering 'third_party/ideep' 2024-08-20T21:49:26.8679220Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:49:26.8781250Z Entering 'third_party/ittapi' 2024-08-20T21:49:26.8882130Z Entering 'third_party/kineto' 2024-08-20T21:49:26.8980610Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:49:26.9078680Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:49:26.9180120Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:49:26.9279740Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:49:26.9378910Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:49:26.9477370Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:49:26.9579340Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:49:26.9678930Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:49:26.9779070Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:49:26.9881640Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:49:26.9984010Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:49:27.0083050Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:49:27.0184620Z Entering 'third_party/mimalloc' 2024-08-20T21:49:27.0285460Z Entering 'third_party/nccl/nccl' 2024-08-20T21:49:27.0386840Z Entering 'third_party/nlohmann' 2024-08-20T21:49:27.0488420Z Entering 'third_party/onnx' 2024-08-20T21:49:27.0592930Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:49:27.0694830Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:49:27.0795500Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:49:27.0896500Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:49:27.0996230Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:49:27.1096520Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:49:27.1199290Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:49:27.1299790Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:49:27.1401050Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:49:27.1506460Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:49:27.1606660Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:49:27.1709390Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:49:27.1811660Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:49:27.1919820Z Entering 'third_party/pocketfft' 2024-08-20T21:49:27.2022670Z Entering 'third_party/protobuf' 2024-08-20T21:49:27.2122170Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:49:27.2222250Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:49:27.2325020Z Entering 'third_party/psimd' 2024-08-20T21:49:27.2423200Z Entering 'third_party/pthreadpool' 2024-08-20T21:49:27.2523300Z Entering 'third_party/pybind11' 2024-08-20T21:49:27.2621920Z Entering 'third_party/python-peachpy' 2024-08-20T21:49:27.2722190Z Entering 'third_party/sleef' 2024-08-20T21:49:27.2821690Z Entering 'third_party/tensorpipe' 2024-08-20T21:49:27.2919840Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:49:27.3019140Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:49:27.3118070Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:49:27.3217700Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:49:27.3317050Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:49:27.3429290Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2024-08-20T21:49:27.3923390Z Entering 'android/libs/fbjni' 2024-08-20T21:49:27.4067420Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-08-20T21:49:27.4104540Z Entering 'third_party/FP16' 2024-08-20T21:49:27.4204620Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-08-20T21:49:27.4238020Z Entering 'third_party/FXdiv' 2024-08-20T21:49:27.4335690Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-08-20T21:49:27.4370510Z Entering 'third_party/NNPACK' 2024-08-20T21:49:27.4468240Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-08-20T21:49:27.4504200Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:49:27.4606890Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-08-20T21:49:27.4640930Z Entering 'third_party/XNNPACK' 2024-08-20T21:49:27.4736940Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-08-20T21:49:27.4776190Z Entering 'third_party/benchmark' 2024-08-20T21:49:27.4871980Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-08-20T21:49:27.4905980Z Entering 'third_party/cpp-httplib' 2024-08-20T21:49:27.5000250Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-08-20T21:49:27.5033970Z Entering 'third_party/cpuinfo' 2024-08-20T21:49:27.5161380Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-08-20T21:49:27.5194890Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:49:27.5290860Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-08-20T21:49:27.5323890Z Entering 'third_party/cutlass' 2024-08-20T21:49:27.5418930Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-08-20T21:49:27.5456950Z Entering 'third_party/eigen' 2024-08-20T21:49:27.5552780Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-08-20T21:49:27.5587310Z Entering 'third_party/fbgemm' 2024-08-20T21:49:27.5682010Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-08-20T21:49:27.5714530Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:49:27.5810950Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-08-20T21:49:27.5843860Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:49:27.5939610Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-08-20T21:49:27.5972680Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:49:27.6068350Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-08-20T21:49:27.6103090Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:49:27.6198490Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:49:27.6232050Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:49:27.6326060Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-08-20T21:49:27.6360590Z Entering 'third_party/flatbuffers' 2024-08-20T21:49:27.6455990Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-08-20T21:49:27.6490430Z Entering 'third_party/fmt' 2024-08-20T21:49:27.6585360Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-08-20T21:49:27.6619160Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:49:27.6714630Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-08-20T21:49:27.6748440Z Entering 'third_party/gloo' 2024-08-20T21:49:27.6844030Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-08-20T21:49:27.6877980Z Entering 'third_party/googletest' 2024-08-20T21:49:27.6973610Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:49:27.7007080Z Entering 'third_party/ideep' 2024-08-20T21:49:27.7102720Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-08-20T21:49:27.7134450Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:49:27.7229280Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-08-20T21:49:27.7266500Z Entering 'third_party/ittapi' 2024-08-20T21:49:27.7362820Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-08-20T21:49:27.7396600Z Entering 'third_party/kineto' 2024-08-20T21:49:27.7492340Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-08-20T21:49:27.7524560Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:49:27.7620190Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-08-20T21:49:27.7653000Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:49:27.7748870Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2024-08-20T21:49:27.7784400Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:49:27.7881570Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2024-08-20T21:49:27.7915830Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:49:27.8011720Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2024-08-20T21:49:27.8045600Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:49:27.8142070Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2024-08-20T21:49:27.8173870Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:49:27.8270300Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2024-08-20T21:49:27.8306190Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:49:27.8401700Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2024-08-20T21:49:27.8435110Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:49:27.8530610Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:49:27.8564360Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:49:27.8663630Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2024-08-20T21:49:27.8698300Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:49:27.8797180Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2024-08-20T21:49:27.8832980Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:49:27.8927660Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-08-20T21:49:27.8961880Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:49:27.9057270Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-08-20T21:49:27.9092590Z Entering 'third_party/mimalloc' 2024-08-20T21:49:27.9190200Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-08-20T21:49:27.9223730Z Entering 'third_party/nccl/nccl' 2024-08-20T21:49:27.9319440Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-08-20T21:49:27.9353040Z Entering 'third_party/nlohmann' 2024-08-20T21:49:27.9449570Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-08-20T21:49:27.9484240Z Entering 'third_party/onnx' 2024-08-20T21:49:27.9579100Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-08-20T21:49:27.9616900Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:49:27.9714380Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-08-20T21:49:27.9748290Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:49:27.9845710Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-08-20T21:49:27.9882880Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:49:27.9982280Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-08-20T21:49:28.0016210Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:49:28.0113940Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-08-20T21:49:28.0147850Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:49:28.0242370Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:49:28.0276080Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:49:28.0371600Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-08-20T21:49:28.0405040Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:49:28.0501510Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-08-20T21:49:28.0536040Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:49:28.0633520Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-08-20T21:49:28.0666570Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:49:28.0761890Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-08-20T21:49:28.0795440Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:49:28.0890360Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-08-20T21:49:28.0927590Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:49:28.1022780Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2024-08-20T21:49:28.1058520Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:49:28.1156230Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2024-08-20T21:49:28.1191530Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:49:28.1287170Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-08-20T21:49:28.1330030Z Entering 'third_party/pocketfft' 2024-08-20T21:49:28.1427340Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-08-20T21:49:28.1461450Z Entering 'third_party/protobuf' 2024-08-20T21:49:28.1556310Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-08-20T21:49:28.1589580Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:49:28.1685130Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-08-20T21:49:28.1718440Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:49:28.1844820Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:49:28.1882740Z Entering 'third_party/psimd' 2024-08-20T21:49:28.1982320Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-08-20T21:49:28.2016100Z Entering 'third_party/pthreadpool' 2024-08-20T21:49:28.2111610Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-08-20T21:49:28.2146370Z Entering 'third_party/pybind11' 2024-08-20T21:49:28.2244950Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-08-20T21:49:28.2279600Z Entering 'third_party/python-peachpy' 2024-08-20T21:49:28.2375160Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-08-20T21:49:28.2409030Z Entering 'third_party/sleef' 2024-08-20T21:49:28.2504850Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-08-20T21:49:28.2538330Z Entering 'third_party/tensorpipe' 2024-08-20T21:49:28.2634440Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-08-20T21:49:28.2666880Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:49:28.2761630Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-08-20T21:49:28.2795310Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:49:28.2891710Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-08-20T21:49:28.2924850Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:49:28.3021050Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-08-20T21:49:28.3054360Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:49:28.3150350Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-08-20T21:49:28.3182010Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:49:28.3280200Z file:/Users/ec2-user/runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-08-20T21:49:28.3469980Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-20T21:49:28.3961870Z Entering 'android/libs/fbjni' 2024-08-20T21:49:28.4050870Z Entering 'third_party/FP16' 2024-08-20T21:49:28.4133080Z Entering 'third_party/FXdiv' 2024-08-20T21:49:28.4212920Z Entering 'third_party/NNPACK' 2024-08-20T21:49:28.4293240Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:49:28.4376100Z Entering 'third_party/XNNPACK' 2024-08-20T21:49:28.4465050Z Entering 'third_party/benchmark' 2024-08-20T21:49:28.4549040Z Entering 'third_party/cpp-httplib' 2024-08-20T21:49:28.4628640Z Entering 'third_party/cpuinfo' 2024-08-20T21:49:28.4709060Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:49:28.4790340Z Entering 'third_party/cutlass' 2024-08-20T21:49:28.4876980Z Entering 'third_party/eigen' 2024-08-20T21:49:28.4955500Z Entering 'third_party/fbgemm' 2024-08-20T21:49:28.5035210Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:49:28.5131090Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:49:28.5211200Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:49:28.5295200Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:49:28.5377840Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:49:28.5461520Z Entering 'third_party/flatbuffers' 2024-08-20T21:49:28.5543960Z Entering 'third_party/fmt' 2024-08-20T21:49:28.5627270Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:49:28.5707940Z Entering 'third_party/gloo' 2024-08-20T21:49:28.5789350Z Entering 'third_party/googletest' 2024-08-20T21:49:28.5872130Z Entering 'third_party/ideep' 2024-08-20T21:49:28.5952530Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:49:28.6035950Z Entering 'third_party/ittapi' 2024-08-20T21:49:28.6119540Z Entering 'third_party/kineto' 2024-08-20T21:49:28.6198920Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:49:28.6279900Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:49:28.6363360Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:49:28.6446720Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:49:28.6527950Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:49:28.6606840Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:49:28.6691240Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:49:28.6773660Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:49:28.6854910Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:49:28.6936730Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:49:28.7019990Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:49:28.7101660Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:49:28.7195000Z Entering 'third_party/mimalloc' 2024-08-20T21:49:28.7278650Z Entering 'third_party/nccl/nccl' 2024-08-20T21:49:28.7360840Z Entering 'third_party/nlohmann' 2024-08-20T21:49:28.7443620Z Entering 'third_party/onnx' 2024-08-20T21:49:28.7530540Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:49:28.7614930Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:49:28.7698910Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:49:28.7781630Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:49:28.7863720Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:49:28.7945630Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:49:28.8027530Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:49:28.8110150Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:49:28.8192050Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:49:28.8274790Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:49:28.8355110Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:49:28.8437730Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:49:28.8521660Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:49:28.8613420Z Entering 'third_party/pocketfft' 2024-08-20T21:49:28.8701790Z Entering 'third_party/protobuf' 2024-08-20T21:49:28.8787400Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:49:28.8870570Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:49:28.8954480Z Entering 'third_party/psimd' 2024-08-20T21:49:28.9035730Z Entering 'third_party/pthreadpool' 2024-08-20T21:49:28.9118240Z Entering 'third_party/pybind11' 2024-08-20T21:49:28.9202410Z Entering 'third_party/python-peachpy' 2024-08-20T21:49:28.9284440Z Entering 'third_party/sleef' 2024-08-20T21:49:28.9367970Z Entering 'third_party/tensorpipe' 2024-08-20T21:49:28.9449680Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:49:28.9531360Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:49:28.9613810Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:49:28.9696510Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:49:28.9777150Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:49:28.9870410Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-20T21:49:29.0363870Z Entering 'android/libs/fbjni' 2024-08-20T21:49:29.0449640Z Entering 'third_party/FP16' 2024-08-20T21:49:29.0530080Z Entering 'third_party/FXdiv' 2024-08-20T21:49:29.0611800Z Entering 'third_party/NNPACK' 2024-08-20T21:49:29.0692670Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:49:29.0793670Z Entering 'third_party/XNNPACK' 2024-08-20T21:49:29.0880060Z Entering 'third_party/benchmark' 2024-08-20T21:49:29.0962620Z Entering 'third_party/cpp-httplib' 2024-08-20T21:49:29.1044660Z Entering 'third_party/cpuinfo' 2024-08-20T21:49:29.1125080Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:49:29.1206450Z Entering 'third_party/cutlass' 2024-08-20T21:49:29.1291500Z Entering 'third_party/eigen' 2024-08-20T21:49:29.1374220Z Entering 'third_party/fbgemm' 2024-08-20T21:49:29.1454040Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:49:29.1534750Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:49:29.1617120Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:49:29.1699010Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:49:29.1782990Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:49:29.1865140Z Entering 'third_party/flatbuffers' 2024-08-20T21:49:29.1950080Z Entering 'third_party/fmt' 2024-08-20T21:49:29.2030670Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:49:29.2110760Z Entering 'third_party/gloo' 2024-08-20T21:49:29.2191690Z Entering 'third_party/googletest' 2024-08-20T21:49:29.2273380Z Entering 'third_party/ideep' 2024-08-20T21:49:29.2355570Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:49:29.2457760Z Entering 'third_party/ittapi' 2024-08-20T21:49:29.2538010Z Entering 'third_party/kineto' 2024-08-20T21:49:29.2616180Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:49:29.2695190Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:49:29.2775800Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:49:29.2856240Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:49:29.2941700Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:49:29.3020020Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:49:29.3107690Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:49:29.3188240Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:49:29.3268400Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:49:29.3348890Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:49:29.3431500Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:49:29.3511590Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:49:29.3592420Z Entering 'third_party/mimalloc' 2024-08-20T21:49:29.3675120Z Entering 'third_party/nccl/nccl' 2024-08-20T21:49:29.3755460Z Entering 'third_party/nlohmann' 2024-08-20T21:49:29.3836790Z Entering 'third_party/onnx' 2024-08-20T21:49:29.3921120Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:49:29.4002910Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:49:29.4085560Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:49:29.4166420Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:49:29.4246760Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:49:29.4326500Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:49:29.4406400Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:49:29.4486340Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:49:29.4566510Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:49:29.4646830Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:49:29.4724750Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:49:29.4805060Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:49:29.4886620Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:49:29.4975810Z Entering 'third_party/pocketfft' 2024-08-20T21:49:29.5057780Z Entering 'third_party/protobuf' 2024-08-20T21:49:29.5140100Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:49:29.5220090Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:49:29.5303010Z Entering 'third_party/psimd' 2024-08-20T21:49:29.5384230Z Entering 'third_party/pthreadpool' 2024-08-20T21:49:29.5466560Z Entering 'third_party/pybind11' 2024-08-20T21:49:29.5550470Z Entering 'third_party/python-peachpy' 2024-08-20T21:49:29.5638750Z Entering 'third_party/sleef' 2024-08-20T21:49:29.5719640Z Entering 'third_party/tensorpipe' 2024-08-20T21:49:29.5799570Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:49:29.5880850Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:49:29.5970560Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:49:29.6053660Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:49:29.6135300Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:49:29.6229850Z ##[endgroup] 2024-08-20T21:49:29.6454760Z [command]/usr/bin/git log -1 --format='%H' 2024-08-20T21:49:29.6667840Z '40ec5f6ddd9787aca0449b24128343ff4c4a88b3' 2024-08-20T21:49:29.6732870Z ##[group]Run if [ -n "${XCODE_VERSION}" ]; then 2024-08-20T21:49:29.6733190Z if [ -n "${XCODE_VERSION}" ]; then 2024-08-20T21:49:29.6733660Z  echo "DEVELOPER_DIR=/Applications/Xcode_${XCODE_VERSION}.app/Contents/Developer" >> "${GITHUB_ENV}" 2024-08-20T21:49:29.6734110Z fi 2024-08-20T21:49:29.6852700Z shell: /bin/bash -e {0} 2024-08-20T21:49:29.6852880Z env: 2024-08-20T21:49:29.6853040Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:49:29.6853280Z SCCACHE_USE_GHA: false 2024-08-20T21:49:29.6853470Z XCODE_VERSION: 2024-08-20T21:49:29.6853630Z ##[endgroup] 2024-08-20T21:49:29.7429560Z ##[group]Run pytorch/test-infra/.github/actions/setup-miniconda@main 2024-08-20T21:49:29.7429910Z with: 2024-08-20T21:49:29.7430080Z python-version: 3.9.12 2024-08-20T21:49:29.7430380Z environment-file: .github/requirements/conda-env-macOS-ARM64 2024-08-20T21:49:29.7430830Z pip-requirements-file: .github/requirements/pip-requirements-macOS.txt 2024-08-20T21:49:29.7431200Z miniconda-version: 23.1.0-1 2024-08-20T21:49:29.7431430Z env: 2024-08-20T21:49:29.7431590Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:49:29.7431830Z SCCACHE_USE_GHA: false 2024-08-20T21:49:29.7432020Z ##[endgroup] 2024-08-20T21:49:29.7445910Z ##[group]Run echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2024-08-20T21:49:29.7446350Z echo "today=$(/bin/date -u '+%Y%m%d')d" >> "${GITHUB_OUTPUT}" 2024-08-20T21:49:29.7462420Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:49:29.7462700Z env: 2024-08-20T21:49:29.7462860Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:49:29.7463090Z SCCACHE_USE_GHA: false 2024-08-20T21:49:29.7463270Z ##[endgroup] 2024-08-20T21:49:29.7947890Z ##[group]Run actions/cache@v3 2024-08-20T21:49:29.7948170Z with: 2024-08-20T21:49:29.7948430Z path: /Users/ec2-user/runner/_work/_temp/miniconda 2024-08-20T21:49:29.7948740Z key: miniconda-macOS-ARM64-3.9.12-20240820d 2024-08-20T21:49:29.7949020Z enableCrossOsArchive: false 2024-08-20T21:49:29.7949260Z fail-on-cache-miss: false 2024-08-20T21:49:29.7949590Z lookup-only: false 2024-08-20T21:49:29.7949770Z env: 2024-08-20T21:49:29.7949930Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:49:29.7950190Z SCCACHE_USE_GHA: false 2024-08-20T21:49:29.7950370Z ##[endgroup] 2024-08-20T21:49:31.0833550Z Received 221567725 of 221567725 (100.0%), 210.9 MBs/sec 2024-08-20T21:49:31.7131300Z Cache Size: ~211 MB (221567725 B) 2024-08-20T21:49:31.7156420Z [command]/usr/bin/tar -xf /Users/ec2-user/runner/_work/_temp/6a580abc-faf6-4fd9-b2f5-5b2f522f671c/cache.tzst -P -C /Users/ec2-user/runner/_work/pytorch/pytorch --use-compress-program unzstd 2024-08-20T21:49:38.0880920Z Cache restored successfully 2024-08-20T21:49:38.0978990Z Cache restored from key: miniconda-macOS-ARM64-3.9.12-20240820d 2024-08-20T21:49:38.1397110Z ##[group]Run set -x 2024-08-20T21:49:38.1397310Z set -x 2024-08-20T21:49:38.1397470Z  2024-08-20T21:49:38.1397710Z MINICONDA_INSTALL_PATH="${RUNNER_TEMP}/miniconda" 2024-08-20T21:49:38.1398160Z echo "${MINICONDA_INSTALL_PATH}/bin" >> $GITHUB_PATH 2024-08-20T21:49:38.1398610Z # NB: GITHUB_PATH has a lower priority than PATH, so also set the path 2024-08-20T21:49:38.1399060Z # here to make sure that the correct conda is used 2024-08-20T21:49:38.1399370Z { 2024-08-20T21:49:38.1399610Z  echo "PATH=${MINICONDA_INSTALL_PATH}/bin:${PATH}" 2024-08-20T21:49:38.1400000Z  echo "CONDA_EXE=${MINICONDA_INSTALL_PATH}/bin/conda"; 2024-08-20T21:49:38.1400310Z } >> "${GITHUB_ENV}" 2024-08-20T21:49:38.1784680Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:49:38.1784990Z env: 2024-08-20T21:49:38.1785160Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:49:38.1785410Z SCCACHE_USE_GHA: false 2024-08-20T21:49:38.1785620Z ##[endgroup] 2024-08-20T21:49:38.2194780Z + MINICONDA_INSTALL_PATH=/Users/ec2-user/runner/_work/_temp/miniconda 2024-08-20T21:49:38.2195320Z + echo /Users/ec2-user/runner/_work/_temp/miniconda/bin 2024-08-20T21:49:38.2196420Z + echo PATH=/Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:49:38.2201160Z + echo CONDA_EXE=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:49:38.8042600Z ##[group]Run actions/cache@v3 2024-08-20T21:49:38.8042890Z with: 2024-08-20T21:49:38.8043160Z path: /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-08-20T21:49:38.8044560Z key: miniconda-env-macOS-ARM64-3.9.12-20240820d-d2e9511d9e56638ec6d1acb510f1a8c378c9d02010984f84aaf470a85ac03b75-d928ce85d96572125883da7a0b83c3de4e02ba911d05f6bbdea36d6e00ab41f0 2024-08-20T21:49:38.8045390Z enableCrossOsArchive: false 2024-08-20T21:49:38.8045620Z fail-on-cache-miss: false 2024-08-20T21:49:38.8045870Z lookup-only: false 2024-08-20T21:49:38.8046050Z env: 2024-08-20T21:49:38.8046220Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:49:38.8046540Z SCCACHE_USE_GHA: false 2024-08-20T21:49:38.8047420Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:49:38.8048400Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:49:38.8048760Z ##[endgroup] 2024-08-20T21:49:39.9804220Z Received 229342514 of 229342514 (100.0%), 218.3 MBs/sec 2024-08-20T21:49:40.1564870Z Cache Size: ~219 MB (229342514 B) 2024-08-20T21:49:40.1589610Z [command]/usr/bin/tar -xf /Users/ec2-user/runner/_work/_temp/4d115884-1f66-4e04-a797-5bfb50a324d6/cache.tzst -P -C /Users/ec2-user/runner/_work/pytorch/pytorch --use-compress-program unzstd 2024-08-20T21:49:47.2758980Z Cache restored successfully 2024-08-20T21:49:47.2859470Z Cache restored from key: miniconda-env-macOS-ARM64-3.9.12-20240820d-d2e9511d9e56638ec6d1acb510f1a8c378c9d02010984f84aaf470a85ac03b75-d928ce85d96572125883da7a0b83c3de4e02ba911d05f6bbdea36d6e00ab41f0 2024-08-20T21:49:47.2935360Z ##[group]Run set -x 2024-08-20T21:49:47.2935580Z set -x 2024-08-20T21:49:47.2935760Z  2024-08-20T21:49:47.2936070Z # Print the conda we are using here in case we need debugging information 2024-08-20T21:49:47.2936470Z CONDA_RUNTIME=$(which conda) 2024-08-20T21:49:47.2936720Z "${CONDA_RUNTIME}" --version 2024-08-20T21:49:47.2936950Z  2024-08-20T21:49:47.2937360Z # https://docs.conda.io/projects/conda-build/en/stable/user-guide/environment-variables.html 2024-08-20T21:49:47.2937940Z CONDA_PREFIX="${RUNNER_TEMP}/conda_environment_${GITHUB_RUN_ID}" 2024-08-20T21:49:47.2938300Z "${CONDA_RUNTIME}" create \ 2024-08-20T21:49:47.2938540Z  --yes --quiet \ 2024-08-20T21:49:47.2938760Z  --prefix "${CONDA_PREFIX}" \ 2024-08-20T21:49:47.2939010Z  --clone "${CONDA_BASE_ENV}" 2024-08-20T21:49:47.2939260Z  2024-08-20T21:49:47.2939420Z set +e 2024-08-20T21:49:47.2939860Z # NB: Cloning sometimes doesn't copied pip dependencies (untracked files) over. If this 2024-08-20T21:49:47.2940480Z # happens, let's attempt to install the pip requirements directly on top of the cloned 2024-08-20T21:49:47.2941020Z # environment. This is to make sure that no dependency is missing. 2024-08-20T21:49:47.2941610Z UNTRACKED_FILES_COUNT=$("${CONDA_RUNTIME}" package -p "${CONDA_PREFIX}" -u | grep -v "^#" | wc -l | xargs) 2024-08-20T21:49:47.2942100Z set -e 2024-08-20T21:49:47.2942280Z  2024-08-20T21:49:47.2942630Z if [[ -z "${UNTRACKED_FILES_COUNT}" ]] || [[ "${UNTRACKED_FILES_COUNT}" == "0" ]]; then 2024-08-20T21:49:47.2943090Z  if [[ -f "${PIP_REQUIREMENTS_FILE}" ]]; then 2024-08-20T21:49:47.2943580Z  # NB: Force reinstall and don't use the cache, as the installation would still fail 2024-08-20T21:49:47.2944110Z  # when reporting that all requirements have been satisfied 2024-08-20T21:49:47.2944900Z  "${CONDA_RUNTIME}" run -p "${CONDA_PREFIX}" --no-capture-output python3 -mpip install --ignore-installed --no-cache-dir -r "${PIP_REQUIREMENTS_FILE}" 2024-08-20T21:49:47.2945600Z  elif [[ -n "${PIP_REQUIREMENTS_FILE}" ]]; then 2024-08-20T21:49:47.2946200Z  echo "::warning::Specified pip requirements file (${PIP_REQUIREMENTS_FILE}) not found, not going to include it" 2024-08-20T21:49:47.2946740Z  fi 2024-08-20T21:49:47.2947110Z fi 2024-08-20T21:49:47.2947280Z  2024-08-20T21:49:47.2947670Z # Keep exporting CONDA_PREFIX under CONDA_ENV because the latter could be used elsewhere 2024-08-20T21:49:47.2948230Z echo "CONDA_ENV=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-08-20T21:49:47.2948630Z  2024-08-20T21:49:47.2948890Z echo "CONDA_PREFIX=${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-08-20T21:49:47.2954150Z echo "CONDA_RUN=${CONDA_RUNTIME} run -p ${CONDA_PREFIX} --no-capture-output" >> "${GITHUB_ENV}" 2024-08-20T21:49:47.2954670Z if [[ "${PYTHON_VERSION}" == "3.11" ]]; then 2024-08-20T21:49:47.2955100Z  # TODO: Remove me, when more packages will be available on default channel 2024-08-20T21:49:47.2955740Z  echo "CONDA_INSTALL=${CONDA_RUNTIME} install --yes --quiet -p ${CONDA_PREFIX} -c pytorch-nightly" >> "${GITHUB_ENV}" 2024-08-20T21:49:47.2956230Z else 2024-08-20T21:49:47.2956600Z  echo "CONDA_INSTALL=${CONDA_RUNTIME} install --yes --quiet -p ${CONDA_PREFIX}" >> "${GITHUB_ENV}" 2024-08-20T21:49:47.2957060Z fi 2024-08-20T21:49:47.4068350Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:49:47.4068650Z env: 2024-08-20T21:49:47.4068820Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:49:47.4069060Z SCCACHE_USE_GHA: false 2024-08-20T21:49:47.4069890Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:49:47.4070960Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:49:47.4071290Z PYTHON_VERSION: 3.9.12 2024-08-20T21:49:47.4071600Z CONDA_BASE_ENV: /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-08-20T21:49:47.4072060Z PIP_REQUIREMENTS_FILE: .github/requirements/pip-requirements-macOS.txt 2024-08-20T21:49:47.4072390Z ##[endgroup] 2024-08-20T21:49:47.4489150Z ++ which conda 2024-08-20T21:49:47.4512220Z + CONDA_RUNTIME=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:49:47.4512810Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda --version 2024-08-20T21:49:49.6513480Z conda 23.1.0 2024-08-20T21:49:49.6998920Z + CONDA_PREFIX=/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:49:49.7000430Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda create --yes --quiet --prefix /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --clone /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-08-20T21:49:54.1528520Z Source: /Users/ec2-user/runner/_work/_temp/conda-python-3.9.12 2024-08-20T21:49:54.1529130Z Destination: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:49:54.1529530Z Packages: 59 2024-08-20T21:49:54.1529720Z Files: 15748 2024-08-20T21:49:54.3688350Z Preparing transaction: ...working... done 2024-08-20T21:49:58.7577550Z Verifying transaction: ...working... done 2024-08-20T21:50:02.8399300Z Executing transaction: ...working... done 2024-08-20T21:50:02.9507970Z + set +e 2024-08-20T21:50:02.9515160Z ++ /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda package -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 -u 2024-08-20T21:50:02.9515950Z ++ grep -v '^#' 2024-08-20T21:50:02.9516180Z ++ wc -l 2024-08-20T21:50:02.9518270Z ++ xargs 2024-08-20T21:50:03.5607650Z + UNTRACKED_FILES_COUNT=15748 2024-08-20T21:50:03.5608110Z + set -e 2024-08-20T21:50:03.5608340Z + [[ -z 15748 ]] 2024-08-20T21:50:03.5608560Z + [[ 15748 == \0 ]] 2024-08-20T21:50:03.5608990Z + echo CONDA_ENV=/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:03.5609620Z + echo CONDA_PREFIX=/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:03.5619070Z + echo 'CONDA_RUN=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output' 2024-08-20T21:50:03.5625590Z + [[ 3.9.12 == \3\.\1\1 ]] 2024-08-20T21:50:03.5626390Z + echo 'CONDA_INSTALL=/Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961' 2024-08-20T21:50:03.5675140Z ##[group]Run CONDA_RUNTIME=$(which conda) 2024-08-20T21:50:03.5675500Z CONDA_RUNTIME=$(which conda) 2024-08-20T21:50:03.5675760Z  2024-08-20T21:50:03.5675940Z set -euxo pipefail 2024-08-20T21:50:03.5676250Z "${CONDA_RUNTIME}" config --set channel_priority false 2024-08-20T21:50:03.5694110Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:50:03.5694410Z env: 2024-08-20T21:50:03.5694590Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:50:03.5694860Z SCCACHE_USE_GHA: false 2024-08-20T21:50:03.5695710Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:50:03.5696720Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:50:03.5697180Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:03.5697680Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:03.5698450Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:50:03.5699630Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:03.5700250Z ##[endgroup] 2024-08-20T21:50:03.6116680Z + /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda config --set channel_priority false 2024-08-20T21:50:03.8399370Z ##[group]Run nick-fields/retry@v2.8.2 2024-08-20T21:50:03.8399630Z with: 2024-08-20T21:50:03.8399780Z timeout_minutes: 5 2024-08-20T21:50:03.8399960Z max_attempts: 3 2024-08-20T21:50:03.8400140Z retry_wait_seconds: 90 2024-08-20T21:50:03.8403670Z command: set -ex DOWNLOAD_SCCACHE=0 SCCACHE_VERSION="0.4.1" LOCAL_PATH="/usr/local/bin" if [ ! -f "${LOCAL_PATH}/sccache" ]; then DOWNLOAD_SCCACHE=1 else LOCAL_VERSION=$("${LOCAL_PATH}/sccache" --version | cut -d" " -f2) if [ "${LOCAL_VERSION}" != "${SCCACHE_VERSION}" ]; then DOWNLOAD_SCCACHE=1 fi fi if [ "${DOWNLOAD_SCCACHE}" == "1" ]; then sudo curl --retry 3 --retry-all-errors "https://s3.amazonaws.com/ossci-macos/sccache/sccache-v0.4.1-${RUNNER_ARCH}" --output "${LOCAL_PATH}/sccache" sudo chmod +x "${LOCAL_PATH}/sccache" fi if [[ "${SCCACHE_USE_GHA}" == "true" ]]; then echo "ACTIONS_CACHE_URL=${ACTIONS_CACHE_URL}" >> "${GITHUB_ENV}" echo "ACTIONS_RUNTIME_TOKEN=${ACTIONS_RUNTIME_TOKEN}" >> "${GITHUB_ENV}" echo "SCCACHE_GHA_ENABLED=on" >> "${GITHUB_ENV}" else # The runner has access to the S3 bucket via IAM profile without the need # for any credential echo "SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2" >> "${GITHUB_ENV}" echo "SCCACHE_S3_KEY_PREFIX=${GITHUB_WORKFLOW}" >> "${GITHUB_ENV}" fi # This is needed so that later build script could find sccache (which sccache) echo "${LOCAL_PATH}" >> $GITHUB_PATH 2024-08-20T21:50:03.8407330Z polling_interval_seconds: 1 2024-08-20T21:50:03.8407550Z warning_on_retry: true 2024-08-20T21:50:03.8407740Z continue_on_error: false 2024-08-20T21:50:03.8407930Z env: 2024-08-20T21:50:03.8408090Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:50:03.8408330Z SCCACHE_USE_GHA: false 2024-08-20T21:50:03.8409150Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:50:03.8410090Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:50:03.8410570Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:03.8411050Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:03.8411840Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:50:03.8412850Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:03.8413470Z ##[endgroup] 2024-08-20T21:50:03.9098840Z + DOWNLOAD_SCCACHE=0 2024-08-20T21:50:03.9099230Z + SCCACHE_VERSION=0.4.1 2024-08-20T21:50:03.9099510Z + LOCAL_PATH=/usr/local/bin 2024-08-20T21:50:03.9099910Z + '[' '!' -f /usr/local/bin/sccache ']' 2024-08-20T21:50:03.9103560Z ++ /usr/local/bin/sccache --version 2024-08-20T21:50:03.9105220Z ++ cut '-d ' -f2 2024-08-20T21:50:03.9136180Z + LOCAL_VERSION=0.4.1 2024-08-20T21:50:03.9136590Z + '[' 0.4.1 '!=' 0.4.1 ']' 2024-08-20T21:50:03.9137000Z + '[' 0 == 1 ']' 2024-08-20T21:50:03.9137210Z + [[ false == \t\r\u\e ]] 2024-08-20T21:50:03.9137640Z + echo SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-08-20T21:50:03.9144620Z + echo SCCACHE_S3_KEY_PREFIX=trunk 2024-08-20T21:50:03.9154930Z + echo /usr/local/bin 2024-08-20T21:50:04.9126580Z Command completed after 1 attempt(s). 2024-08-20T21:50:04.9372300Z Prepare all required actions 2024-08-20T21:50:04.9459270Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-08-20T21:50:04.9460090Z with: 2024-08-20T21:50:04.9461100Z github-token: *** 2024-08-20T21:50:04.9461620Z env: 2024-08-20T21:50:04.9462110Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:50:04.9462840Z SCCACHE_USE_GHA: false 2024-08-20T21:50:04.9465340Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:50:04.9468190Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:50:04.9469560Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:04.9471030Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:04.9473410Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:50:04.9476530Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:04.9478580Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-20T21:50:04.9479450Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:50:04.9480070Z ##[endgroup] 2024-08-20T21:50:04.9532250Z ##[group]Run set -eux 2024-08-20T21:50:04.9532820Z set -eux 2024-08-20T21:50:04.9533910Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-08-20T21:50:04.9585480Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:50:04.9586090Z env: 2024-08-20T21:50:04.9586430Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:50:04.9586970Z SCCACHE_USE_GHA: false 2024-08-20T21:50:04.9588730Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:50:04.9590760Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:50:04.9591720Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:04.9592750Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:04.9594370Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:50:04.9596540Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:04.9597970Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-20T21:50:04.9598580Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:50:04.9599250Z GITHUB_TOKEN: *** 2024-08-20T21:50:04.9599610Z ##[endgroup] 2024-08-20T21:50:05.0135340Z + python3 .github/scripts/get_workflow_job_id.py 10479310961 i-0909177d513caaf3b 2024-08-20T21:50:05.5476670Z setting job-id=29024694800 2024-08-20T21:50:05.5478630Z setting job-name=macos-py3-arm64 / build 2024-08-20T21:50:05.6011100Z Prepare all required actions 2024-08-20T21:50:05.6011690Z Getting action download info 2024-08-20T21:50:05.7061430Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-20T21:50:05.9694180Z ##[group]Run ./.github/actions/filter-test-configs 2024-08-20T21:50:05.9694530Z with: 2024-08-20T21:50:05.9694830Z github-token: *** 2024-08-20T21:50:05.9695660Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "macos-m1-stable" }, { config: "default", shard: 2, num_shards: 3, runner: "macos-m1-stable" }, { config: "default", shard: 3, num_shards: 3, runner: "macos-m1-stable" }, ]} 2024-08-20T21:50:05.9696530Z job-name: macos-py3-arm64 / build 2024-08-20T21:50:05.9696920Z env: 2024-08-20T21:50:05.9697100Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:50:05.9697370Z SCCACHE_USE_GHA: false 2024-08-20T21:50:05.9698270Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:50:05.9699300Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:50:05.9699770Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:05.9700290Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:05.9701100Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:50:05.9702160Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:05.9702940Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-20T21:50:05.9703250Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:50:05.9703490Z ##[endgroup] 2024-08-20T21:50:05.9743400Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-20T21:50:05.9743740Z with: 2024-08-20T21:50:05.9743880Z shell: bash 2024-08-20T21:50:05.9744040Z timeout_minutes: 10 2024-08-20T21:50:05.9744230Z max_attempts: 5 2024-08-20T21:50:05.9744400Z retry_wait_seconds: 30 2024-08-20T21:50:05.9745090Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore # This must run on Python-3.7 (AmazonLinux2) so can't use request=3.32.2 python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-20T21:50:05.9745820Z polling_interval_seconds: 1 2024-08-20T21:50:05.9746030Z warning_on_retry: true 2024-08-20T21:50:05.9746230Z continue_on_error: false 2024-08-20T21:50:05.9746410Z env: 2024-08-20T21:50:05.9746570Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:50:05.9746810Z SCCACHE_USE_GHA: false 2024-08-20T21:50:05.9747630Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:50:05.9748570Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:50:05.9749010Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:05.9749490Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:05.9750250Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:50:05.9751260Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:05.9751930Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-20T21:50:05.9752210Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:50:05.9757830Z GITHUB_TOKEN: *** 2024-08-20T21:50:05.9758330Z ##[endgroup] 2024-08-20T21:50:06.0428800Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-08-20T21:50:06.3720800Z Requirement already satisfied: requests==2.27.1 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (2.27.1) 2024-08-20T21:50:06.3722490Z Requirement already satisfied: pyyaml==6.0.1 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (6.0.1) 2024-08-20T21:50:06.3772710Z Requirement already satisfied: idna<4,>=2.5 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.27.1) (3.4) 2024-08-20T21:50:06.3775410Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.27.1) (1.26.14) 2024-08-20T21:50:06.3781180Z Requirement already satisfied: charset-normalizer~=2.0.0 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.27.1) (2.0.4) 2024-08-20T21:50:06.3783810Z Requirement already satisfied: certifi>=2017.4.17 in /Users/ec2-user/runner/_work/_temp/miniconda/lib/python3.9/site-packages (from requests==2.27.1) (2022.12.7) 2024-08-20T21:50:07.0439910Z Command completed after 1 attempt(s). 2024-08-20T21:50:07.0592720Z ##[group]Run set -x 2024-08-20T21:50:07.0593640Z set -x 2024-08-20T21:50:07.0594470Z  2024-08-20T21:50:07.0595980Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-20T21:50:07.0597960Z # in runner workspace 2024-08-20T21:50:07.0599400Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-08-20T21:50:07.0671440Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:50:07.0672560Z env: 2024-08-20T21:50:07.0673320Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:50:07.0674250Z SCCACHE_USE_GHA: false 2024-08-20T21:50:07.0677240Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:50:07.0680120Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:50:07.0681460Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:07.0682980Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:07.0685330Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:50:07.0688410Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:07.0727350Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-20T21:50:07.0728650Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:50:07.0729460Z ##[endgroup] 2024-08-20T21:50:07.1412730Z + python3 /Users/ec2-user/runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-08-20T21:50:07.1594380Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-20T21:50:07.1594750Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-08-20T21:50:07.1595050Z echo "Job name: ${JOB_NAME}" 2024-08-20T21:50:07.1595310Z  2024-08-20T21:50:07.1595670Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-08-20T21:50:07.1596120Z # in runner workspace 2024-08-20T21:50:07.1596560Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-08-20T21:50:07.1596990Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-08-20T21:50:07.1597300Z  --job-name "${JOB_NAME}" \ 2024-08-20T21:50:07.1597680Z  --test-matrix "{ include: [ 2024-08-20T21:50:07.1598110Z  { config: "default", shard: 1, num_shards: 3, runner: "macos-m1-stable" }, 2024-08-20T21:50:07.1598820Z  { config: "default", shard: 2, num_shards: 3, runner: "macos-m1-stable" }, 2024-08-20T21:50:07.1599370Z  { config: "default", shard: 3, num_shards: 3, runner: "macos-m1-stable" }, 2024-08-20T21:50:07.1599750Z ]} 2024-08-20T21:50:07.1599940Z " \ 2024-08-20T21:50:07.1600150Z  --selected-test-configs "" \ 2024-08-20T21:50:07.1600430Z  --pr-number "${PR_NUMBER}" \ 2024-08-20T21:50:07.1608290Z  --tag "${TAG}" \ 2024-08-20T21:50:07.1608560Z  --event-name "${EVENT_NAME}" \ 2024-08-20T21:50:07.1608860Z  --schedule "${SCHEDULE}" \ 2024-08-20T21:50:07.1609120Z  --branch "${HEAD_BRANCH}" 2024-08-20T21:50:07.1626870Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:50:07.1627150Z env: 2024-08-20T21:50:07.1627590Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:50:07.1627850Z SCCACHE_USE_GHA: false 2024-08-20T21:50:07.1628700Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:50:07.1629680Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:50:07.1630140Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:07.1630660Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:07.1631420Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:50:07.1632430Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:07.1633110Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-20T21:50:07.1633400Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:50:07.1633750Z GITHUB_TOKEN: *** 2024-08-20T21:50:07.1633950Z JOB_NAME: macos-py3-arm64 / build 2024-08-20T21:50:07.1634170Z PR_NUMBER: 2024-08-20T21:50:07.1634340Z TAG: ciflow/trunk/133712 2024-08-20T21:50:07.1634540Z EVENT_NAME: push 2024-08-20T21:50:07.1634710Z SCHEDULE: 2024-08-20T21:50:07.1634860Z HEAD_BRANCH: 2024-08-20T21:50:07.1635020Z ##[endgroup] 2024-08-20T21:50:07.2027260Z Workflow: trunk 2024-08-20T21:50:07.2027780Z Job name: macos-py3-arm64 / build 2024-08-20T21:50:07.5056770Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-08-20T21:50:07.7335640Z ##[group]Run echo "Filtered matrix:" 2024-08-20T21:50:07.7335930Z echo "Filtered matrix:" 2024-08-20T21:50:07.7336910Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "macos-m1-stable"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "macos-m1-stable"}]}" 2024-08-20T21:50:07.7345760Z  2024-08-20T21:50:07.7345960Z echo 2024-08-20T21:50:07.7346220Z echo "Is the current job unstable? False" 2024-08-20T21:50:07.7346530Z  2024-08-20T21:50:07.7346690Z echo 2024-08-20T21:50:07.7346930Z echo "Is keep-going label set? False" 2024-08-20T21:50:07.7347230Z  2024-08-20T21:50:07.7347390Z echo 2024-08-20T21:50:07.7347600Z echo "Renabled issues? " 2024-08-20T21:50:07.7366360Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:50:07.7366660Z env: 2024-08-20T21:50:07.7366860Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:50:07.7367110Z SCCACHE_USE_GHA: false 2024-08-20T21:50:07.7367990Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:50:07.7369180Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:50:07.7369650Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:07.7370160Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:07.7370970Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:50:07.7372030Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:07.7372740Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-20T21:50:07.7373040Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:50:07.7373280Z ##[endgroup] 2024-08-20T21:50:07.7768630Z Filtered matrix: 2024-08-20T21:50:07.7769880Z {include: [{config: default, shard: 1, num_shards: 3, runner: macos-m1-stable}, {config: default, shard: 2, num_shards: 3, runner: macos-m1-stable}, {config: default, shard: 3, num_shards: 3, runner: macos-m1-stable}]} 2024-08-20T21:50:07.7770700Z 2024-08-20T21:50:07.7770810Z Is the current job unstable? False 2024-08-20T21:50:07.7771010Z 2024-08-20T21:50:07.7771120Z Is keep-going label set? False 2024-08-20T21:50:07.7771300Z 2024-08-20T21:50:07.7771390Z Renabled issues? 2024-08-20T21:50:07.7808290Z ##[group]Run echo "CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname "$(which conda)")/../"}" >> "${GITHUB_ENV}" 2024-08-20T21:50:07.7808990Z echo "CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname "$(which conda)")/../"}" >> "${GITHUB_ENV}" 2024-08-20T21:50:07.7809430Z  2024-08-20T21:50:07.7809610Z if [[ -n "$CONDA_ENV" ]]; then 2024-08-20T21:50:07.7809920Z  # Use binaries under conda environment 2024-08-20T21:50:07.7810280Z  export PATH="$CONDA_ENV/bin":$PATH 2024-08-20T21:50:07.7810530Z fi 2024-08-20T21:50:07.7810690Z  2024-08-20T21:50:07.7811050Z # NB: Same trick as Linux, there is no need to initialize sccache with the risk of getting 2024-08-20T21:50:07.7811650Z # it hangs or timeout at initialization. The cache will be started automatically 2024-08-20T21:50:07.7812090Z export SKIP_SCCACHE_INITIALIZATION=1 2024-08-20T21:50:07.7812440Z ${CONDA_RUN} .ci/pytorch/macos-build.sh 2024-08-20T21:50:07.7829940Z shell: /bin/bash -e {0} 2024-08-20T21:50:07.7830160Z env: 2024-08-20T21:50:07.7830350Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:50:07.7830610Z SCCACHE_USE_GHA: false 2024-08-20T21:50:07.7831480Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:50:07.7832480Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:50:07.7832950Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:07.7833450Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:07.7834240Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:50:07.7835300Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:50:07.7836000Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-20T21:50:07.7836300Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:50:07.7836530Z OUR_GITHUB_JOB_ID: 29024694800 2024-08-20T21:50:07.7836750Z ##[endgroup] 2024-08-20T21:50:08.4613680Z +++ [[ macos-py3-arm64 == *rocm* ]] 2024-08-20T21:50:08.4614120Z +++ BUILD_TEST_LIBTORCH=0 2024-08-20T21:50:08.4616560Z ++ sysctl -a 2024-08-20T21:50:08.4617580Z ++ grep machdep.cpu 2024-08-20T21:50:08.4770080Z machdep.cpu.cores_per_package: 8 2024-08-20T21:50:08.4770450Z machdep.cpu.core_count: 8 2024-08-20T21:50:08.4770770Z machdep.cpu.logical_per_package: 8 2024-08-20T21:50:08.4771050Z machdep.cpu.thread_count: 8 2024-08-20T21:50:08.4771320Z machdep.cpu.brand_string: Apple M1 2024-08-20T21:50:08.4771740Z ++ export MACOSX_DEPLOYMENT_TARGET=11.1 2024-08-20T21:50:08.4772050Z ++ MACOSX_DEPLOYMENT_TARGET=11.1 2024-08-20T21:50:08.4772340Z ++ export CXX=clang++ 2024-08-20T21:50:08.4772570Z ++ CXX=clang++ 2024-08-20T21:50:08.4772780Z ++ export CC=clang 2024-08-20T21:50:08.4773000Z ++ CC=clang 2024-08-20T21:50:08.4775960Z ++ dirname .ci/pytorch/macos-build.sh 2024-08-20T21:50:08.4785500Z + source .ci/pytorch/common-build.sh 2024-08-20T21:50:08.4786680Z ++ [[ macos-py3-arm64 != *win-* ]] 2024-08-20T21:50:08.4791560Z ++++ dirname .ci/pytorch/common-build.sh 2024-08-20T21:50:08.4803150Z +++ cd .ci/pytorch 2024-08-20T21:50:08.4803650Z +++ pwd -P 2024-08-20T21:50:08.4805060Z ++ script_dir=/Users/ec2-user/runner/_work/pytorch/pytorch/.ci/pytorch 2024-08-20T21:50:08.4805460Z ++ which sccache 2024-08-20T21:50:08.4816360Z ++ sccache --stop-server 2024-08-20T21:50:08.4847140Z ++ true 2024-08-20T21:50:08.4847440Z ++ rm -f /Users/ec2-user/sccache_error.log 2024-08-20T21:50:08.4890400Z ++ trap_add sccache_epilogue EXIT 2024-08-20T21:50:08.4890700Z ++ trap_add_cmd=sccache_epilogue 2024-08-20T21:50:08.4890940Z ++ shift 2024-08-20T21:50:08.4891590Z ++ for trap_add_name in '"$@"' 2024-08-20T21:50:08.4895910Z ++++ trap -p EXIT 2024-08-20T21:50:08.4897170Z +++ eval 'extract_trap_cmd ' 2024-08-20T21:50:08.4897430Z ++++ extract_trap_cmd 2024-08-20T21:50:08.4897690Z ++++ printf '%s\n' '' 2024-08-20T21:50:08.4897960Z +++ printf '%s\n' sccache_epilogue 2024-08-20T21:50:08.4899130Z ++ trap -- ' 2024-08-20T21:50:08.4899460Z Skipping sccache server initialization, setting environment variables 2024-08-20T21:50:08.4899920Z sccache_epilogue' EXIT 2024-08-20T21:50:08.4900170Z ++ [[ -n 1 ]] 2024-08-20T21:50:08.4900550Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2024-08-20T21:50:08.4900960Z ++ export SCCACHE_IDLE_TIMEOUT=0 2024-08-20T21:50:08.4901210Z ++ SCCACHE_IDLE_TIMEOUT=0 2024-08-20T21:50:08.4901550Z ++ export SCCACHE_ERROR_LOG=/Users/ec2-user/sccache_error.log 2024-08-20T21:50:08.4901980Z ++ SCCACHE_ERROR_LOG=/Users/ec2-user/sccache_error.log 2024-08-20T21:50:08.4909550Z ++ export RUST_LOG=sccache::server=error 2024-08-20T21:50:08.4909860Z ++ RUST_LOG=sccache::server=error 2024-08-20T21:50:08.4910150Z ++ sccache --zero-stats 2024-08-20T21:50:08.7477140Z Compile requests 0 2024-08-20T21:50:08.7477720Z Compile requests executed 0 2024-08-20T21:50:08.7478180Z Cache hits 0 2024-08-20T21:50:08.7478660Z Cache misses 0 2024-08-20T21:50:08.7479100Z Cache timeouts 0 2024-08-20T21:50:08.7479550Z Cache read errors 0 2024-08-20T21:50:08.7480030Z Forced recaches 0 2024-08-20T21:50:08.7480470Z Cache write errors 0 2024-08-20T21:50:08.7480930Z Compilation failures 0 2024-08-20T21:50:08.7481380Z Cache errors 0 2024-08-20T21:50:08.7482010Z Non-cacheable compilations 0 2024-08-20T21:50:08.7482520Z Non-cacheable calls 0 2024-08-20T21:50:08.7483030Z Non-compilation calls 0 2024-08-20T21:50:08.7483590Z Unsupported compiler calls 0 2024-08-20T21:50:08.7484090Z Average cache write 0.000 s 2024-08-20T21:50:08.7484610Z Average compiler 0.000 s 2024-08-20T21:50:08.7485110Z Average cache read hit 0.000 s 2024-08-20T21:50:08.7485620Z Failed distributed compilations 0 2024-08-20T21:50:08.7486460Z Cache location s3, name: ossci-compiler-cache-circleci-v2, prefix: /trunk/ 2024-08-20T21:50:08.7487300Z Version (client) 0.4.1 2024-08-20T21:50:08.7487760Z ++ which ccache 2024-08-20T21:50:08.7505920Z + '[' -z true ']' 2024-08-20T21:50:08.7506450Z + which sccache 2024-08-20T21:50:08.7529120Z ++ mktemp -d 2024-08-20T21:50:08.7580320Z + tmp_dir=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx 2024-08-20T21:50:08.7581050Z + trap 'rm -rfv ${tmp_dir}' EXIT 2024-08-20T21:50:08.7581760Z + write_sccache_stub /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang++ 2024-08-20T21:50:08.7582730Z + output=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang++ 2024-08-20T21:50:08.7584740Z ++ basename /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang++ 2024-08-20T21:50:08.7600760Z + binary=clang++ 2024-08-20T21:50:08.7604520Z ++ which clang++ 2024-08-20T21:50:08.7620050Z ++ which clang++ 2024-08-20T21:50:08.7632730Z + printf '#!/bin/sh\nif [ $(ps auxc $(ps auxc -o ppid $$ | grep $$ | rev | cut -d'\'' '\'' -f1 | rev) | tr '\''\\n'\'' '\'' '\'' | rev | cut -d'\'' '\'' -f2 | rev) != sccache ]; then\n exec sccache %s "$@"\nelse\n exec %s "$@"\nfi' /usr/bin/clang++ /usr/bin/clang++ 2024-08-20T21:50:08.7634420Z + chmod a+x /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang++ 2024-08-20T21:50:08.7699190Z + write_sccache_stub /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang 2024-08-20T21:50:08.7700080Z + output=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang 2024-08-20T21:50:08.7702860Z ++ basename /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang 2024-08-20T21:50:08.7715000Z + binary=clang 2024-08-20T21:50:08.7718370Z ++ which clang 2024-08-20T21:50:08.7731390Z ++ which clang 2024-08-20T21:50:08.7742340Z + printf '#!/bin/sh\nif [ $(ps auxc $(ps auxc -o ppid $$ | grep $$ | rev | cut -d'\'' '\'' -f1 | rev) | tr '\''\\n'\'' '\'' '\'' | rev | cut -d'\'' '\'' -f2 | rev) != sccache ]; then\n exec sccache %s "$@"\nelse\n exec %s "$@"\nfi' /usr/bin/clang /usr/bin/clang 2024-08-20T21:50:08.7743610Z + chmod a+x /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang 2024-08-20T21:50:08.7757320Z + export PATH=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx:/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin:/usr/local/bin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:50:08.7760810Z + PATH=/var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx:/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin:/usr/local/bin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:50:08.7762620Z + print_cmake_info 2024-08-20T21:50:08.7762840Z ++ which cmake 2024-08-20T21:50:08.7769500Z + CMAKE_EXEC=/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/cmake 2024-08-20T21:50:08.7770260Z + echo /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/cmake 2024-08-20T21:50:08.7770900Z /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/cmake 2024-08-20T21:50:08.7772860Z ++ dirname /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/cmake 2024-08-20T21:50:08.7782130Z + CONDA_INSTALLATION_DIR=/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin 2024-08-20T21:50:08.7782890Z + ls -la /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/../lib 2024-08-20T21:50:08.7842580Z total 181384 2024-08-20T21:50:08.7843060Z drwxr-xr-x 229 ec2-user staff 7328 Aug 20 21:50 . 2024-08-20T21:50:08.7843530Z drwxr-xr-x 13 ec2-user staff 416 Aug 20 21:50 .. 2024-08-20T21:50:08.7844010Z -rw-r--r-- 2 ec2-user staff 154497 May 3 21:11 Tk.icns 2024-08-20T21:50:08.7844480Z -rw-r--r-- 2 ec2-user staff 53684 May 3 21:11 Tk.tiff 2024-08-20T21:50:08.7844940Z drwxr-xr-x 3 ec2-user staff 96 Aug 20 21:49 clang 2024-08-20T21:50:08.7845390Z drwxr-xr-x 8 ec2-user staff 256 Aug 20 21:50 cmake 2024-08-20T21:50:08.7845940Z drwxr-xr-x 4 ec2-user staff 128 Aug 20 21:49 engines-1.1 2024-08-20T21:50:08.7846440Z drwxr-xr-x 9 ec2-user staff 288 Aug 20 21:49 itcl4.2.4 2024-08-20T21:50:08.7846920Z drwxr-xr-x 3 ec2-user staff 96 Aug 20 21:49 krb5 2024-08-20T21:50:08.7847400Z -rwxr-xr-x 2 ec2-user staff 471088 Oct 29 2021 libLerc.dylib 2024-08-20T21:50:08.7847990Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libblas.dylib -> libopenblas.dylib 2024-08-20T21:50:08.7848570Z -rwxr-xr-x 2 ec2-user staff 125200 Apr 30 20:56 libbz2.1.0.8.dylib 2024-08-20T21:50:08.7849060Z -rw-r--r-- 2 ec2-user staff 202304 Apr 30 20:56 libbz2.a 2024-08-20T21:50:08.7849600Z lrwxr-xr-x 1 ec2-user staff 18 Aug 20 21:49 libbz2.dylib -> libbz2.1.0.8.dylib 2024-08-20T21:50:08.7850360Z -rwxr-xr-x 3 ec2-user staff 1010816 Sep 8 2022 libc++.1.0.dylib 2024-08-20T21:50:08.7850910Z lrwxr-xr-x 1 ec2-user staff 16 Aug 20 21:49 libc++.1.dylib -> libc++.1.0.dylib 2024-08-20T21:50:08.7851440Z -rw-r--r-- 3 ec2-user staff 1393600 Sep 8 2022 libc++.a 2024-08-20T21:50:08.7852020Z lrwxr-xr-x 1 ec2-user staff 16 Aug 20 21:49 libc++.dylib -> libc++.1.0.dylib 2024-08-20T21:50:08.7852790Z -rw-r--r-- 3 ec2-user staff 7208 Sep 8 2022 libc++experimental.a 2024-08-20T21:50:08.7853330Z -rwxr-xr-x 2 ec2-user staff 127888 Sep 5 2023 libcares.2.6.1.dylib 2024-08-20T21:50:08.7853920Z lrwxr-xr-x 1 ec2-user staff 20 Aug 20 21:49 libcares.2.dylib -> libcares.2.6.1.dylib 2024-08-20T21:50:08.7854560Z lrwxr-xr-x 1 ec2-user staff 20 Aug 20 21:49 libcares.dylib -> libcares.2.6.1.dylib 2024-08-20T21:50:08.7855180Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libcblas.dylib -> libopenblas.dylib 2024-08-20T21:50:08.7855750Z -rwxr-xr-x 2 ec2-user staff 67456 Apr 30 13:25 libcharset.1.dylib 2024-08-20T21:50:08.7856230Z -rw-r--r-- 2 ec2-user staff 2848 Apr 30 13:25 libcharset.a 2024-08-20T21:50:08.7856790Z lrwxr-xr-x 1 ec2-user staff 18 Aug 20 21:49 libcharset.dylib -> libcharset.1.dylib 2024-08-20T21:50:08.7857360Z -rwxr-xr-x 2 ec2-user staff 69344 Jun 16 2023 libcom_err.3.0.dylib 2024-08-20T21:50:08.7858000Z lrwxr-xr-x 1 ec2-user staff 20 Aug 20 21:49 libcom_err.3.dylib -> libcom_err.3.0.dylib 2024-08-20T21:50:08.7858630Z lrwxr-xr-x 1 ec2-user staff 20 Aug 20 21:49 libcom_err.dylib -> libcom_err.3.0.dylib 2024-08-20T21:50:08.7859300Z -rwxr-xr-x 1 ec2-user staff 2275056 Aug 20 21:49 libcrypto.1.1.dylib 2024-08-20T21:50:08.7859780Z -rw-r--r--@ 1 ec2-user staff 3968520 Aug 20 21:49 libcrypto.a 2024-08-20T21:50:08.7860330Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libcrypto.dylib -> libcrypto.1.1.dylib 2024-08-20T21:50:08.7860840Z + export CMAKE_EXEC 2024-08-20T21:50:08.7861430Z + install_name_tool -add_rpath @executable_path/../lib /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/cmake 2024-08-20T21:50:08.7862120Z -rwxr-xr-x 1 ec2-user staff 678112 Aug 20 21:49 libcurl.4.dylib 2024-08-20T21:50:08.7862660Z lrwxr-xr-x 1 ec2-user staff 15 Aug 20 21:49 libcurl.dylib -> libcurl.4.dylib 2024-08-20T21:50:08.7863230Z -rwxr-xr-x 2 ec2-user staff 103920 Sep 29 2023 libdeflate.0.dylib 2024-08-20T21:50:08.7863790Z lrwxr-xr-x 1 ec2-user staff 18 Aug 20 21:49 libdeflate.dylib -> libdeflate.0.dylib 2024-08-20T21:50:08.7864400Z -rwxr-xr-x 2 ec2-user staff 229728 Dec 19 2023 libedit.0.dylib 2024-08-20T21:50:08.7864860Z -rw-r--r-- 2 ec2-user staff 287296 Dec 19 2023 libedit.a 2024-08-20T21:50:08.7865380Z lrwxr-xr-x 1 ec2-user staff 15 Aug 20 21:49 libedit.dylib -> libedit.0.dylib 2024-08-20T21:50:08.7865920Z -rwxr-xr-x 2 ec2-user staff 92016 Aug 14 2021 libev.4.dylib 2024-08-20T21:50:08.7866450Z lrwxr-xr-x 1 ec2-user staff 13 Aug 20 21:49 libev.dylib -> libev.4.dylib 2024-08-20T21:50:08.7867010Z -rwxr-xr-x 2 ec2-user staff 199040 Apr 19 12:50 libexpat.1.9.2.dylib 2024-08-20T21:50:08.7867590Z lrwxr-xr-x 1 ec2-user staff 20 Aug 20 21:49 libexpat.1.dylib -> libexpat.1.9.2.dylib 2024-08-20T21:50:08.7868140Z -rw-r--r-- 2 ec2-user staff 193616 Apr 19 12:50 libexpat.a 2024-08-20T21:50:08.7868700Z lrwxr-xr-x 1 ec2-user staff 20 Aug 20 21:49 libexpat.dylib -> libexpat.1.9.2.dylib 2024-08-20T21:50:08.7869330Z lrwxr-xr-x 1 ec2-user staff 14 Aug 20 21:49 libffi.7.dylib -> libffi.8.dylib 2024-08-20T21:50:08.7869890Z -rwxr-xr-x 2 ec2-user staff 120624 Apr 30 13:24 libffi.8.dylib 2024-08-20T21:50:08.7870430Z -rw-r--r-- 2 ec2-user staff 54584 Apr 30 13:24 libffi.a 2024-08-20T21:50:08.7870970Z lrwxr-xr-x 1 ec2-user staff 14 Aug 20 21:49 libffi.dylib -> libffi.8.dylib 2024-08-20T21:50:08.7871660Z lrwxr-xr-x 1 ec2-user staff 16 Aug 20 21:49 libform.6.dylib -> libformw.6.dylib 2024-08-20T21:50:08.7872260Z lrwxr-xr-x 1 ec2-user staff 10 Aug 20 21:49 libform.a -> libformw.a 2024-08-20T21:50:08.7872830Z lrwxr-xr-x 1 ec2-user staff 16 Aug 20 21:49 libform.dylib -> libformw.6.dylib 2024-08-20T21:50:08.7873380Z -rwxr-xr-x 3 ec2-user staff 113712 Jan 26 2023 libformw.6.dylib 2024-08-20T21:50:08.7874000Z -rw-r--r-- 3 ec2-user staff 100944 Jan 26 2023 libformw.a 2024-08-20T21:50:08.7874580Z lrwxr-xr-x 1 ec2-user staff 16 Aug 20 21:49 libformw.dylib -> libformw.6.dylib 2024-08-20T21:50:08.7875150Z -rwxr-xr-x 2 ec2-user staff 735296 Oct 26 2022 libfreetype.6.dylib 2024-08-20T21:50:08.7875640Z -rw-r--r-- 2 ec2-user staff 882072 Oct 26 2022 libfreetype.a 2024-08-20T21:50:08.7876190Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libfreetype.dylib -> libfreetype.6.dylib 2024-08-20T21:50:08.7876770Z -rw-r--r-- 2 ec2-user staff 143664 Oct 11 2022 libgcc_s.1.1.dylib 2024-08-20T21:50:08.7877270Z -rwxr-xr-x 2 ec2-user staff 3717456 Oct 11 2022 libgfortran.5.dylib 2024-08-20T21:50:08.7877860Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libgfortran.dylib -> libgfortran.5.dylib 2024-08-20T21:50:08.7878410Z -rwxr-xr-x 2 ec2-user staff 105728 Feb 21 2023 libgif.7.2.0.dylib 2024-08-20T21:50:08.7878980Z lrwxr-xr-x 1 ec2-user staff 18 Aug 20 21:49 libgif.7.dylib -> libgif.7.2.0.dylib 2024-08-20T21:50:08.7879590Z lrwxr-xr-x 1 ec2-user staff 18 Aug 20 21:49 libgif.dylib -> libgif.7.2.0.dylib 2024-08-20T21:50:08.7880210Z lrwxr-xr-x 1 ec2-user staff 12 Aug 20 21:49 libgomp.1.dylib -> libomp.dylib 2024-08-20T21:50:08.7880860Z lrwxr-xr-x 1 ec2-user staff 12 Aug 20 21:49 libgomp.dylib -> libomp.dylib 2024-08-20T21:50:08.7881430Z -rwxr-xr-x 1 ec2-user staff 333152 Aug 20 21:49 libgssapi_krb5.2.2.dylib 2024-08-20T21:50:08.7882080Z lrwxr-xr-x 1 ec2-user staff 24 Aug 20 21:49 libgssapi_krb5.2.dylib -> libgssapi_krb5.2.2.dylib 2024-08-20T21:50:08.7882790Z lrwxr-xr-x 1 ec2-user staff 24 Aug 20 21:49 libgssapi_krb5.dylib -> libgssapi_krb5.2.2.dylib 2024-08-20T21:50:08.7883380Z -rwxr-xr-x 2 ec2-user staff 153488 Jun 16 2023 libgssrpc.4.2.dylib 2024-08-20T21:50:08.7884000Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libgssrpc.4.dylib -> libgssrpc.4.2.dylib 2024-08-20T21:50:08.7884630Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libgssrpc.dylib -> libgssrpc.4.2.dylib 2024-08-20T21:50:08.7885210Z -rwxr-xr-x 3 ec2-user staff 91184 Oct 24 2022 libhistory.8.2.dylib 2024-08-20T21:50:08.7885800Z lrwxr-xr-x 1 ec2-user staff 20 Aug 20 21:49 libhistory.8.dylib -> libhistory.8.2.dylib 2024-08-20T21:50:08.7886360Z -rw-r--r-- 3 ec2-user staff 48392 Oct 24 2022 libhistory.a 2024-08-20T21:50:08.7886900Z lrwxr-xr-x 1 ec2-user staff 20 Aug 20 21:49 libhistory.dylib -> libhistory.8.2.dylib 2024-08-20T21:50:08.7887480Z -rwxr-xr-x 2 ec2-user staff 1015200 Apr 30 13:25 libiconv.2.dylib 2024-08-20T21:50:08.7887950Z -rw-r--r-- 2 ec2-user staff 980096 Apr 30 13:25 libiconv.a 2024-08-20T21:50:08.7888480Z lrwxr-xr-x 1 ec2-user staff 16 Aug 20 21:49 libiconv.dylib -> libiconv.2.dylib 2024-08-20T21:50:08.7889070Z lrwxr-xr-x 1 ec2-user staff 12 Aug 20 21:49 libiomp5.dylib -> libomp.dylib 2024-08-20T21:50:08.7889610Z -rwxr-xr-x 2 ec2-user staff 284352 Aug 5 15:44 libjpeg.9.dylib 2024-08-20T21:50:08.7890080Z -rw-r--r-- 2 ec2-user staff 303552 Aug 5 15:44 libjpeg.a 2024-08-20T21:50:08.7890600Z lrwxr-xr-x 1 ec2-user staff 15 Aug 20 21:49 libjpeg.dylib -> libjpeg.9.dylib 2024-08-20T21:50:08.7891190Z -rwxr-xr-x 2 ec2-user staff 113520 Jun 16 2023 libk5crypto.3.1.dylib 2024-08-20T21:50:08.7891800Z lrwxr-xr-x 1 ec2-user staff 21 Aug 20 21:49 libk5crypto.3.dylib -> libk5crypto.3.1.dylib 2024-08-20T21:50:08.7900320Z lrwxr-xr-x 1 ec2-user staff 21 Aug 20 21:49 libk5crypto.dylib -> libk5crypto.3.1.dylib 2024-08-20T21:50:08.7901000Z lrwxr-xr-x 1 ec2-user staff 27 Aug 20 21:49 libkadm5clnt.dylib -> libkadm5clnt_mit.12.0.dylib 2024-08-20T21:50:08.7901610Z -rwxr-xr-x 1 ec2-user staff 134880 Aug 20 21:49 libkadm5clnt_mit.12.0.dylib 2024-08-20T21:50:08.7902260Z lrwxr-xr-x 1 ec2-user staff 27 Aug 20 21:49 libkadm5clnt_mit.12.dylib -> libkadm5clnt_mit.12.0.dylib 2024-08-20T21:50:08.7903160Z lrwxr-xr-x 1 ec2-user staff 27 Aug 20 21:49 libkadm5clnt_mit.dylib -> libkadm5clnt_mit.12.0.dylib 2024-08-20T21:50:08.7903860Z lrwxr-xr-x 1 ec2-user staff 26 Aug 20 21:49 libkadm5srv.dylib -> libkadm5srv_mit.12.0.dylib 2024-08-20T21:50:08.7904460Z -rwxr-xr-x 1 ec2-user staff 154944 Aug 20 21:49 libkadm5srv_mit.12.0.dylib 2024-08-20T21:50:08.7905090Z lrwxr-xr-x 1 ec2-user staff 26 Aug 20 21:49 libkadm5srv_mit.12.dylib -> libkadm5srv_mit.12.0.dylib 2024-08-20T21:50:08.7905780Z lrwxr-xr-x 1 ec2-user staff 26 Aug 20 21:49 libkadm5srv_mit.dylib -> libkadm5srv_mit.12.0.dylib 2024-08-20T21:50:08.7906340Z -rwxr-xr-x 1 ec2-user staff 132336 Aug 20 21:49 libkdb5.10.0.dylib 2024-08-20T21:50:08.7906870Z lrwxr-xr-x 1 ec2-user staff 18 Aug 20 21:49 libkdb5.10.dylib -> libkdb5.10.0.dylib 2024-08-20T21:50:08.7907440Z lrwxr-xr-x 1 ec2-user staff 18 Aug 20 21:49 libkdb5.dylib -> libkdb5.10.0.dylib 2024-08-20T21:50:08.7907960Z -rwxr-xr-x 2 ec2-user staff 71216 Jun 16 2023 libkrad.0.0.dylib 2024-08-20T21:50:08.7908490Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libkrad.0.dylib -> libkrad.0.0.dylib 2024-08-20T21:50:08.7909050Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libkrad.dylib -> libkrad.0.0.dylib 2024-08-20T21:50:08.7909560Z -rwxr-xr-x 1 ec2-user staff 826304 Aug 20 21:49 libkrb5.3.3.dylib 2024-08-20T21:50:08.7910080Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libkrb5.3.dylib -> libkrb5.3.3.dylib 2024-08-20T21:50:08.7910650Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libkrb5.dylib -> libkrb5.3.3.dylib 2024-08-20T21:50:08.7911180Z -rwxr-xr-x 2 ec2-user staff 93744 Jun 16 2023 libkrb5support.1.1.dylib 2024-08-20T21:50:08.7911800Z lrwxr-xr-x 1 ec2-user staff 24 Aug 20 21:49 libkrb5support.1.dylib -> libkrb5support.1.1.dylib 2024-08-20T21:50:08.7912490Z lrwxr-xr-x 1 ec2-user staff 24 Aug 20 21:49 libkrb5support.dylib -> libkrb5support.1.1.dylib 2024-08-20T21:50:08.7913130Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 liblapack.dylib -> libopenblas.dylib 2024-08-20T21:50:08.7913670Z -rwxr-xr-x 2 ec2-user staff 380608 Aug 13 2021 liblcms2.2.dylib 2024-08-20T21:50:08.7914130Z -rw-r--r-- 2 ec2-user staff 529192 Aug 13 2021 liblcms2.a 2024-08-20T21:50:08.7914630Z lrwxr-xr-x 1 ec2-user staff 16 Aug 20 21:50 liblcms2.dylib -> liblcms2.2.dylib 2024-08-20T21:50:08.7915170Z -rwxr-xr-x 2 ec2-user staff 225328 Apr 30 20:56 liblz4.1.9.4.dylib 2024-08-20T21:50:08.7915700Z lrwxr-xr-x 1 ec2-user staff 18 Aug 20 21:49 liblz4.1.dylib -> liblz4.1.9.4.dylib 2024-08-20T21:50:08.7916250Z lrwxr-xr-x 1 ec2-user staff 18 Aug 20 21:49 liblz4.dylib -> liblz4.1.9.4.dylib 2024-08-20T21:50:08.7916750Z -rwxr-xr-x 2 ec2-user staff 217520 Apr 30 21:03 liblzma.5.dylib 2024-08-20T21:50:08.7917190Z -rw-r--r-- 2 ec2-user staff 264344 Apr 30 21:03 liblzma.a 2024-08-20T21:50:08.7917680Z lrwxr-xr-x 1 ec2-user staff 15 Aug 20 21:49 liblzma.dylib -> liblzma.5.dylib 2024-08-20T21:50:08.7918240Z lrwxr-xr-x 1 ec2-user staff 16 Aug 20 21:49 libmenu.6.dylib -> libmenuw.6.dylib 2024-08-20T21:50:08.7918770Z lrwxr-xr-x 1 ec2-user staff 10 Aug 20 21:49 libmenu.a -> libmenuw.a 2024-08-20T21:50:08.7919330Z lrwxr-xr-x 1 ec2-user staff 16 Aug 20 21:49 libmenu.dylib -> libmenuw.6.dylib 2024-08-20T21:50:08.7919870Z -rwxr-xr-x 3 ec2-user staff 73008 Jan 26 2023 libmenuw.6.dylib 2024-08-20T21:50:08.7920400Z -rw-r--r-- 3 ec2-user staff 43824 Jan 26 2023 libmenuw.a 2024-08-20T21:50:08.7920930Z lrwxr-xr-x 1 ec2-user staff 16 Aug 20 21:49 libmenuw.dylib -> libmenuw.6.dylib 2024-08-20T21:50:08.7921510Z lrwxr-xr-x 1 ec2-user staff 15 Aug 20 21:49 libncurses++.a -> libncurses++w.a 2024-08-20T21:50:08.7922030Z -rw-r--r-- 3 ec2-user staff 108432 Jan 26 2023 libncurses++w.a 2024-08-20T21:50:08.7922700Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libncurses.6.dylib -> libncursesw.6.dylib 2024-08-20T21:50:08.7923300Z lrwxr-xr-x 1 ec2-user staff 13 Aug 20 21:49 libncurses.a -> libncursesw.a 2024-08-20T21:50:08.7923910Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libncurses.dylib -> libncursesw.6.dylib 2024-08-20T21:50:08.7924460Z -rwxr-xr-x 1 ec2-user staff 252048 Aug 20 21:49 libncursesw.6.dylib 2024-08-20T21:50:08.7924940Z -rw-r--r-- 3 ec2-user staff 302192 Jan 26 2023 libncursesw.a 2024-08-20T21:50:08.7925480Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libncursesw.dylib -> libncursesw.6.dylib 2024-08-20T21:50:08.7926050Z -rwxr-xr-x 2 ec2-user staff 211216 Jun 16 2023 libnghttp2.14.dylib 2024-08-20T21:50:08.7926610Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libnghttp2.dylib -> libnghttp2.14.dylib 2024-08-20T21:50:08.7927140Z -rwxr-xr-x 2 ec2-user staff 763440 Sep 8 2022 libomp.dylib 2024-08-20T21:50:08.7927730Z lrwxr-xr-x 1 ec2-user staff 26 Aug 20 21:49 libopenblas.0.dylib -> libopenblasp-r0.3.21.dylib 2024-08-20T21:50:08.7928310Z -rwxr-xr-x 2 ec2-user staff 23144528 Oct 4 2022 libopenblas.dylib 2024-08-20T21:50:08.7928840Z -rwxr-xr-x 2 ec2-user staff 23144560 Oct 4 2022 libopenblasp-r0.3.21.dylib 2024-08-20T21:50:08.7929380Z -rwxr-xr-x 2 ec2-user staff 392240 Aug 5 15:44 libopenjp2.2.5.2.dylib 2024-08-20T21:50:08.7929970Z lrwxr-xr-x 1 ec2-user staff 22 Aug 20 21:50 libopenjp2.7.dylib -> libopenjp2.2.5.2.dylib 2024-08-20T21:50:08.7930520Z -rw-r--r-- 2 ec2-user staff 431472 Aug 5 15:44 libopenjp2.a 2024-08-20T21:50:08.7931070Z lrwxr-xr-x 1 ec2-user staff 22 Aug 20 21:50 libopenjp2.dylib -> libopenjp2.2.5.2.dylib 2024-08-20T21:50:08.7931680Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libpanel.6.dylib -> libpanelw.6.dylib 2024-08-20T21:50:08.7932240Z lrwxr-xr-x 1 ec2-user staff 11 Aug 20 21:49 libpanel.a -> libpanelw.a 2024-08-20T21:50:08.7932810Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libpanel.dylib -> libpanelw.6.dylib 2024-08-20T21:50:08.7933340Z -rwxr-xr-x 3 ec2-user staff 68352 Jan 26 2023 libpanelw.6.dylib 2024-08-20T21:50:08.7933810Z -rw-r--r-- 3 ec2-user staff 15856 Jan 26 2023 libpanelw.a 2024-08-20T21:50:08.7934340Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libpanelw.dylib -> libpanelw.6.dylib 2024-08-20T21:50:08.7934910Z lrwxr-xr-x 1 ec2-user staff 10 Aug 20 21:49 libpng.a -> libpng16.a 2024-08-20T21:50:08.7935470Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libpng.dylib -> libpng16.16.dylib 2024-08-20T21:50:08.7936000Z -rwxr-xr-x 2 ec2-user staff 258784 Mar 3 2023 libpng16.16.dylib 2024-08-20T21:50:08.7936460Z -rw-r--r-- 2 ec2-user staff 294888 Mar 3 2023 libpng16.a 2024-08-20T21:50:08.7936970Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libpng16.dylib -> libpng16.16.dylib 2024-08-20T21:50:08.7937510Z -rwxr-xr-x 1 ec2-user staff 4022992 Aug 20 21:49 libpython3.9.dylib 2024-08-20T21:50:08.7938010Z -rwxr-xr-x 2 ec2-user staff 371952 Oct 11 2022 libquadmath.0.dylib 2024-08-20T21:50:08.7938580Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libquadmath.dylib -> libquadmath.0.dylib 2024-08-20T21:50:08.7939150Z -rwxr-xr-x 3 ec2-user staff 327920 Oct 24 2022 libreadline.8.2.dylib 2024-08-20T21:50:08.7939740Z lrwxr-xr-x 1 ec2-user staff 21 Aug 20 21:49 libreadline.8.dylib -> libreadline.8.2.dylib 2024-08-20T21:50:08.7940300Z -rw-r--r-- 3 ec2-user staff 509560 Oct 24 2022 libreadline.a 2024-08-20T21:50:08.7941040Z lrwxr-xr-x 1 ec2-user staff 21 Aug 20 21:49 libreadline.dylib -> libreadline.8.2.dylib 2024-08-20T21:50:08.7941590Z -rw-r--r-- 2 ec2-user staff 247856 Aug 20 2021 librhash.0.dylib 2024-08-20T21:50:08.7942050Z -rw-r--r-- 2 ec2-user staff 235000 Aug 20 2021 librhash.a 2024-08-20T21:50:08.7942610Z lrwxr-xr-x 1 ec2-user staff 16 Aug 20 21:49 librhash.dylib -> librhash.0.dylib 2024-08-20T21:50:08.7943350Z -rwxr-xr-x 2 ec2-user staff 68672 Sep 15 2023 libsharpyuv.0.dylib 2024-08-20T21:50:08.7943950Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libsharpyuv.dylib -> libsharpyuv.0.dylib 2024-08-20T21:50:08.7944490Z -rwxr-xr-x 2 ec2-user staff 1594192 Apr 30 14:45 libsqlite3.0.dylib 2024-08-20T21:50:08.7945060Z lrwxr-xr-x 1 ec2-user staff 18 Aug 20 21:49 libsqlite3.dylib -> libsqlite3.0.dylib 2024-08-20T21:50:08.7945640Z -rwxr-xr-x 2 ec2-user staff 284496 Jun 16 2023 libssh2.1.0.1.dylib 2024-08-20T21:50:08.7946220Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libssh2.1.dylib -> libssh2.1.0.1.dylib 2024-08-20T21:50:08.7953410Z -rw-r--r-- 2 ec2-user staff 342368 Jun 16 2023 libssh2.a 2024-08-20T21:50:08.7953990Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libssh2.dylib -> libssh2.1.0.1.dylib 2024-08-20T21:50:08.7954530Z -rwxr-xr-x 2 ec2-user staff 541728 Sep 11 2023 libssl.1.1.dylib 2024-08-20T21:50:08.7954990Z -rw-r--r-- 2 ec2-user staff 773744 Sep 11 2023 libssl.a 2024-08-20T21:50:08.7955500Z lrwxr-xr-x 1 ec2-user staff 16 Aug 20 21:49 libssl.dylib -> libssl.1.1.dylib 2024-08-20T21:50:08.7956040Z -rwxr-xr-x 1 ec2-user staff 1628848 Aug 20 21:49 libtcl8.6.dylib 2024-08-20T21:50:08.7956530Z -rwxr-xr-x 2 ec2-user staff 5856 May 3 21:10 libtclstub8.6.a 2024-08-20T21:50:08.7957070Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libtiff.5.dylib -> ./libtiff.6.dylib 2024-08-20T21:50:08.7957580Z -rwxr-xr-x 2 ec2-user staff 545440 Sep 1 2023 libtiff.6.dylib 2024-08-20T21:50:08.7958020Z -rw-r--r-- 2 ec2-user staff 733272 Sep 1 2023 libtiff.a 2024-08-20T21:50:08.7958500Z lrwxr-xr-x 1 ec2-user staff 15 Aug 20 21:49 libtiff.dylib -> libtiff.6.dylib 2024-08-20T21:50:08.7959010Z -rwxr-xr-x 2 ec2-user staff 70992 Sep 1 2023 libtiffxx.6.dylib 2024-08-20T21:50:08.7959460Z -rw-r--r-- 2 ec2-user staff 10840 Sep 1 2023 libtiffxx.a 2024-08-20T21:50:08.7959960Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libtiffxx.dylib -> libtiffxx.6.dylib 2024-08-20T21:50:08.7960540Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libtinfo.6.dylib -> libtinfow.6.dylib 2024-08-20T21:50:08.7961080Z lrwxr-xr-x 1 ec2-user staff 11 Aug 20 21:49 libtinfo.a -> libtinfow.a 2024-08-20T21:50:08.7961630Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libtinfo.dylib -> libtinfow.6.dylib 2024-08-20T21:50:08.7962150Z -rwxr-xr-x 1 ec2-user staff 255072 Aug 20 21:49 libtinfow.6.dylib 2024-08-20T21:50:08.7962600Z -rw-r--r--@ 1 ec2-user staff 345456 Aug 20 21:49 libtinfow.a 2024-08-20T21:50:08.7963100Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libtinfow.dylib -> libtinfow.6.dylib 2024-08-20T21:50:08.7963610Z -rwxr-xr-x 2 ec2-user staff 1590336 May 3 21:12 libtk8.6.dylib 2024-08-20T21:50:08.7964070Z -rwxr-xr-x 2 ec2-user staff 4728 May 3 21:11 libtkstub8.6.a 2024-08-20T21:50:08.7964540Z -rwxr-xr-x 2 ec2-user staff 266832 Aug 19 2021 libuv.1.dylib 2024-08-20T21:50:08.7964990Z -rw-r--r-- 2 ec2-user staff 1047680 Aug 19 2021 libuv.a 2024-08-20T21:50:08.7965450Z lrwxr-xr-x 1 ec2-user staff 13 Aug 20 21:49 libuv.dylib -> libuv.1.dylib 2024-08-20T21:50:08.7965960Z -rwxr-xr-x 2 ec2-user staff 88752 Jun 16 2023 libverto.0.0.dylib 2024-08-20T21:50:08.7966500Z lrwxr-xr-x 1 ec2-user staff 18 Aug 20 21:49 libverto.0.dylib -> libverto.0.0.dylib 2024-08-20T21:50:08.7967960Z lrwxr-xr-x 1 ec2-user staff 18 Aug 20 21:49 libverto.dylib -> libverto.0.0.dylib 2024-08-20T21:50:08.7968570Z -rwxr-xr-x 2 ec2-user staff 451680 Sep 15 2023 libwebp.7.dylib 2024-08-20T21:50:08.7969070Z lrwxr-xr-x 1 ec2-user staff 15 Aug 20 21:49 libwebp.dylib -> libwebp.7.dylib 2024-08-20T21:50:08.7969600Z -rwxr-xr-x 2 ec2-user staff 253472 Sep 15 2023 libwebpdecoder.3.dylib 2024-08-20T21:50:08.7970180Z lrwxr-xr-x 1 ec2-user staff 22 Aug 20 21:49 libwebpdecoder.dylib -> libwebpdecoder.3.dylib 2024-08-20T21:50:08.7970860Z -rwxr-xr-x 2 ec2-user staff 69216 Sep 15 2023 libwebpdemux.2.dylib 2024-08-20T21:50:08.7971430Z lrwxr-xr-x 1 ec2-user staff 20 Aug 20 21:49 libwebpdemux.dylib -> libwebpdemux.2.dylib 2024-08-20T21:50:08.7971970Z -rwxr-xr-x 2 ec2-user staff 88944 Sep 15 2023 libwebpmux.3.dylib 2024-08-20T21:50:08.7972510Z lrwxr-xr-x 1 ec2-user staff 18 Aug 20 21:49 libwebpmux.dylib -> libwebpmux.3.dylib 2024-08-20T21:50:08.7973040Z -rwxr-xr-x 2 ec2-user staff 156864 Aug 16 2021 libyaml-0.2.dylib 2024-08-20T21:50:08.7973510Z -rw-r--r-- 2 ec2-user staff 142944 Aug 16 2021 libyaml.a 2024-08-20T21:50:08.7974030Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libyaml.dylib -> libyaml-0.2.dylib 2024-08-20T21:50:08.7974580Z -rwxr-xr-x 2 ec2-user staff 140576 Apr 30 21:02 libz.1.2.13.dylib 2024-08-20T21:50:08.7975120Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libz.1.dylib -> libz.1.2.13.dylib 2024-08-20T21:50:08.7975630Z -rw-r--r-- 2 ec2-user staff 105176 Apr 30 21:02 libz.a 2024-08-20T21:50:08.7976140Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 libz.dylib -> libz.1.2.13.dylib 2024-08-20T21:50:08.7976690Z -rwxr-xr-x 2 ec2-user staff 850144 May 2 19:33 libzstd.1.5.5.dylib 2024-08-20T21:50:08.7977240Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libzstd.1.dylib -> libzstd.1.5.5.dylib 2024-08-20T21:50:08.7977730Z -rw-r--r-- 2 ec2-user staff 921456 May 2 19:33 libzstd.a 2024-08-20T21:50:08.7978230Z lrwxr-xr-x 1 ec2-user staff 19 Aug 20 21:49 libzstd.dylib -> libzstd.1.5.5.dylib 2024-08-20T21:50:08.7978730Z drwxr-xr-x 54 ec2-user staff 1728 Aug 20 21:50 pkgconfig 2024-08-20T21:50:08.7979160Z drwxr-xr-x 212 ec2-user staff 6784 Aug 20 21:50 python3.9 2024-08-20T21:50:08.7979590Z drwxr-xr-x 4 ec2-user staff 128 Aug 20 21:49 sqlite3.44.2 2024-08-20T21:50:08.7980010Z drwxr-xr-x 5 ec2-user staff 160 Aug 20 21:49 tcl8 2024-08-20T21:50:08.7980410Z drwxr-xr-x 17 ec2-user staff 544 Aug 20 21:49 tcl8.6 2024-08-20T21:50:08.7980830Z -rw-r--r-- 1 ec2-user staff 9617 Aug 20 21:49 tclConfig.sh 2024-08-20T21:50:08.7981260Z -rw-r--r-- 2 ec2-user staff 773 May 3 21:10 tclooConfig.sh 2024-08-20T21:50:08.7981690Z drwxr-xr-x 7 ec2-user staff 224 Aug 20 21:49 tdbc1.1.7 2024-08-20T21:50:08.7982130Z drwxr-xr-x 5 ec2-user staff 160 Aug 20 21:49 tdbcmysql1.1.7 2024-08-20T21:50:08.7982600Z drwxr-xr-x 5 ec2-user staff 160 Aug 20 21:49 tdbcodbc1.1.7 2024-08-20T21:50:08.7983090Z drwxr-xr-x 5 ec2-user staff 160 Aug 20 21:49 tdbcpostgres1.1.7 2024-08-20T21:50:08.7983590Z lrwxr-xr-x 1 ec2-user staff 17 Aug 20 21:49 terminfo -> ../share/terminfo 2024-08-20T21:50:08.7984070Z drwxr-xr-x 5 ec2-user staff 160 Aug 20 21:49 thread2.8.9 2024-08-20T21:50:08.7984490Z drwxr-xr-x 40 ec2-user staff 1280 Aug 20 21:49 tk8.6 2024-08-20T21:50:08.7984890Z -rw-r--r-- 1 ec2-user staff 4935 Aug 20 21:49 tkConfig.sh 2024-08-20T21:50:08.7985900Z /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_10479310961/bin/cmake 2024-08-20T21:50:08.8161970Z + codesign -f -s - /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/cmake 2024-08-20T21:50:08.8215570Z /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/cmake: replacing existing signature 2024-08-20T21:50:08.8867880Z + [[ macos-py3-arm64 = *arm64* ]] 2024-08-20T21:50:08.8870910Z ++ uname -m 2024-08-20T21:50:08.8888060Z + [[ arm64 == \a\r\m\6\4 ]] 2024-08-20T21:50:08.8888290Z + compile_arm64 2024-08-20T21:50:08.8888480Z + USE_DISTRIBUTED=0 2024-08-20T21:50:08.8888680Z + USE_OPENMP=1 2024-08-20T21:50:08.8888890Z + MACOSX_DEPLOYMENT_TARGET=11.0 2024-08-20T21:50:08.8889130Z + WERROR=1 2024-08-20T21:50:08.8889290Z + BUILD_TEST=OFF 2024-08-20T21:50:08.8889470Z + USE_PYTORCH_METAL=1 2024-08-20T21:50:08.8889990Z + python setup.py bdist_wheel 2024-08-20T21:50:11.1315690Z -- The CXX compiler identification is AppleClang 15.0.0.15000309 2024-08-20T21:50:11.2467620Z -- The C compiler identification is AppleClang 15.0.0.15000309 2024-08-20T21:50:11.2556080Z -- Detecting CXX compiler ABI info 2024-08-20T21:50:11.3893420Z -- Detecting CXX compiler ABI info - done 2024-08-20T21:50:11.3929550Z -- Check for working CXX compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang++ - skipped 2024-08-20T21:50:11.3931430Z -- Detecting CXX compile features 2024-08-20T21:50:11.3934730Z -- Detecting CXX compile features - done 2024-08-20T21:50:11.3977400Z -- Detecting C compiler ABI info 2024-08-20T21:50:11.5341540Z -- Detecting C compiler ABI info - done 2024-08-20T21:50:11.5367380Z -- Check for working C compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang - skipped 2024-08-20T21:50:11.5369310Z -- Detecting C compile features 2024-08-20T21:50:11.5372420Z -- Detecting C compile features - done 2024-08-20T21:50:11.5398930Z -- Not forcing any particular BLAS to be found 2024-08-20T21:50:11.5632700Z -- CLANG_VERSION_STRING: 15.0 2024-08-20T21:50:11.5744210Z -- sdk version: 14.4, mps supported: ON 2024-08-20T21:50:11.5875760Z -- MPSGraph framework found 2024-08-20T21:50:11.5914280Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2024-08-20T21:50:11.5937560Z -- Performing Test C_HAS_AVX_1 2024-08-20T21:50:11.7754830Z -- Performing Test C_HAS_AVX_1 - Failed 2024-08-20T21:50:11.7756780Z -- Performing Test C_HAS_AVX_2 2024-08-20T21:50:11.8675760Z -- Performing Test C_HAS_AVX_2 - Failed 2024-08-20T21:50:11.8682700Z -- Performing Test C_HAS_AVX_3 2024-08-20T21:50:11.9329130Z -- Performing Test C_HAS_AVX_3 - Failed 2024-08-20T21:50:11.9331400Z -- Performing Test C_HAS_AVX2_1 2024-08-20T21:50:12.0265490Z -- Performing Test C_HAS_AVX2_1 - Failed 2024-08-20T21:50:12.0267300Z -- Performing Test C_HAS_AVX2_2 2024-08-20T21:50:12.1200040Z -- Performing Test C_HAS_AVX2_2 - Failed 2024-08-20T21:50:12.1202160Z -- Performing Test C_HAS_AVX2_3 2024-08-20T21:50:12.1846970Z -- Performing Test C_HAS_AVX2_3 - Failed 2024-08-20T21:50:12.1849100Z -- Performing Test C_HAS_AVX512_1 2024-08-20T21:50:12.2771130Z -- Performing Test C_HAS_AVX512_1 - Failed 2024-08-20T21:50:12.2772870Z -- Performing Test C_HAS_AVX512_2 2024-08-20T21:50:12.3692560Z -- Performing Test C_HAS_AVX512_2 - Failed 2024-08-20T21:50:12.3694940Z -- Performing Test C_HAS_AVX512_3 2024-08-20T21:50:12.4350670Z -- Performing Test C_HAS_AVX512_3 - Failed 2024-08-20T21:50:12.4352850Z -- Performing Test CXX_HAS_AVX_1 2024-08-20T21:50:12.5271700Z -- Performing Test CXX_HAS_AVX_1 - Failed 2024-08-20T21:50:12.5273680Z -- Performing Test CXX_HAS_AVX_2 2024-08-20T21:50:12.6196210Z -- Performing Test CXX_HAS_AVX_2 - Failed 2024-08-20T21:50:12.6197960Z -- Performing Test CXX_HAS_AVX_3 2024-08-20T21:50:12.6851530Z -- Performing Test CXX_HAS_AVX_3 - Failed 2024-08-20T21:50:12.6853570Z -- Performing Test CXX_HAS_AVX2_1 2024-08-20T21:50:12.7773760Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2024-08-20T21:50:12.7775790Z -- Performing Test CXX_HAS_AVX2_2 2024-08-20T21:50:12.8707810Z -- Performing Test CXX_HAS_AVX2_2 - Failed 2024-08-20T21:50:12.8709670Z -- Performing Test CXX_HAS_AVX2_3 2024-08-20T21:50:12.9351620Z -- Performing Test CXX_HAS_AVX2_3 - Failed 2024-08-20T21:50:12.9353560Z -- Performing Test CXX_HAS_AVX512_1 2024-08-20T21:50:13.0272910Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2024-08-20T21:50:13.0274750Z -- Performing Test CXX_HAS_AVX512_2 2024-08-20T21:50:13.1196010Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2024-08-20T21:50:13.1197790Z -- Performing Test CXX_HAS_AVX512_3 2024-08-20T21:50:13.1845510Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2024-08-20T21:50:13.1848360Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-08-20T21:50:13.2900060Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Failed 2024-08-20T21:50:13.2904850Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-08-20T21:50:13.4250270Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2024-08-20T21:50:13.4254360Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-08-20T21:50:13.5611710Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2024-08-20T21:50:13.5615830Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2024-08-20T21:50:13.6943120Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2024-08-20T21:50:13.7007770Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2024-08-20T21:50:14.6215700Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2024-08-20T21:50:14.6224170Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2024-08-20T21:50:14.6224670Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2024-08-20T21:50:14.6225530Z or a Caffe2 dependent library, the next warning / error will give you more 2024-08-20T21:50:14.6225930Z info. 2024-08-20T21:50:14.6226160Z Call Stack (most recent call first): 2024-08-20T21:50:14.6226440Z cmake/Dependencies.cmake:44 (include) 2024-08-20T21:50:14.6226720Z CMakeLists.txt:866 (include) 2024-08-20T21:50:14.6226880Z 2024-08-20T21:50:14.6226890Z 2024-08-20T21:50:14.6227030Z CMake Warning at cmake/Dependencies.cmake:76 (message): 2024-08-20T21:50:14.6227520Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2024-08-20T21:50:14.6227910Z Call Stack (most recent call first): 2024-08-20T21:50:14.6228180Z CMakeLists.txt:866 (include) 2024-08-20T21:50:14.6228340Z 2024-08-20T21:50:14.6228340Z 2024-08-20T21:50:14.6246030Z CMake Warning at cmake/Dependencies.cmake:95 (message): 2024-08-20T21:50:14.6246490Z Not compiling with XPU. Could NOT find SYCL.Suppress this warning with 2024-08-20T21:50:14.6246900Z -DUSE_XPU=OFF. 2024-08-20T21:50:14.6247100Z Call Stack (most recent call first): 2024-08-20T21:50:14.6247360Z CMakeLists.txt:866 (include) 2024-08-20T21:50:14.6247520Z 2024-08-20T21:50:14.6247530Z 2024-08-20T21:50:14.6252740Z -- Building using own protobuf under third_party per request. 2024-08-20T21:50:14.6253140Z -- Use custom protobuf build. 2024-08-20T21:50:14.6268280Z -- 2024-08-20T21:50:14.6268600Z -- 3.13.0.0 2024-08-20T21:50:14.6280230Z -- Looking for pthread.h 2024-08-20T21:50:14.7781470Z -- Looking for pthread.h - found 2024-08-20T21:50:14.7783070Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-08-20T21:50:14.9202390Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2024-08-20T21:50:14.9209860Z -- Found Threads: TRUE 2024-08-20T21:50:14.9212780Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2024-08-20T21:50:15.1478960Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2024-08-20T21:50:15.1621150Z -- Caffe2 protobuf include directory: $$ 2024-08-20T21:50:15.1633560Z -- Trying to find preferred BLAS backend of choice: MKL 2024-08-20T21:50:15.1651620Z -- MKL_THREADING = OMP 2024-08-20T21:50:15.1661530Z -- Looking for sys/types.h 2024-08-20T21:50:15.3118290Z -- Looking for sys/types.h - found 2024-08-20T21:50:15.3127570Z -- Looking for stdint.h 2024-08-20T21:50:15.4471400Z -- Looking for stdint.h - found 2024-08-20T21:50:15.4481280Z -- Looking for stddef.h 2024-08-20T21:50:15.5810540Z -- Looking for stddef.h - found 2024-08-20T21:50:15.5810860Z -- Check size of void* 2024-08-20T21:50:15.7215970Z -- Check size of void* - done 2024-08-20T21:50:15.7322150Z -- MKL_THREADING = OMP 2024-08-20T21:50:15.7406710Z CMake Warning at cmake/Dependencies.cmake:208 (message): 2024-08-20T21:50:15.7407090Z MKL could not be found. Defaulting to Eigen 2024-08-20T21:50:15.7407830Z Call Stack (most recent call first): 2024-08-20T21:50:15.7408190Z CMakeLists.txt:866 (include) 2024-08-20T21:50:15.7408380Z 2024-08-20T21:50:15.7408700Z 2024-08-20T21:50:15.7408910Z CMake Warning at cmake/Dependencies.cmake:250 (message): 2024-08-20T21:50:15.7409580Z Preferred BLAS (MKL) cannot be found, now searching for a general BLAS 2024-08-20T21:50:15.7409960Z library 2024-08-20T21:50:15.7410140Z Call Stack (most recent call first): 2024-08-20T21:50:15.7410410Z CMakeLists.txt:866 (include) 2024-08-20T21:50:15.7410570Z 2024-08-20T21:50:15.7410570Z 2024-08-20T21:50:15.7425760Z -- MKL_THREADING = OMP 2024-08-20T21:50:15.7428130Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m] 2024-08-20T21:50:15.7433350Z -- Library mkl_intel_lp64: not found 2024-08-20T21:50:15.7434140Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m] 2024-08-20T21:50:15.7439320Z -- Library mkl_intel: not found 2024-08-20T21:50:15.7440080Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - guide - pthread - m] 2024-08-20T21:50:15.7445230Z -- Library mkl_intel_lp64: not found 2024-08-20T21:50:15.7445860Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - guide - pthread - m] 2024-08-20T21:50:15.7451060Z -- Library mkl_intel: not found 2024-08-20T21:50:15.7451680Z -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m] 2024-08-20T21:50:15.7456910Z -- Library mkl_intel_lp64: not found 2024-08-20T21:50:15.7457470Z -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m] 2024-08-20T21:50:15.7462680Z -- Library mkl_intel: not found 2024-08-20T21:50:15.7463150Z -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m] 2024-08-20T21:50:15.7468350Z -- Library mkl_intel_lp64: not found 2024-08-20T21:50:15.7468750Z -- Checking for [mkl_intel - mkl_sequential - mkl_core - m] 2024-08-20T21:50:15.7473930Z -- Library mkl_intel: not found 2024-08-20T21:50:15.7474460Z -- Checking for [mkl_intel_lp64 - mkl_core - iomp5 - pthread - m] 2024-08-20T21:50:15.7479610Z -- Library mkl_intel_lp64: not found 2024-08-20T21:50:15.7480050Z -- Checking for [mkl_intel - mkl_core - iomp5 - pthread - m] 2024-08-20T21:50:15.7485240Z -- Library mkl_intel: not found 2024-08-20T21:50:15.7485720Z -- Checking for [mkl_intel_lp64 - mkl_core - guide - pthread - m] 2024-08-20T21:50:15.7490900Z -- Library mkl_intel_lp64: not found 2024-08-20T21:50:15.7491330Z -- Checking for [mkl_intel - mkl_core - guide - pthread - m] 2024-08-20T21:50:15.7496490Z -- Library mkl_intel: not found 2024-08-20T21:50:15.7496950Z -- Checking for [mkl_intel_lp64 - mkl_core - pthread - m] 2024-08-20T21:50:15.7502090Z -- Library mkl_intel_lp64: not found 2024-08-20T21:50:15.7502470Z -- Checking for [mkl_intel - mkl_core - pthread - m] 2024-08-20T21:50:15.7507710Z -- Library mkl_intel: not found 2024-08-20T21:50:15.7508020Z -- Checking for [mkl - guide - pthread - m] 2024-08-20T21:50:15.7513220Z -- Library mkl: not found 2024-08-20T21:50:15.7513470Z -- MKL library not found 2024-08-20T21:50:15.7514660Z -- Checking for [blis] 2024-08-20T21:50:15.7519720Z -- Library blis: BLAS_blis_LIBRARY-NOTFOUND 2024-08-20T21:50:15.7520040Z -- Checking for [Accelerate] 2024-08-20T21:50:15.7525680Z -- Library Accelerate: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework 2024-08-20T21:50:15.7526270Z -- Looking for sgemm_ 2024-08-20T21:50:15.8988080Z -- Looking for sgemm_ - found 2024-08-20T21:50:15.8990740Z -- Performing Test BLAS_F2C_DOUBLE_WORKS 2024-08-20T21:50:16.1247360Z -- Performing Test BLAS_F2C_DOUBLE_WORKS - Success 2024-08-20T21:50:16.1249930Z -- Performing Test BLAS_F2C_FLOAT_WORKS 2024-08-20T21:50:16.3509720Z -- Performing Test BLAS_F2C_FLOAT_WORKS - Failed 2024-08-20T21:50:16.3511070Z -- This BLAS uses the F2C return conventions 2024-08-20T21:50:16.3512960Z -- Performing Test BLAS_USE_CBLAS_DOT 2024-08-20T21:50:16.5777490Z -- Performing Test BLAS_USE_CBLAS_DOT - Success 2024-08-20T21:50:16.5780170Z -- Found a library with BLAS API (accelerate). Full path: (/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/Accelerate.framework) 2024-08-20T21:50:16.5782380Z -- Looking for sbgemm_ 2024-08-20T21:50:16.7271480Z -- Looking for sbgemm_ - not found 2024-08-20T21:50:16.7272810Z -- Using pocketfft in directory: /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/pocketfft/ 2024-08-20T21:50:16.8102490Z -- The ASM compiler identification is Clang with GNU-like command-line 2024-08-20T21:50:16.8132270Z -- Found assembler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang 2024-08-20T21:50:16.8252920Z -- Brace yourself, we are building NNPACK 2024-08-20T21:50:16.8287560Z -- NNPACK backend is neon 2024-08-20T21:50:16.8673060Z CMake Warning at cmake/Dependencies.cmake:721 (message): 2024-08-20T21:50:16.8673600Z A compiler with AVX512 support is required for FBGEMM. Not compiling with 2024-08-20T21:50:16.8674050Z FBGEMM. Turn this warning off by USE_FBGEMM=OFF. 2024-08-20T21:50:16.8674370Z Call Stack (most recent call first): 2024-08-20T21:50:16.8674620Z CMakeLists.txt:866 (include) 2024-08-20T21:50:16.8674780Z 2024-08-20T21:50:16.8674780Z 2024-08-20T21:50:16.8674930Z CMake Warning at cmake/Dependencies.cmake:766 (message): 2024-08-20T21:50:16.8675300Z Turning USE_FAKELOWP off as it depends on USE_FBGEMM. 2024-08-20T21:50:16.8675620Z Call Stack (most recent call first): 2024-08-20T21:50:16.8675860Z CMakeLists.txt:866 (include) 2024-08-20T21:50:16.8676020Z 2024-08-20T21:50:16.8676020Z 2024-08-20T21:50:16.8676200Z -- Using third party subdirectory Eigen. 2024-08-20T21:50:18.3963720Z -- Found Python: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/python (found version "3.9.12") found components: Interpreter Development.Module NumPy 2024-08-20T21:50:18.3964520Z -- Using third_party/pybind11. 2024-08-20T21:50:18.3965050Z -- pybind11 include dirs: /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2024-08-20T21:50:18.4652500Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2024-08-20T21:50:18.4652980Z -- Using third_party/opentelemetry-cpp. 2024-08-20T21:50:18.4653650Z -- opentelemetry api include dirs: /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2024-08-20T21:50:18.4683780Z -- MKL_THREADING = OMP 2024-08-20T21:50:18.4774950Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -v 2024-08-20T21:50:18.5500270Z CMake Warning at cmake/Modules/FindOpenMP.cmake:290 (message): 2024-08-20T21:50:18.5500810Z Detecting C OpenMP compiler ABI info compiled with the following output: 2024-08-20T21:50:18.5501130Z 2024-08-20T21:50:18.5501200Z Change Dir: 2024-08-20T21:50:18.5501700Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp 2024-08-20T21:50:18.5502030Z 2024-08-20T21:50:18.5502340Z 2024-08-20T21:50:18.5502430Z 2024-08-20T21:50:18.5502490Z Run Build 2024-08-20T21:50:18.5502890Z Command(s):/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/ninja 2024-08-20T21:50:18.5503320Z cmTC_251ab && [1/2] Building C object 2024-08-20T21:50:18.5503630Z CMakeFiles/cmTC_251ab.dir/OpenMPTryFlag.c.o 2024-08-20T21:50:18.5503840Z 2024-08-20T21:50:18.5503980Z FAILED: CMakeFiles/cmTC_251ab.dir/OpenMPTryFlag.c.o 2024-08-20T21:50:18.5504220Z 2024-08-20T21:50:18.5504440Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang 2024-08-20T21:50:18.5504920Z -Xpreprocessor -fopenmp -v -arch arm64 -isysroot 2024-08-20T21:50:18.5505280Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2024-08-20T21:50:18.5505650Z -mmacosx-version-min=11.0 -std=gnu11 -MD -MT 2024-08-20T21:50:18.5506010Z CMakeFiles/cmTC_251ab.dir/OpenMPTryFlag.c.o -MF 2024-08-20T21:50:18.5506520Z CMakeFiles/cmTC_251ab.dir/OpenMPTryFlag.c.o.d -o 2024-08-20T21:50:18.5506870Z CMakeFiles/cmTC_251ab.dir/OpenMPTryFlag.c.o -c 2024-08-20T21:50:18.5507400Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c 2024-08-20T21:50:18.5507790Z 2024-08-20T21:50:18.5507790Z 2024-08-20T21:50:18.5507930Z Apple clang version 15.0.0 (clang-1500.3.9.4) 2024-08-20T21:50:18.5508150Z 2024-08-20T21:50:18.5508470Z Target: arm64-apple-darwin23.4.0 2024-08-20T21:50:18.5508670Z 2024-08-20T21:50:18.5508740Z Thread model: posix 2024-08-20T21:50:18.5508880Z 2024-08-20T21:50:18.5509030Z InstalledDir: /Library/Developer/CommandLineTools/usr/bin 2024-08-20T21:50:18.5509290Z 2024-08-20T21:50:18.5521400Z "/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_251ab.dir/OpenMPTryFlag.c.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_251ab.dir/OpenMPTryFlag.c.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -D __arm64__=1 -fopenmp -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu11 -fdebug-compilation-dir=/Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp -ferror-limit 19 -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o - -x c /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c 2024-08-20T21:50:18.5532690Z 2024-08-20T21:50:18.5532910Z clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target 2024-08-20T21:50:18.5533270Z arm64-apple-darwin23.4.0 2024-08-20T21:50:18.5533420Z 2024-08-20T21:50:18.5533550Z ignoring nonexistent directory "/usr/local/include" 2024-08-20T21:50:18.5533780Z 2024-08-20T21:50:18.5533950Z ignoring nonexistent directory 2024-08-20T21:50:18.5534330Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include" 2024-08-20T21:50:18.5534640Z 2024-08-20T21:50:18.5534730Z ignoring nonexistent directory 2024-08-20T21:50:18.5535100Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" 2024-08-20T21:50:18.5535410Z 2024-08-20T21:50:18.5535490Z #include "..." search starts here: 2024-08-20T21:50:18.5535670Z 2024-08-20T21:50:18.5535910Z #include <...> search starts here: 2024-08-20T21:50:18.5536090Z 2024-08-20T21:50:18.5536280Z /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include 2024-08-20T21:50:18.5536740Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2024-08-20T21:50:18.5537160Z /Library/Developer/CommandLineTools/usr/include 2024-08-20T21:50:18.5537700Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory) 2024-08-20T21:50:18.5538110Z 2024-08-20T21:50:18.5538190Z End of search list. 2024-08-20T21:50:18.5538320Z 2024-08-20T21:50:18.5538380Z 2024-08-20T21:50:18.5538810Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.c:2:10: 2024-08-20T21:50:18.5539330Z fatal error: 'omp.h' file not found 2024-08-20T21:50:18.5539510Z 2024-08-20T21:50:18.5539570Z #include 2024-08-20T21:50:18.5539690Z 2024-08-20T21:50:18.5539750Z ^~~~~~~ 2024-08-20T21:50:18.5539870Z 2024-08-20T21:50:18.5539930Z 1 error generated. 2024-08-20T21:50:18.5540060Z 2024-08-20T21:50:18.5540160Z ninja: build stopped: subcommand failed. 2024-08-20T21:50:18.5540360Z 2024-08-20T21:50:18.5540410Z 2024-08-20T21:50:18.5540500Z 2024-08-20T21:50:18.5540580Z Call Stack (most recent call first): 2024-08-20T21:50:18.5540900Z cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS) 2024-08-20T21:50:18.5541230Z cmake/Dependencies.cmake:958 (include) 2024-08-20T21:50:18.5541480Z CMakeLists.txt:866 (include) 2024-08-20T21:50:18.5541640Z 2024-08-20T21:50:18.5541640Z 2024-08-20T21:50:18.6965310Z -- MKL_THREADING = OMP 2024-08-20T21:50:18.7051890Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/include -v 2024-08-20T21:50:18.8479630Z -- MKL_THREADING = OMP 2024-08-20T21:50:18.8565590Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -v 2024-08-20T21:50:18.9294300Z CMake Warning at cmake/Modules/FindOpenMP.cmake:290 (message): 2024-08-20T21:50:18.9294850Z Detecting CXX OpenMP compiler ABI info compiled with the following output: 2024-08-20T21:50:18.9295210Z 2024-08-20T21:50:18.9295280Z Change Dir: 2024-08-20T21:50:18.9303560Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp 2024-08-20T21:50:18.9303890Z 2024-08-20T21:50:18.9303950Z 2024-08-20T21:50:18.9304040Z 2024-08-20T21:50:18.9304130Z Run Build 2024-08-20T21:50:18.9304560Z Command(s):/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/ninja 2024-08-20T21:50:18.9305020Z cmTC_71d9c && [1/2] Building CXX object 2024-08-20T21:50:18.9305340Z CMakeFiles/cmTC_71d9c.dir/OpenMPTryFlag.cpp.o 2024-08-20T21:50:18.9305570Z 2024-08-20T21:50:18.9305710Z FAILED: CMakeFiles/cmTC_71d9c.dir/OpenMPTryFlag.cpp.o 2024-08-20T21:50:18.9305960Z 2024-08-20T21:50:18.9306220Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang++ 2024-08-20T21:50:18.9306860Z -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Xpreprocessor -fopenmp -v 2024-08-20T21:50:18.9307450Z -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2024-08-20T21:50:18.9307920Z -mmacosx-version-min=11.0 -std=gnu++17 -MD -MT 2024-08-20T21:50:18.9308300Z CMakeFiles/cmTC_71d9c.dir/OpenMPTryFlag.cpp.o -MF 2024-08-20T21:50:18.9308680Z CMakeFiles/cmTC_71d9c.dir/OpenMPTryFlag.cpp.o.d -o 2024-08-20T21:50:18.9309380Z CMakeFiles/cmTC_71d9c.dir/OpenMPTryFlag.cpp.o -c 2024-08-20T21:50:18.9309950Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp 2024-08-20T21:50:18.9310350Z 2024-08-20T21:50:18.9310350Z 2024-08-20T21:50:18.9310500Z Apple clang version 15.0.0 (clang-1500.3.9.4) 2024-08-20T21:50:18.9310710Z 2024-08-20T21:50:18.9310830Z Target: arm64-apple-darwin23.4.0 2024-08-20T21:50:18.9311010Z 2024-08-20T21:50:18.9311080Z Thread model: posix 2024-08-20T21:50:18.9311220Z 2024-08-20T21:50:18.9311550Z InstalledDir: /Library/Developer/CommandLineTools/usr/bin 2024-08-20T21:50:18.9311810Z 2024-08-20T21:50:18.9324510Z "/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_71d9c.dir/OpenMPTryFlag.cpp.o.d -skip-unused-modulemap-deps -MT CMakeFiles/cmTC_71d9c.dir/OpenMPTryFlag.cpp.o -sys-header-deps -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -D USE_PTHREADPOOL -D __arm64__=1 -fopenmp -I/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1 -internal-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include -internal-isystem /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include -internal-externc-isystem /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include -internal-externc-isystem /Library/Developer/CommandLineTools/usr/include -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -std=gnu++17 -fdeprecated-macro -fdebug-compilation-dir=/Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/CMakeTmp -ferror-limit 19 -fvisibility-inlines-hidden -stack-protector 1 -fstack-check -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fno-cxx-modules -fcxx-exceptions -fexceptions -fmax-type-align=16 -fcommon -clang-vendor-feature=+disableNonDependentMemberExprInCurrentInstantiation -fno-odr-hash-protocols -clang-vendor-feature=+enableAggressiveVLAFolding -clang-vendor-feature=+revert09abecef7bbf -clang-vendor-feature=+thisNoAlignAttr -clang-vendor-feature=+thisNoNullAttr -mllvm -disable-aligned-alloc-awareness=1 -D__GCC_HAVE_DWARF2_CFI_ASM=1 -o - -x c++ /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp 2024-08-20T21:50:18.9336300Z 2024-08-20T21:50:18.9336530Z clang -cc1 version 15.0.0 (clang-1500.3.9.4) default target 2024-08-20T21:50:18.9336880Z arm64-apple-darwin23.4.0 2024-08-20T21:50:18.9337020Z 2024-08-20T21:50:18.9337150Z ignoring nonexistent directory "/usr/local/include" 2024-08-20T21:50:18.9337510Z 2024-08-20T21:50:18.9337600Z ignoring nonexistent directory 2024-08-20T21:50:18.9337960Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/local/include" 2024-08-20T21:50:18.9338260Z 2024-08-20T21:50:18.9338340Z ignoring nonexistent directory 2024-08-20T21:50:18.9338710Z "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/Library/Frameworks" 2024-08-20T21:50:18.9339020Z 2024-08-20T21:50:18.9339100Z #include "..." search starts here: 2024-08-20T21:50:18.9339390Z 2024-08-20T21:50:18.9339510Z #include <...> search starts here: 2024-08-20T21:50:18.9339680Z 2024-08-20T21:50:18.9339880Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1 2024-08-20T21:50:18.9340360Z /Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include 2024-08-20T21:50:18.9340810Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2024-08-20T21:50:18.9341190Z /Library/Developer/CommandLineTools/usr/include 2024-08-20T21:50:18.9341730Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks (framework directory) 2024-08-20T21:50:18.9342140Z 2024-08-20T21:50:18.9342210Z End of search list. 2024-08-20T21:50:18.9342340Z 2024-08-20T21:50:18.9342400Z 2024-08-20T21:50:18.9342870Z /Users/ec2-user/runner/_work/pytorch/pytorch/build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp:2:10: 2024-08-20T21:50:18.9343390Z fatal error: 'omp.h' file not found 2024-08-20T21:50:18.9343570Z 2024-08-20T21:50:18.9343630Z #include 2024-08-20T21:50:18.9343750Z 2024-08-20T21:50:18.9343810Z ^~~~~~~ 2024-08-20T21:50:18.9343920Z 2024-08-20T21:50:18.9343980Z 1 error generated. 2024-08-20T21:50:18.9344110Z 2024-08-20T21:50:18.9344200Z ninja: build stopped: subcommand failed. 2024-08-20T21:50:18.9344400Z 2024-08-20T21:50:18.9344450Z 2024-08-20T21:50:18.9344530Z 2024-08-20T21:50:18.9344620Z Call Stack (most recent call first): 2024-08-20T21:50:18.9344930Z cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS) 2024-08-20T21:50:18.9345260Z cmake/Dependencies.cmake:958 (include) 2024-08-20T21:50:18.9345520Z CMakeLists.txt:866 (include) 2024-08-20T21:50:18.9345670Z 2024-08-20T21:50:18.9345670Z 2024-08-20T21:50:19.0759360Z -- MKL_THREADING = OMP 2024-08-20T21:50:19.0845850Z -- Check OMP with lib /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib/libomp.dylib and flags -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/include -v 2024-08-20T21:50:19.3736420Z -- Found OpenMP_C: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/include 2024-08-20T21:50:19.5172640Z -- Found OpenMP_CXX: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/include 2024-08-20T21:50:19.5173380Z -- Found OpenMP: TRUE 2024-08-20T21:50:19.5174290Z -- Adding OpenMP CXX_FLAGS: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/include 2024-08-20T21:50:19.5175220Z -- Will link against OpenMP libraries: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib/libomp.dylib 2024-08-20T21:50:19.5356160Z -- Found PythonInterp: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/python (found version "3.9.12") 2024-08-20T21:50:19.5357500Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-08-20T21:50:19.5359320Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-08-20T21:50:19.5360250Z Generated: /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-08-20T21:50:19.6863570Z -- 2024-08-20T21:50:19.6863840Z -- ******** Summary ******** 2024-08-20T21:50:19.6864180Z -- CMake version : 3.22.1 2024-08-20T21:50:19.6864730Z -- CMake command : /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/cmake 2024-08-20T21:50:19.6865390Z -- System : Darwin 2024-08-20T21:50:19.6865950Z -- C++ compiler : /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang++ 2024-08-20T21:50:19.6866500Z -- C++ compiler version : 15.0.0.15000309 2024-08-20T21:50:19.6867030Z -- CXX flags : -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Wnon-virtual-dtor 2024-08-20T21:50:19.6867720Z -- Build type : Release 2024-08-20T21:50:19.6868190Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-08-20T21:50:19.6868880Z -- CMAKE_PREFIX_PATH : /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib/python3.9/site-packages 2024-08-20T21:50:19.6869530Z -- CMAKE_INSTALL_PREFIX : /Users/ec2-user/runner/_work/pytorch/pytorch/torch 2024-08-20T21:50:19.6870390Z -- CMAKE_MODULE_PATH : /Users/ec2-user/runner/_work/pytorch/pytorch/cmake/Modules;/Users/ec2-user/runner/_work/pytorch/pytorch/cmake/public/../Modules_CUDA_fix 2024-08-20T21:50:19.6871080Z -- 2024-08-20T21:50:19.6871290Z -- ONNX version : 1.16.2 2024-08-20T21:50:19.6871610Z -- ONNX NAMESPACE : onnx_torch 2024-08-20T21:50:19.6871940Z -- ONNX_USE_LITE_PROTO : OFF 2024-08-20T21:50:19.6872260Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-08-20T21:50:19.6878870Z -- Protobuf_USE_STATIC_LIBS : ON 2024-08-20T21:50:19.6879220Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-08-20T21:50:19.6879540Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-08-20T21:50:19.6879860Z -- ONNX_WERROR : OFF 2024-08-20T21:50:19.6880170Z -- ONNX_BUILD_TESTS : OFF 2024-08-20T21:50:19.6880470Z -- ONNX_BUILD_BENCHMARKS : OFF 2024-08-20T21:50:19.6880770Z -- ONNX_BUILD_SHARED_LIBS : 2024-08-20T21:50:19.6881080Z -- BUILD_SHARED_LIBS : OFF 2024-08-20T21:50:19.6881350Z -- 2024-08-20T21:50:19.6881550Z -- Protobuf compiler : 2024-08-20T21:50:19.6881850Z -- Protobuf includes : 2024-08-20T21:50:19.6882150Z -- Protobuf libraries : 2024-08-20T21:50:19.6882440Z -- BUILD_ONNX_PYTHON : OFF 2024-08-20T21:50:19.6882790Z CMake Warning at cmake/Dependencies.cmake:1407 (message): 2024-08-20T21:50:19.6883290Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2024-08-20T21:50:19.6883670Z Call Stack (most recent call first): 2024-08-20T21:50:19.6883930Z CMakeLists.txt:866 (include) 2024-08-20T21:50:19.6884090Z 2024-08-20T21:50:19.6884090Z 2024-08-20T21:50:19.6884320Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-08-20T21:50:19.6884710Z -- Adding -DNDEBUG to compile flags 2024-08-20T21:50:19.6893170Z -- No OMAP3 processor on this machine. 2024-08-20T21:50:19.6893490Z -- No OMAP4 processor on this machine. 2024-08-20T21:50:19.6893830Z -- Neon found with compiler flag : -D__NEON__ 2024-08-20T21:50:19.6910960Z -- Looking for cheev_ 2024-08-20T21:50:19.8411630Z -- Looking for cheev_ - found 2024-08-20T21:50:19.8412010Z -- Found a library with LAPACK API (accelerate). 2024-08-20T21:50:19.8412410Z disabling CUDA because NOT USE_CUDA is set 2024-08-20T21:50:19.8412720Z disabling ROCM because NOT USE_ROCM is set 2024-08-20T21:50:19.8413040Z disabling MKLDNN because USE_MKLDNN is not set 2024-08-20T21:50:19.8413440Z -- MIOpen not found. Compiling without MIOpen support 2024-08-20T21:50:19.8413760Z -- Looking for mmap 2024-08-20T21:50:19.9793240Z -- Looking for mmap - found 2024-08-20T21:50:19.9794050Z -- Looking for shm_open 2024-08-20T21:50:20.1214410Z -- Looking for shm_open - found 2024-08-20T21:50:20.1214900Z -- Looking for shm_unlink 2024-08-20T21:50:20.2682050Z -- Looking for shm_unlink - found 2024-08-20T21:50:20.2682560Z -- Looking for malloc_usable_size 2024-08-20T21:50:20.4056110Z -- Looking for malloc_usable_size - not found 2024-08-20T21:50:20.4086100Z -- {fmt} version: 11.0.2 2024-08-20T21:50:20.4086370Z -- Build type: Release 2024-08-20T21:50:20.4091990Z -- Performing Test HAS_NULLPTR_WARNING 2024-08-20T21:50:20.5477850Z -- Performing Test HAS_NULLPTR_WARNING - Success 2024-08-20T21:50:20.5515830Z -- Using CPU-only version of Kineto 2024-08-20T21:50:20.5516160Z -- Configuring Kineto dependency: 2024-08-20T21:50:20.5516700Z -- KINETO_SOURCE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2024-08-20T21:50:20.5517320Z -- KINETO_BUILD_TESTS = OFF 2024-08-20T21:50:20.5517600Z -- KINETO_LIBRARY_TYPE = static 2024-08-20T21:50:20.5693110Z INFO CUDA_SOURCE_DIR = 2024-08-20T21:50:20.5693360Z INFO ROCM_SOURCE_DIR = 2024-08-20T21:50:20.5844120Z INFO CUPTI unavailable or disabled - not building GPU profilers 2024-08-20T21:50:20.6143600Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-08-20T21:50:20.6143980Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2024-08-20T21:50:20.6144610Z -- Kineto: FMT_SOURCE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt 2024-08-20T21:50:20.6145400Z INFO DYNOLOG_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2024-08-20T21:50:20.6146370Z INFO IPCFABRIC_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-08-20T21:50:20.6147230Z -- Kineto: FMT_INCLUDE_DIR = /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/fmt/include 2024-08-20T21:50:20.6151180Z -- Configured Kineto (CPU) 2024-08-20T21:50:20.6162090Z -- Running on macOS with Apple silicon 2024-08-20T21:50:20.6191780Z -- Performing Test HAS_WERROR_RETURN_TYPE 2024-08-20T21:50:20.7532910Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2024-08-20T21:50:20.7537600Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2024-08-20T21:50:20.8920620Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2024-08-20T21:50:20.8925460Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2024-08-20T21:50:21.0257640Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Success 2024-08-20T21:50:21.0262010Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2024-08-20T21:50:21.1583340Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Success 2024-08-20T21:50:21.1587940Z -- Performing Test HAS_WERROR_BOOL_OPERATION 2024-08-20T21:50:21.2940040Z -- Performing Test HAS_WERROR_BOOL_OPERATION - Success 2024-08-20T21:50:21.2944580Z -- Performing Test HAS_WNARROWING 2024-08-20T21:50:21.4645150Z -- Performing Test HAS_WNARROWING - Success 2024-08-20T21:50:21.4649750Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2024-08-20T21:50:21.6023420Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2024-08-20T21:50:21.6028440Z -- Performing Test HAS_WNO_TYPE_LIMITS 2024-08-20T21:50:21.7414880Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2024-08-20T21:50:21.7419480Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2024-08-20T21:50:21.8746080Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2024-08-20T21:50:21.8750650Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2024-08-20T21:50:22.0069120Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2024-08-20T21:50:22.0073640Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2024-08-20T21:50:22.1425530Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2024-08-20T21:50:22.1430150Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2024-08-20T21:50:22.2780580Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2024-08-20T21:50:22.2785180Z -- Performing Test HAS_WNO_STRICT_ALIASING 2024-08-20T21:50:22.4144800Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2024-08-20T21:50:22.4149640Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-08-20T21:50:22.5526060Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2024-08-20T21:50:22.5530690Z -- Performing Test HAS_WVLA_EXTENSION 2024-08-20T21:50:22.6904420Z -- Performing Test HAS_WVLA_EXTENSION - Success 2024-08-20T21:50:22.6909080Z -- Performing Test HAS_WSUGGEST_OVERRIDE 2024-08-20T21:50:22.8625590Z -- Performing Test HAS_WSUGGEST_OVERRIDE - Success 2024-08-20T21:50:22.8630070Z -- Performing Test HAS_WNEWLINE_EOF 2024-08-20T21:50:23.0160410Z -- Performing Test HAS_WNEWLINE_EOF - Success 2024-08-20T21:50:23.0165190Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE 2024-08-20T21:50:23.1500980Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE - Success 2024-08-20T21:50:23.1506020Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE 2024-08-20T21:50:23.2830670Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE - Success 2024-08-20T21:50:23.2835220Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2024-08-20T21:50:23.4182140Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2024-08-20T21:50:23.4186870Z -- Performing Test HAS_WCONSTANT_CONVERSION 2024-08-20T21:50:23.5562080Z -- Performing Test HAS_WCONSTANT_CONVERSION - Success 2024-08-20T21:50:23.5567090Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE 2024-08-20T21:50:23.6979700Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE - Failed 2024-08-20T21:50:23.6984210Z -- Performing Test HAS_WNO_MISSING_BRACES 2024-08-20T21:50:23.8312560Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2024-08-20T21:50:23.8317090Z -- Performing Test HAS_QUNUSED_ARGUMENTS 2024-08-20T21:50:23.9658230Z -- Performing Test HAS_QUNUSED_ARGUMENTS - Success 2024-08-20T21:50:23.9663030Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2024-08-20T21:50:24.1051500Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Success 2024-08-20T21:50:24.1056600Z -- Performing Test HAS_FALIGNED_NEW 2024-08-20T21:50:24.3214500Z -- Performing Test HAS_FALIGNED_NEW - Success 2024-08-20T21:50:24.3218900Z -- Performing Test HAS_WERROR 2024-08-20T21:50:24.4558200Z -- Performing Test HAS_WERROR - Success 2024-08-20T21:50:24.4562740Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2024-08-20T21:50:24.5935300Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2024-08-20T21:50:24.5939850Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2024-08-20T21:50:24.6655420Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Failed 2024-08-20T21:50:24.6660380Z -- Performing Test HAS_FSTANDALONE_DEBUG 2024-08-20T21:50:24.7986520Z -- Performing Test HAS_FSTANDALONE_DEBUG - Success 2024-08-20T21:50:24.7990920Z -- Performing Test HAS_FNO_MATH_ERRNO 2024-08-20T21:50:24.9366570Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2024-08-20T21:50:24.9370910Z -- Performing Test HAS_FNO_TRAPPING_MATH 2024-08-20T21:50:25.0733900Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2024-08-20T21:50:25.0738790Z -- Performing Test HAS_WERROR_FORMAT 2024-08-20T21:50:25.2189480Z -- Performing Test HAS_WERROR_FORMAT - Success 2024-08-20T21:50:25.2194260Z -- Performing Test HAS_WNO_UNGUARDED_AVAILABILITY_NEW 2024-08-20T21:50:25.3564550Z -- Performing Test HAS_WNO_UNGUARDED_AVAILABILITY_NEW - Success 2024-08-20T21:50:25.3569090Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-08-20T21:50:25.5433100Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Success 2024-08-20T21:50:25.5536590Z -- Performing Test HAS_WDEPRECATED 2024-08-20T21:50:25.6912570Z -- Performing Test HAS_WDEPRECATED - Success 2024-08-20T21:50:25.6913110Z -- don't use NUMA 2024-08-20T21:50:25.6935520Z -- Looking for backtrace 2024-08-20T21:50:25.8360910Z -- Looking for backtrace - found 2024-08-20T21:50:25.8361500Z -- backtrace facility detected in default set of libraries 2024-08-20T21:50:25.8363150Z -- Found Backtrace: /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include 2024-08-20T21:50:27.7121560Z -- headers outputs: 2024-08-20T21:50:31.9010670Z -- sources outputs: 2024-08-20T21:50:32.6162580Z -- declarations_yaml outputs: 2024-08-20T21:50:32.6950030Z -- Using ATen parallel backend: OMP 2024-08-20T21:50:32.6970840Z disabling CUDA because USE_CUDA is set false 2024-08-20T21:50:33.3269410Z -- Found OpenSSL: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib/libcrypto.dylib (found version "1.1.1w") 2024-08-20T21:50:33.3293950Z -- Check size of long double 2024-08-20T21:50:33.5028290Z -- Check size of long double - done 2024-08-20T21:50:33.5030300Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-08-20T21:50:33.5990500Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2024-08-20T21:50:33.6007020Z -- Found OpenMP_C: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/include (found version "5.0") 2024-08-20T21:50:33.6009150Z -- Found OpenMP_CXX: -Xpreprocessor -fopenmp -I/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/include (found version "5.0") 2024-08-20T21:50:33.6009970Z -- Found OpenMP: TRUE (found version "5.0") 2024-08-20T21:50:33.6011890Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-08-20T21:50:33.7436790Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Failed 2024-08-20T21:50:33.7443160Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-08-20T21:50:33.8844570Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2024-08-20T21:50:33.8846250Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-08-20T21:50:33.9871350Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2024-08-20T21:50:33.9873080Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-08-20T21:50:34.1252150Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2024-08-20T21:50:34.1253730Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-08-20T21:50:34.2064560Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2024-08-20T21:50:34.2198690Z -- Configuring build for SLEEF-v3.6.0 2024-08-20T21:50:34.2199030Z Target system: Darwin-23.4.0 2024-08-20T21:50:34.2199800Z -- Using option `-Wall -Wno-unused-function -Wno-attributes -Wno-unused-result -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2024-08-20T21:50:34.2200490Z Target processor: arm64 2024-08-20T21:50:34.2200740Z Host system: Darwin-23.4.0 2024-08-20T21:50:34.2200970Z Host processor: arm64 2024-08-20T21:50:34.2201460Z Detected C compiler: AppleClang @ /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang 2024-08-20T21:50:34.2201980Z CMake: 3.22.1 2024-08-20T21:50:34.2202400Z Make program: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/ninja 2024-08-20T21:50:34.2202860Z -- Building shared libs : OFF 2024-08-20T21:50:34.2203130Z -- Building static test bins: OFF 2024-08-20T21:50:34.2203400Z -- MPFR : LIB_MPFR-NOTFOUND 2024-08-20T21:50:34.2203640Z -- GMP : LIBGMP-NOTFOUND 2024-08-20T21:50:34.2203860Z -- RT : 2024-08-20T21:50:34.2204040Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-08-20T21:50:34.2204280Z -- OPENSSL : 1.1.1w 2024-08-20T21:50:34.2204510Z -- SDE : SDE_COMMAND-NOTFOUND 2024-08-20T21:50:34.2204770Z -- COMPILER_SUPPORTS_OPENMP : 2024-08-20T21:50:34.2603170Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-08-20T21:50:34.2603790Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2024-08-20T21:50:34.2604630Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2024-08-20T21:50:34.2605430Z core header install: /Users/ec2-user/runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2024-08-20T21:50:34.3882940Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-08-20T21:50:34.5270750Z -- Performing Test HAS_WMISSING_PROTOTYPES - Success 2024-08-20T21:50:34.5275710Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-08-20T21:50:34.6642130Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Success 2024-08-20T21:50:34.7526870Z -- The OBJC compiler identification is AppleClang 15.0.0.15000309 2024-08-20T21:50:34.8178490Z -- The OBJCXX compiler identification is AppleClang 15.0.0.15000309 2024-08-20T21:50:34.8254670Z -- Detecting OBJC compiler ABI info 2024-08-20T21:50:34.9687230Z -- Detecting OBJC compiler ABI info - done 2024-08-20T21:50:34.9718510Z -- Check for working OBJC compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang - skipped 2024-08-20T21:50:34.9768450Z -- Detecting OBJCXX compiler ABI info 2024-08-20T21:50:35.1182480Z -- Detecting OBJCXX compiler ABI info - done 2024-08-20T21:50:35.1214660Z -- Check for working OBJCXX compiler: /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang++ - skipped 2024-08-20T21:50:35.1591670Z -- _CMAKE_OSX_SDKS: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk;/Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk;/Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk;/Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk;/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk 2024-08-20T21:50:35.1593390Z -- Toolchain using default OSX SDK: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk 2024-08-20T21:50:35.1594780Z -- CMAKE_FRAMEWORK_PATH: /Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/Frameworks;/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/System/Library/PrivateFrameworks;/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk/Developer/Library/Frameworks 2024-08-20T21:50:35.1661660Z CMake Warning at CMakeLists.txt:1251 (message): 2024-08-20T21:50:35.1662100Z Generated cmake files are only fully tested if one builds with system glog, 2024-08-20T21:50:35.1662640Z gflags, and protobuf. Other settings may generate files that are not well 2024-08-20T21:50:35.1663020Z tested. 2024-08-20T21:50:35.1663110Z 2024-08-20T21:50:35.1663120Z 2024-08-20T21:50:35.1700930Z -- 2024-08-20T21:50:35.1701270Z -- ******** Summary ******** 2024-08-20T21:50:35.1701530Z -- General: 2024-08-20T21:50:35.1701750Z -- CMake version : 3.22.1 2024-08-20T21:50:35.1702270Z -- CMake command : /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/cmake 2024-08-20T21:50:35.1702760Z -- System : Darwin 2024-08-20T21:50:35.1703280Z -- C++ compiler : /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang++ 2024-08-20T21:50:35.1703790Z -- C++ compiler id : AppleClang 2024-08-20T21:50:35.1704110Z -- C++ compiler version : 15.0.0.15000309 2024-08-20T21:50:35.1704410Z -- Using ccache if found : ON 2024-08-20T21:50:35.1704730Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2024-08-20T21:50:35.1708760Z -- 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-08-20T21:50:35.1712850Z -- Shared LD flags : -rdynamic -weak_framework Foundation -weak_framework MetalPerformanceShaders -weak_framework MetalPerformanceShadersGraph -weak_framework Metal 2024-08-20T21:50:35.1713510Z -- Static LD flags : 2024-08-20T21:50:35.1713780Z -- Module LD flags : 2024-08-20T21:50:35.1714030Z -- Build type : Release 2024-08-20T21:50:35.1715050Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;FLASHATTENTION_DISABLE_ALIBI;AT_BUILD_ARM_VEC256_WITH_SLEEF 2024-08-20T21:50:35.1716300Z -- CMAKE_PREFIX_PATH : /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib/python3.9/site-packages 2024-08-20T21:50:35.1716930Z -- CMAKE_INSTALL_PREFIX : /Users/ec2-user/runner/_work/pytorch/pytorch/torch 2024-08-20T21:50:35.1717510Z -- USE_GOLD_LINKER : OFF 2024-08-20T21:50:35.1717720Z -- 2024-08-20T21:50:35.1717900Z -- TORCH_VERSION : 2.5.0 2024-08-20T21:50:35.1718160Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2024-08-20T21:50:35.1718430Z -- BUILD_BINARY : OFF 2024-08-20T21:50:35.1718680Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-08-20T21:50:35.1718920Z -- Link local protobuf : ON 2024-08-20T21:50:35.1719170Z -- BUILD_PYTHON : True 2024-08-20T21:50:35.1719510Z -- Python version : 3.9.12 2024-08-20T21:50:35.1720000Z -- Python executable : /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/python 2024-08-20T21:50:35.1720440Z -- Python library : 2024-08-20T21:50:35.1720910Z -- Python includes : /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/include/python3.9 2024-08-20T21:50:35.1721650Z -- Python site-package : /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib/python3.9/site-packages 2024-08-20T21:50:35.1722160Z -- BUILD_SHARED_LIBS : ON 2024-08-20T21:50:35.1722430Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-08-20T21:50:35.1729520Z -- BUILD_TEST : False 2024-08-20T21:50:35.1729800Z -- BUILD_JNI : OFF 2024-08-20T21:50:35.1730050Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-08-20T21:50:35.1730290Z -- BUILD_LITE_INTERPRETER: OFF 2024-08-20T21:50:35.1730540Z -- CROSS_COMPILING_MACOSX : 2024-08-20T21:50:35.1730770Z -- INTERN_BUILD_MOBILE : 2024-08-20T21:50:35.1731010Z -- TRACING_BASED : OFF 2024-08-20T21:50:35.1731250Z -- USE_BLAS : 1 2024-08-20T21:50:35.1731510Z -- BLAS : accelerate 2024-08-20T21:50:35.1731810Z -- BLAS_HAS_SBGEMM : 2024-08-20T21:50:35.1732040Z -- USE_LAPACK : 1 2024-08-20T21:50:35.1732280Z -- LAPACK : accelerate 2024-08-20T21:50:35.1732540Z -- USE_ASAN : OFF 2024-08-20T21:50:35.1732780Z -- USE_TSAN : OFF 2024-08-20T21:50:35.1733020Z -- USE_CPP_CODE_COVERAGE : OFF 2024-08-20T21:50:35.1733260Z -- USE_CUDA : OFF 2024-08-20T21:50:35.1733550Z -- USE_XPU : OFF 2024-08-20T21:50:35.1733790Z -- USE_ROCM : OFF 2024-08-20T21:50:35.1734040Z -- BUILD_NVFUSER : 2024-08-20T21:50:35.1734280Z -- USE_EIGEN_FOR_BLAS : ON 2024-08-20T21:50:35.1734530Z -- USE_FBGEMM : OFF 2024-08-20T21:50:35.1734780Z -- USE_FAKELOWP : OFF 2024-08-20T21:50:35.1735030Z -- USE_KINETO : ON 2024-08-20T21:50:35.1735270Z -- USE_GFLAGS : OFF 2024-08-20T21:50:35.1735510Z -- USE_GLOG : OFF 2024-08-20T21:50:35.1735750Z -- USE_LITE_PROTO : OFF 2024-08-20T21:50:35.1736000Z -- USE_PYTORCH_METAL : 1 2024-08-20T21:50:35.1736250Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-08-20T21:50:35.1736530Z -- USE_MPS : ON 2024-08-20T21:50:35.1736760Z -- USE_MKL : OFF 2024-08-20T21:50:35.1737000Z -- USE_MKLDNN : OFF 2024-08-20T21:50:35.1737250Z -- USE_UCC : OFF 2024-08-20T21:50:35.1737480Z -- USE_ITT : OFF 2024-08-20T21:50:35.1737720Z -- USE_NCCL : OFF 2024-08-20T21:50:35.1737950Z -- USE_NNPACK : ON 2024-08-20T21:50:35.1738190Z -- USE_NUMPY : ON 2024-08-20T21:50:35.1738440Z -- USE_OBSERVERS : ON 2024-08-20T21:50:35.1738680Z -- USE_OPENCL : OFF 2024-08-20T21:50:35.1738920Z -- USE_OPENMP : 1 2024-08-20T21:50:35.1739170Z -- USE_MIMALLOC : OFF 2024-08-20T21:50:35.1739410Z -- USE_VULKAN : OFF 2024-08-20T21:50:35.1739650Z -- USE_PROF : OFF 2024-08-20T21:50:35.1739890Z -- USE_PYTORCH_QNNPACK : ON 2024-08-20T21:50:35.1740130Z -- USE_XNNPACK : ON 2024-08-20T21:50:35.1740370Z -- USE_DISTRIBUTED : 0 2024-08-20T21:50:35.1740610Z -- Public Dependencies : 2024-08-20T21:50:35.1741360Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;pytorch_qnnpack;nnpack;XNNPACK;fp16;caffe2::openmp;fmt::fmt-header-only;kineto 2024-08-20T21:50:35.1742140Z -- Public CUDA Deps. : 2024-08-20T21:50:35.1742380Z -- Private CUDA Deps. : 2024-08-20T21:50:35.1742620Z -- USE_COREML_DELEGATE : OFF 2024-08-20T21:50:35.1742880Z -- BUILD_LAZY_TS_BACKEND : ON 2024-08-20T21:50:35.1743140Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-08-20T21:50:35.1775840Z -- Configuring done 2024-08-20T21:50:36.0410350Z -- Generating done 2024-08-20T21:50:36.1400310Z CMake Warning: 2024-08-20T21:50:36.1400830Z Manually-specified variables were not used by the project: 2024-08-20T21:50:36.1401130Z 2024-08-20T21:50:36.1401210Z BUILD_ENVIRONMENT 2024-08-20T21:50:36.1401410Z CMAKE_EXEC 2024-08-20T21:50:36.1401520Z 2024-08-20T21:50:36.1401520Z 2024-08-20T21:50:36.1421800Z -- Build files have been written to: /Users/ec2-user/runner/_work/pytorch/pytorch/build 2024-08-20T21:50:38.7442670Z [1/4] Generating ATen declarations_yaml 2024-08-20T21:50:40.9733260Z [2/4] Generating ATen headers 2024-08-20T21:50:41.6189410Z [3/4] Generating ATen sources 2024-08-20T21:50:41.8906040Z [1/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-neonfp16arith-u8.c.o 2024-08-20T21:50:41.9161050Z [2/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-neonfp16arith-u16.c.o 2024-08-20T21:50:41.9208580Z [3/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2024-08-20T21:50:41.9249940Z [4/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-neonfp16arith-u16.c.o 2024-08-20T21:50:41.9320690Z [5/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-neonfp16arith-u8.c.o 2024-08-20T21:50:41.9383350Z [6/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u8.c.o 2024-08-20T21:50:41.9506280Z [7/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-neonfp16arith-u8.c.o 2024-08-20T21:50:41.9526550Z [8/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2024-08-20T21:50:41.9534990Z [9/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-neonfp16arith-u16.c.o 2024-08-20T21:50:41.9587090Z [10/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u8.c.o 2024-08-20T21:50:41.9851760Z [11/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-neonfp16arith-u16.c.o 2024-08-20T21:50:42.0262180Z [12/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-neonfp16arith-u8.c.o 2024-08-20T21:50:42.0455740Z [13/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u8.c.o 2024-08-20T21:50:42.0485490Z [14/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-neonfp16arith-u16.c.o 2024-08-20T21:50:42.0641610Z [15/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2024-08-20T21:50:42.0749450Z [16/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2024-08-20T21:50:42.0764290Z [17/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u32.c.o 2024-08-20T21:50:42.0799220Z [18/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u8.c.o 2024-08-20T21:50:42.0992810Z [19/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u8.c.o 2024-08-20T21:50:42.1035420Z [20/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u8.c.o 2024-08-20T21:50:42.1421970Z [21/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2024-08-20T21:50:42.1586370Z [22/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u8.c.o 2024-08-20T21:50:42.1603570Z [23/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2024-08-20T21:50:42.1685150Z [24/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2024-08-20T21:50:42.1719030Z [25/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2024-08-20T21:50:42.1878530Z [26/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u8.c.o 2024-08-20T21:50:42.2110800Z [27/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-neonfp16arith-2x.c.o 2024-08-20T21:50:42.2218710Z [28/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2024-08-20T21:50:42.2323420Z [29/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u8.c.o 2024-08-20T21:50:42.2534440Z [30/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u8.c.o 2024-08-20T21:50:42.2761190Z [31/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2024-08-20T21:50:42.2912760Z [32/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u16.c.o 2024-08-20T21:50:42.2970590Z [33/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2024-08-20T21:50:42.2985830Z [34/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2024-08-20T21:50:42.3166610Z [35/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u8.c.o 2024-08-20T21:50:42.3184860Z [36/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u8.c.o 2024-08-20T21:50:42.3376400Z [37/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u32.c.o 2024-08-20T21:50:42.3419900Z [38/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c.o 2024-08-20T21:50:42.3628370Z [39/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u24.c.o 2024-08-20T21:50:42.3873780Z [40/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u48.c.o 2024-08-20T21:50:42.3929200Z [41/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u56.c.o 2024-08-20T21:50:42.4109220Z [42/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u8.c.o 2024-08-20T21:50:42.4279220Z [43/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2024-08-20T21:50:42.4349410Z [44/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u24.c.o 2024-08-20T21:50:42.4450960Z [45/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u32.c.o 2024-08-20T21:50:42.4639420Z [46/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u40.c.o 2024-08-20T21:50:42.4670050Z [47/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u64.c.o 2024-08-20T21:50:42.4815140Z [48/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u48.c.o 2024-08-20T21:50:42.4976540Z [49/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u56.c.o 2024-08-20T21:50:42.5083670Z [50/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2024-08-20T21:50:42.5200790Z [51/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u64.c.o 2024-08-20T21:50:42.5573820Z [52/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u32.c.o 2024-08-20T21:50:42.5634190Z [53/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u16.c.o 2024-08-20T21:50:42.5697640Z [54/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u16.c.o 2024-08-20T21:50:42.5807470Z [55/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2024-08-20T21:50:42.5897060Z [56/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u8.c.o 2024-08-20T21:50:42.5937520Z [57/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u24.c.o 2024-08-20T21:50:42.6071310Z [58/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u40.c.o 2024-08-20T21:50:42.6074480Z [59/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u48.c.o 2024-08-20T21:50:42.6440120Z [60/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u56.c.o 2024-08-20T21:50:42.6710300Z [61/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u64.c.o 2024-08-20T21:50:42.6754320Z [62/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u8.c.o 2024-08-20T21:50:42.6900700Z [63/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u16.c.o 2024-08-20T21:50:42.7000730Z [64/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u80.c.o 2024-08-20T21:50:42.7045750Z [65/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u72.c.o 2024-08-20T21:50:42.7058150Z [66/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u32.c.o 2024-08-20T21:50:42.7193430Z [67/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u24.c.o 2024-08-20T21:50:42.7411810Z [68/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u48.c.o 2024-08-20T21:50:42.7514850Z [69/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u40.c.o 2024-08-20T21:50:42.7665340Z [70/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u56.c.o 2024-08-20T21:50:42.7808060Z [71/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u64.c.o 2024-08-20T21:50:42.7963140Z [72/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u24.c.o 2024-08-20T21:50:42.8154630Z [73/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u72.c.o 2024-08-20T21:50:42.8257330Z [74/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u40.c.o 2024-08-20T21:50:42.8383500Z [75/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u32.c.o 2024-08-20T21:50:42.8394580Z [76/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u56.c.o 2024-08-20T21:50:42.8437430Z [77/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u64.c.o 2024-08-20T21:50:42.8590550Z [78/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u48.c.o 2024-08-20T21:50:42.8760590Z [79/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u80.c.o 2024-08-20T21:50:42.9060210Z [80/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u8.c.o 2024-08-20T21:50:42.9209570Z [81/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u8.c.o 2024-08-20T21:50:42.9389290Z [82/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u72.c.o 2024-08-20T21:50:42.9493590Z [83/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u8.c.o 2024-08-20T21:50:42.9496570Z [84/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2024-08-20T21:50:42.9621320Z [85/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2024-08-20T21:50:42.9623960Z [86/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-neonfp16arith-rr1-p3.c.o 2024-08-20T21:50:42.9819070Z [87/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2024-08-20T21:50:42.9861030Z [88/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-exp-neonfp16arith-rr2-p3.c.o 2024-08-20T21:50:42.9951420Z [89/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p2-nr1recps.c.o 2024-08-20T21:50:43.0232450Z [90/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-neonfp16arith-rr1-p2.c.o 2024-08-20T21:50:43.0458300Z [91/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-neonfp16arith-rr2-p3.c.o 2024-08-20T21:50:43.0574290Z [92/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-neonfp16arith-rr1-p3.c.o 2024-08-20T21:50:43.0609280Z [93/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-neonfp16arith-rr2-p3.c.o 2024-08-20T21:50:43.0792890Z [94/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-neonfp16arith-rr2-p2.c.o 2024-08-20T21:50:43.0899200Z [95/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p2-nr1fma.c.o 2024-08-20T21:50:43.1118230Z [96/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p3-nr1fma.c.o 2024-08-20T21:50:43.1133510Z [97/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p2-recpe.c.o 2024-08-20T21:50:43.1345160Z [98/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p3-recpe.c.o 2024-08-20T21:50:43.1457000Z [99/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-neonfp16arith-rr2-p3-nr1recps.c.o 2024-08-20T21:50:43.1460750Z [100/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sqrt-neonfp16arith-nr1fma1adj.c.o 2024-08-20T21:50:43.1642160Z [101/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sqrt-neonfp16arith-nr1fma.c.o 2024-08-20T21:50:43.1765450Z [102/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1fmaadj.c.o 2024-08-20T21:50:43.1829420Z [103/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sqrt-neonfp16arith-nr1rsqrts.c.o 2024-08-20T21:50:43.2418060Z [104/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1recps.c.o 2024-08-20T21:50:43.2504350Z [105/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fmaadj.c.o 2024-08-20T21:50:43.2555190Z [106/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1recpsadj.c.o 2024-08-20T21:50:43.2656990Z [107/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-recpe.c.o 2024-08-20T21:50:43.2673480Z [108/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma.c.o 2024-08-20T21:50:43.2794090Z [109/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-nr1fma.c.o 2024-08-20T21:50:43.2795720Z [110/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps.c.o 2024-08-20T21:50:43.2800720Z [111/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recpsadj.c.o 2024-08-20T21:50:43.2802020Z [112/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpe.c.o 2024-08-20T21:50:43.2946600Z [113/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h1ts-recpeadj.c.o 2024-08-20T21:50:43.3687610Z [114/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj.c.o 2024-08-20T21:50:43.3805940Z [115/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-08-20T21:50:43.3972200Z [116/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2024-08-20T21:50:43.3982980Z [117/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-08-20T21:50:43.4120220Z [118/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16-minmax-neonfp16arith-mlal-lane.c.o 2024-08-20T21:50:43.4312380Z [119/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-08-20T21:50:43.4405970Z [120/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-08-20T21:50:43.4483510Z [121/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16-minmax-neonfp16arith-mlal-lane.c.o 2024-08-20T21:50:43.4493410Z [122/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane-prfm.c.o 2024-08-20T21:50:43.4701670Z [123/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16-minmax-neonfp16arith-mlal-lane.c.o 2024-08-20T21:50:43.4985340Z [124/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2024-08-20T21:50:43.5025350Z [125/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2024-08-20T21:50:43.5156480Z [126/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2024-08-20T21:50:43.5264900Z [127/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2024-08-20T21:50:43.5389370Z [128/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2024-08-20T21:50:43.5583230Z [129/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u16.c.o 2024-08-20T21:50:43.5688890Z [130/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u8.c.o 2024-08-20T21:50:43.5929800Z [131/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-aarch64-neonfp16arith-u8.c.o 2024-08-20T21:50:43.6046640Z [132/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2024-08-20T21:50:43.6151620Z [133/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u24.c.o 2024-08-20T21:50:43.6241600Z [134/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-aarch64-neonfp16arith-u16.c.o 2024-08-20T21:50:43.6412270Z [135/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-aarch64-neonfp16arith-u16.c.o 2024-08-20T21:50:43.6437750Z [136/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-aarch64-neonfp16arith-u8.c.o 2024-08-20T21:50:43.6650340Z [137/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-aarch64-neonfp16arith-u8.c.o 2024-08-20T21:50:43.6661420Z [138/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-aarch64-neonfp16arith-u16.c.o 2024-08-20T21:50:43.6886760Z [139/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u16.c.o 2024-08-20T21:50:43.6959210Z [140/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u8.c.o 2024-08-20T21:50:43.7343430Z [141/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u32.c.o 2024-08-20T21:50:43.7365470Z [142/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u24.c.o 2024-08-20T21:50:43.7516680Z [143/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u48.c.o 2024-08-20T21:50:43.7539400Z [144/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u40.c.o 2024-08-20T21:50:43.7588580Z [145/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u56.c.o 2024-08-20T21:50:43.7738900Z [146/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2024-08-20T21:50:43.7792140Z [147/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-aarch64-neonfp16arith-rr2-p2-div-u64.c.o 2024-08-20T21:50:43.7977190Z [148/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-20T21:50:43.8001770Z [149/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u16.c.o 2024-08-20T21:50:43.8190830Z [150/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u32.c.o 2024-08-20T21:50:43.8589170Z [151/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-20T21:50:43.8655710Z [152/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-20T21:50:43.8733840Z [153/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-20T21:50:43.8825320Z [154/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-20T21:50:43.8903980Z [155/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-20T21:50:43.8920880Z [156/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-20T21:50:43.8926220Z [157/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-20T21:50:43.9213380Z [158/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-20T21:50:43.9640290Z [159/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-20T21:50:43.9649270Z [160/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-aarch64-neonfp16arith-rr1-p2-div.c.o 2024-08-20T21:50:43.9697440Z [161/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-aarch64-neonfp16arith-rr1-p3-div.c.o 2024-08-20T21:50:43.9873480Z [162/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-aarch64-neonfp16arith-rr2-p2-div.c.o 2024-08-20T21:50:43.9887300Z [163/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sqrt-aarch64-neonfp16arith-sqrt.c.o 2024-08-20T21:50:43.9967370Z [164/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-aarch64-neonfp16arith-rr2-p3-div.c.o 2024-08-20T21:50:44.0085010Z [165/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div.c.o 2024-08-20T21:50:44.0215340Z [166/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.0244160Z [167/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-aarch64-neonfp16arith-expm1minus-rr1-p3h1ts-div.c.o 2024-08-20T21:50:44.0429040Z [168/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.1209640Z [169/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.1217980Z [170/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.1230410Z [171/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.1384840Z [172/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.1415630Z [173/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.1425150Z [174/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.1594240Z [175/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-neondot-ld64.c.o 2024-08-20T21:50:44.1639680Z [176/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.1723000Z [177/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.1758210Z [178/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.2628370Z [179/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.2751230Z [180/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neondot-ld64.c.o 2024-08-20T21:50:44.2798570Z [181/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.2914990Z [182/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.2992700Z [183/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.3040100Z [184/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.3200100Z [185/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.3232570Z [186/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.3348910Z [187/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.3413990Z [188/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.3890690Z [189/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.4083410Z [190/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.4190010Z [191/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.4374050Z [192/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-neondot-ld64.c.o 2024-08-20T21:50:44.4384490Z [193/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.4547970Z [194/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x32c4-minmax-neondot.c.o 2024-08-20T21:50:44.4558380Z [195/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x32c4-minmax-neondot.c.o 2024-08-20T21:50:44.4761400Z [196/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.4936830Z [197/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neondot-ld64.c.o 2024-08-20T21:50:44.5002830Z [198/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.5104680Z [199/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.5241830Z [200/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x32c4-minmax-neondot.c.o 2024-08-20T21:50:44.5311970Z [201/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.5589500Z [202/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.5718320Z [203/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x32c4-minmax-neondot.c.o 2024-08-20T21:50:44.5797110Z [204/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c4-minmax-neondot.c.o 2024-08-20T21:50:44.5825900Z [205/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-neondot.c.o 2024-08-20T21:50:44.6072500Z [206/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x32c4-minmax-neondot.c.o 2024-08-20T21:50:44.6392980Z [207/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neondot-ld64.c.o 2024-08-20T21:50:44.6520230Z [208/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.6639710Z [209/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.6782300Z [210/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neondot-ld64.c.o 2024-08-20T21:50:44.6946260Z [211/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.7085720Z [212/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.7103910Z [213/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.7292750Z [214/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.7577990Z [215/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.7617330Z [216/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.7826910Z [217/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.7867200Z [218/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.7939680Z [219/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neondot-ld64.c.o 2024-08-20T21:50:44.8043860Z [220/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-neondot-ld64.c.o 2024-08-20T21:50:44.8300260Z [221/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.8376130Z [222/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.8519920Z [223/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.8787480Z [224/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.9017010Z [225/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.9088180Z [226/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:44.9172400Z [227/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.9273070Z [228/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:44.9406370Z [229/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:44.9642730Z [230/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:44.9742920Z [231/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x32c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:44.9842580Z [232/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:44.9955870Z [233/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:45.0388860Z [234/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.0400290Z [235/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x32c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.0623010Z [236/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.0634020Z [237/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.0838170Z [238/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.0975960Z [239/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:45.1020220Z [240/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.1103830Z [241/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.1277990Z [242/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.1597190Z [243/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:45.1776050Z [244/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.1787340Z [245/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.1792530Z [246/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:45.1819900Z [247/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:45.1978680Z [248/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x32c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.2023280Z [249/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.2043600Z [250/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.2501000Z [251/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.2792450Z [252/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:45.2820950Z [253/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x32c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.3170830Z [254/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.3206140Z [255/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.3294960Z [256/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.3373870Z [257/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x32c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.3450190Z [258/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x32c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.3596930Z [259/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:45.3648340Z [260/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.3875680Z [261/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.4229440Z [262/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.4361880Z [263/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-neondot.c.o 2024-08-20T21:50:45.4403740Z [264/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.4503280Z [265/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.4602490Z [266/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.4615260Z [267/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x8c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.4720940Z [268/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.5019840Z [269/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-aarch64-neondot-ld128.c.o 2024-08-20T21:50:45.5226740Z [270/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c4-minmax-rndnu-neondot.c.o 2024-08-20T21:50:45.5436650Z [271/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-aarch64-neondot-ld128.c.o 2024-08-20T21:50:45.5541530Z [272/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-aarch64-neondot-ld128.c.o 2024-08-20T21:50:45.5546310Z [273/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.5664200Z [274/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-aarch64-neondot-ld128.c.o 2024-08-20T21:50:45.5798170Z [275/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:45.5822890Z [276/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-aarch64-neondot-ld128.c.o 2024-08-20T21:50:45.5961900Z [277/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-aarch64-neondot-ld128.c.o 2024-08-20T21:50:45.5994170Z [278/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-aarch64-neondot-ld128.c.o 2024-08-20T21:50:45.6067820Z [279/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.6186990Z [280/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-aarch64-neondot-ld128.c.o 2024-08-20T21:50:45.6248240Z [281/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.6361690Z [282/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.6397650Z [283/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:45.6421710Z [284/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.6726250Z [285/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-08-20T21:50:45.6990400Z [286/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-08-20T21:50:45.7095330Z [287/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.7107790Z [288/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-08-20T21:50:45.7111700Z [289/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:45.7121580Z [290/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.7125450Z [291/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.7374770Z [292/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:45.7377200Z [293/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:45.7378520Z [294/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.7638530Z [295/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.7996140Z [296/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-08-20T21:50:45.8197070Z [297/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-08-20T21:50:45.8198660Z [298/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:45.8206090Z [299/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:45.8217340Z [300/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.8224940Z [301/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.8243630Z [302/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:45.8347880Z [303/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.8391800Z [304/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-08-20T21:50:45.8553880Z [305/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-08-20T21:50:45.8940440Z [306/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-08-20T21:50:45.9184490Z [307/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma.S.o 2024-08-20T21:50:45.9288920Z [308/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-08-20T21:50:45.9388820Z [309/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:45.9390770Z [310/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:45.9392070Z [311/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:45.9393290Z [312/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-08-20T21:50:45.9394530Z [313/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:45.9395830Z [314/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-20T21:50:45.9397110Z [315/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:45.9962430Z [316/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.0070320Z [317/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-08-20T21:50:46.0165950Z [318/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-08-20T21:50:46.0175790Z [319/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-08-20T21:50:46.0192260Z [320/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-08-20T21:50:46.0228750Z [321/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-20T21:50:46.0238750Z [322/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:46.0319650Z [323/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-08-20T21:50:46.0347740Z [324/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-08-20T21:50:46.0453520Z [325/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-08-20T21:50:46.1079760Z [326/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-20T21:50:46.1182180Z [327/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:46.1189720Z [328/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:46.1201180Z [329/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:46.1208280Z [330/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:46.1216040Z [331/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-08-20T21:50:46.1227200Z [332/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:46.1349120Z [333/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.1350570Z [334/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:46.1352280Z [335/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.2106410Z [336/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:46.2219540Z [337/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:46.2222980Z [338/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:46.2224370Z [339/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-20T21:50:46.2225690Z [340/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.2227130Z [341/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:46.2230470Z [342/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.2265110Z [343/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:46.2348030Z [344/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.2365850Z [345/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.3100310Z [346/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-20T21:50:46.3201440Z [347/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-08-20T21:50:46.3205380Z [348/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.3208930Z [349/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:46.3219770Z [350/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:46.3222710Z [351/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:46.3239960Z [352/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.3302370Z [353/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:46.3415730Z [354/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-20T21:50:46.3535750Z [355/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:46.4188140Z [356/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.4258150Z [357/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-goi-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:46.4280650Z [358/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:46.4288690Z [359/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:46.4295590Z [360/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.4323250Z [361/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:46.4327540Z [362/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:46.4490940Z [363/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.4495550Z [364/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:46.4503260Z [365/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.5030260Z [366/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:46.5101470Z [367/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-08-20T21:50:46.5125120Z [368/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:46.5195230Z [369/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:46.5252340Z [370/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:46.5411730Z [371/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:46.5418090Z [372/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:46.5472720Z [373/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.5481850Z [374/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:46.5558410Z [375/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.5980320Z [376/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:46.6173840Z [377/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:46.6216690Z [378/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-20T21:50:46.6304990Z [379/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.6320080Z [380/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:46.6328240Z [381/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-08-20T21:50:46.6333980Z [382/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:46.6367950Z [383/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.6549050Z [384/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-20T21:50:46.6564480Z [385/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:46.7027080Z [386/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.7266000Z [387/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.7281740Z [388/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.7292580Z [389/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-20T21:50:46.7295310Z [390/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:46.7315170Z [391/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:46.7322630Z [392/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:46.7365840Z [393/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.7526950Z [394/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:46.7535700Z [395/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.7934860Z [396/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.8312220Z [397/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.8414210Z [398/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:46.8525000Z [399/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.8540250Z [400/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-20T21:50:46.8561910Z [401/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:46.8563710Z [402/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:46.8568790Z [403/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.8574420Z [404/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.8584370Z [405/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-20T21:50:46.8787610Z [406/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:46.9299680Z [407/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:46.9408380Z [408/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-20T21:50:46.9433640Z [409/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-08-20T21:50:46.9436120Z [410/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-08-20T21:50:46.9440070Z [411/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-08-20T21:50:46.9465190Z [412/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:46.9470760Z [413/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:46.9501310Z [414/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-08-20T21:50:46.9554480Z [415/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-08-20T21:50:46.9681050Z [416/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-08-20T21:50:47.0285160Z [417/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-20T21:50:47.0294510Z [418/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-08-20T21:50:47.0308050Z [419/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-08-20T21:50:47.0331380Z [420/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:47.0336520Z [421/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-08-20T21:50:47.0489380Z [422/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-20T21:50:47.0519440Z [423/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:47.0547920Z [424/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:47.0571130Z [425/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:47.0576650Z [426/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-08-20T21:50:47.1288180Z [427/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:47.1292940Z [428/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:47.1296530Z [429/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:47.1303240Z [430/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:47.1346360Z [431/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:47.1405110Z [432/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:47.1448450Z [433/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-08-20T21:50:47.1496860Z [434/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-08-20T21:50:47.1503260Z [435/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-08-20T21:50:47.1534900Z [436/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-08-20T21:50:47.2263910Z [437/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-08-20T21:50:47.2268970Z [438/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-20T21:50:47.2291530Z [439/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-08-20T21:50:47.2321340Z [440/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:47.2346570Z [441/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-08-20T21:50:47.2388750Z [442/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-08-20T21:50:47.2504440Z [443/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-08-20T21:50:47.2544070Z [444/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-20T21:50:47.2585700Z [445/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:47.2607280Z [446/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-08-20T21:50:47.3237580Z [447/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:47.3293840Z [448/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:47.3306550Z [449/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:47.3326790Z [450/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:47.3336420Z [451/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:47.3345960Z [452/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:47.3463370Z [453/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:47.3524660Z [454/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:47.3563410Z [455/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:47.3567560Z [456/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2024-08-20T21:50:47.4260320Z [457/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:47.4265750Z [458/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld64.S.o 2024-08-20T21:50:47.4270350Z [459/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:47.4310620Z [460/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:47.4322220Z [461/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:47.4409420Z [462/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:47.4429580Z [463/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:47.4438740Z [464/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-20T21:50:47.4546290Z [465/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-08-20T21:50:47.4555560Z [466/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-08-20T21:50:47.5286950Z [467/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-08-20T21:50:47.5327250Z [468/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-08-20T21:50:47.5334000Z [469/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-20T21:50:47.5364940Z [470/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-08-20T21:50:47.5371580Z [471/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-08-20T21:50:47.5387520Z [472/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-20T21:50:47.5405430Z [473/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mull.S.o 2024-08-20T21:50:47.5421970Z [474/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-20T21:50:47.5445900Z [475/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-20T21:50:47.5661100Z [476/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-08-20T21:50:47.6248810Z [477/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-08-20T21:50:47.6253970Z [478/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:47.6271220Z [479/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-08-20T21:50:47.6312810Z [480/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-08-20T21:50:47.6343160Z [481/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-08-20T21:50:47.6348860Z [482/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-08-20T21:50:47.6365740Z [483/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-08-20T21:50:47.6415960Z [484/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-08-20T21:50:47.6484320Z [485/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:47.6587150Z [486/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-20T21:50:47.7714770Z [487/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-08-20T21:50:47.7857960Z [488/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-08-20T21:50:47.7864770Z [489/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-20T21:50:47.7887040Z [490/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-20T21:50:47.7893640Z [491/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-20T21:50:47.7938280Z [492/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-08-20T21:50:47.7966020Z [493/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-20T21:50:47.7985720Z [494/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-08-20T21:50:47.8090510Z [495/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-08-20T21:50:47.8198280Z [496/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-08-20T21:50:47.8646860Z [497/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:47.8834540Z [498/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:47.8883540Z [499/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:47.8901340Z [500/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-08-20T21:50:47.8925490Z [501/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-08-20T21:50:47.8934380Z [502/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:47.9119750Z [503/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2024-08-20T21:50:47.9223070Z [504/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-08-20T21:50:47.9237410Z [505/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-08-20T21:50:47.9278250Z [506/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-08-20T21:50:47.9681090Z [507/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-08-20T21:50:47.9920190Z [508/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:47.9932560Z [509/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:47.9941940Z [510/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:47.9959290Z [511/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:47.9965850Z [512/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:48.0119820Z [513/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:48.0200480Z [514/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2024-08-20T21:50:48.0230110Z [515/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-08-20T21:50:48.0254440Z [516/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-08-20T21:50:48.0701980Z [517/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-08-20T21:50:48.0975440Z [518/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:48.0984770Z [519/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-08-20T21:50:48.0990170Z [520/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:48.1028680Z [521/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:48.1111390Z [522/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-08-20T21:50:48.1113050Z [523/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:48.1310440Z [524/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-2048.c.o 2024-08-20T21:50:48.1525030Z [525/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-64.c.o 2024-08-20T21:50:48.1622560Z [526/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-4.c.o 2024-08-20T21:50:48.1807990Z [527/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:48.1832210Z [528/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-16.c.o 2024-08-20T21:50:48.1930200Z [529/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-8.c.o 2024-08-20T21:50:48.1937990Z [530/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-64.c.o 2024-08-20T21:50:48.1972480Z [531/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-32.c.o 2024-08-20T21:50:48.1988050Z [532/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-2048.c.o 2024-08-20T21:50:48.1996090Z [533/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-08-20T21:50:48.2155480Z [534/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:48.2331500Z [535/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:48.2370620Z [536/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:48.2651480Z [537/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:48.2750100Z [538/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:48.2892240Z [539/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-20T21:50:48.2930930Z [540/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:48.2982880Z [541/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:48.2988150Z [542/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:48.3069860Z [543/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-20T21:50:48.3158440Z [544/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:48.3294710Z [545/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-08-20T21:50:48.3322720Z [546/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-08-20T21:50:48.3646940Z [547/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-08-20T21:50:48.3826710Z [548/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-08-20T21:50:48.3830910Z [549/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-08-20T21:50:48.3971260Z [550/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-20T21:50:48.4025000Z [551/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:48.4042050Z [552/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-08-20T21:50:48.4054550Z [553/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-08-20T21:50:48.4090110Z [554/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-08-20T21:50:48.4220050Z [555/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-08-20T21:50:48.4221720Z [556/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-08-20T21:50:48.4657870Z [557/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-20T21:50:48.4839100Z [558/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:48.4857970Z [559/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:48.4918400Z [560/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:48.5009850Z [561/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:48.5015390Z [562/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:48.5032590Z [563/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:48.5092340Z [564/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:48.5102830Z [565/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:48.5178380Z [566/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:48.5666610Z [567/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-08-20T21:50:48.5886230Z [568/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-08-20T21:50:48.5890360Z [569/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-08-20T21:50:48.5894410Z [570/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-08-20T21:50:48.5898190Z [571/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-08-20T21:50:48.6018890Z [572/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-08-20T21:50:48.6023670Z [573/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:48.6032930Z [574/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-08-20T21:50:48.6040540Z [575/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-20T21:50:48.6061720Z [576/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-08-20T21:50:48.6658530Z [577/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-08-20T21:50:48.6867800Z [578/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:48.6892590Z [579/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-08-20T21:50:48.6898400Z [580/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:48.6907680Z [581/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-20T21:50:48.6947310Z [582/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:48.6982820Z [583/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:48.7107830Z [584/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:48.7132160Z [585/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:48.7135980Z [586/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:48.7712890Z [587/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:48.7855400Z [588/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2024-08-20T21:50:48.7870880Z [589/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:48.7881210Z [590/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:48.7900970Z [591/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:48.8003230Z [592/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:48.8073420Z [593/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld64.S.o 2024-08-20T21:50:48.8075030Z [594/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:48.8178620Z [595/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:48.8275020Z [596/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:48.8814530Z [597/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-08-20T21:50:48.8915050Z [598/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-08-20T21:50:48.8919600Z [599/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:48.8925720Z [600/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-08-20T21:50:48.8936160Z [601/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-20T21:50:48.8982610Z [602/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-08-20T21:50:48.9045030Z [603/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-20T21:50:48.9112270Z [604/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-08-20T21:50:48.9113830Z [605/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-20T21:50:48.9117560Z [606/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-08-20T21:50:48.9904180Z [607/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mull.S.o 2024-08-20T21:50:48.9916740Z [608/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-20T21:50:48.9921140Z [609/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld32.S.o 2024-08-20T21:50:48.9924660Z [610/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-08-20T21:50:48.9933740Z [611/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-08-20T21:50:48.9956430Z [612/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-20T21:50:48.9986150Z [613/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-08-20T21:50:49.0146610Z [614/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-08-20T21:50:49.0241070Z [615/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-08-20T21:50:49.0242650Z [616/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:49.0873630Z [617/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:49.0901940Z [618/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-08-20T21:50:49.0916350Z [619/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2024-08-20T21:50:49.0922700Z [620/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-20T21:50:49.0934230Z [621/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-08-20T21:50:49.0950550Z [622/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-20T21:50:49.0963500Z [623/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53.S.o 2024-08-20T21:50:49.1109220Z [624/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c16-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-20T21:50:49.1145250Z [625/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2024-08-20T21:50:49.1195070Z [626/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2024-08-20T21:50:49.1964850Z [627/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-08-20T21:50:49.2060870Z [628/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld64.S.o 2024-08-20T21:50:49.2065750Z [629/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:49.2071080Z [630/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-08-20T21:50:49.2081420Z [631/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-08-20T21:50:49.2101770Z [632/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-08-20T21:50:49.2103340Z [633/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:49.2108310Z [634/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:49.2111370Z [635/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:49.2185800Z [636/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-08-20T21:50:49.3016220Z [637/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-08-20T21:50:49.3018150Z [638/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2024-08-20T21:50:49.3020410Z [639/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:49.3025800Z [640/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-08-20T21:50:49.3062110Z [641/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-08-20T21:50:49.3074210Z [642/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:49.3080110Z [643/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-08-20T21:50:49.3126980Z [644/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:49.3186010Z [645/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:49.3325100Z [646/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:49.3803580Z [647/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x8c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:49.3969560Z [648/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2024-08-20T21:50:49.3973750Z [649/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2024-08-20T21:50:49.4018830Z [650/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64.S.o 2024-08-20T21:50:49.4023290Z [651/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2024-08-20T21:50:49.4036730Z [652/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2024-08-20T21:50:49.4172610Z [653/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-ld64-prfm.S.o 2024-08-20T21:50:49.4179880Z [654/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:49.4258500Z [655/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-ld128.S.o 2024-08-20T21:50:49.4371930Z [656/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16c4-minmax-rndnu-asm-aarch64-neondot-cortex-a55.S.o 2024-08-20T21:50:49.4902660Z [657/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-08-20T21:50:49.5062880Z [658/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-08-20T21:50:49.5102840Z [659/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-08-20T21:50:49.5206860Z [660/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-08-20T21:50:49.5278490Z [661/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-08-20T21:50:49.5288690Z [662/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-08-20T21:50:49.5291660Z [663/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-08-20T21:50:49.5295950Z [664/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-08-20T21:50:49.5299820Z [665/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-08-20T21:50:49.5827520Z [666/5911] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-08-20T21:50:49.5875250Z [667/5911] Building C object confu-deps/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-08-20T21:50:49.9572660Z [668/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-08-20T21:50:49.9590590Z [669/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-4x16-aarch64-neonfp16arith-ld64.cc.o 2024-08-20T21:50:49.9702880Z [670/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-6x16-aarch64-neonfp16arith-cortex-a55r0.cc.o 2024-08-20T21:50:49.9717410Z [671/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-08-20T21:50:49.9727450Z [672/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-08-20T21:50:49.9901060Z [673/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-6x16-aarch64-neonfp16arith-cortex-a55.cc.o 2024-08-20T21:50:50.0099290Z [674/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-6x16-aarch64-neonfp16arith-cortex-a75.cc.o 2024-08-20T21:50:50.0404110Z [675/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-1x16-aarch64-neonfp16arith-ld64.cc.o 2024-08-20T21:50:50.1158820Z [676/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-1x16-aarch64-neonfp16arith-ld64.cc.o 2024-08-20T21:50:50.1335120Z [677/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-gemm/gen/f16-gemm-6x16-aarch64-neonfp16arith-ld64.cc.o 2024-08-20T21:50:50.1358100Z [678/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-6x16-aarch64-neonfp16arith-cortex-a55r0.cc.o 2024-08-20T21:50:50.1491240Z [679/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-6x16-aarch64-neonfp16arith-ld64.cc.o 2024-08-20T21:50:50.1550070Z [680/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-4x16-aarch64-neonfp16arith-ld64.cc.o 2024-08-20T21:50:50.1755610Z [681/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-1x8-aarch64-neonfma-cortex-a53.cc.o 2024-08-20T21:50:50.1758850Z [682/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-6x16-aarch64-neonfp16arith-cortex-a55.cc.o 2024-08-20T21:50:50.2641650Z [683/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-1x8-aarch64-neonfma-ld64.cc.o 2024-08-20T21:50:50.2902870Z [684/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f16-igemm/gen/f16-igemm-6x16-aarch64-neonfp16arith-cortex-a75.cc.o 2024-08-20T21:50:50.2928230Z [685/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-4x8-aarch64-neonfma-cortex-a53.cc.o 2024-08-20T21:50:50.2951660Z [686/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-1x8-aarch64-neonfma-cortex-a75.cc.o 2024-08-20T21:50:50.3047090Z [687/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-4x8-aarch64-neonfma-cortex-a55.cc.o 2024-08-20T21:50:50.3224250Z [688/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-4x8-aarch64-neonfma-cortex-a75.cc.o 2024-08-20T21:50:50.3606410Z [689/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-6x8-aarch64-neonfma-cortex-a53.cc.o 2024-08-20T21:50:50.3627120Z [690/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-4x8-aarch64-neonfma-ld128.cc.o 2024-08-20T21:50:50.3708210Z [691/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-6x8-aarch64-neonfma-cortex-a75.cc.o 2024-08-20T21:50:50.3864310Z [692/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-6x8-aarch64-neonfma-cortex-a55.cc.o 2024-08-20T21:50:50.4781250Z [693/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-1x8-aarch64-neonfma-cortex-a75.cc.o 2024-08-20T21:50:50.4938650Z [694/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-1x8-aarch64-neonfma-cortex-a53.cc.o 2024-08-20T21:50:50.5027580Z [695/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-gemm/gen/f32-gemm-6x8-aarch64-neonfma-ld128.cc.o 2024-08-20T21:50:50.5087840Z [696/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-4x8-aarch64-neonfma-cortex-a75.cc.o 2024-08-20T21:50:50.5189200Z [697/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-4x8-aarch64-neonfma-cortex-a55.cc.o 2024-08-20T21:50:50.5674360Z [698/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-4x8-aarch64-neonfma-cortex-a53.cc.o 2024-08-20T21:50:50.5745860Z [699/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-4x8-aarch64-neonfma-ld128.cc.o 2024-08-20T21:50:50.5846050Z [700/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-6x8-aarch64-neonfma-cortex-a53.cc.o 2024-08-20T21:50:50.5969530Z [701/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-08-20T21:50:50.6008060Z [702/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-6x8-aarch64-neonfma-cortex-a75.cc.o 2024-08-20T21:50:50.6179300Z [703/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-08-20T21:50:50.6180160Z [704/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-08-20T21:50:50.6420610Z [705/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-6x8-aarch64-neonfma-cortex-a55.cc.o 2024-08-20T21:50:50.6453160Z [706/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/f32-igemm/gen/f32-igemm-6x8-aarch64-neonfma-ld128.cc.o 2024-08-20T21:50:50.6739620Z [707/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-08-20T21:50:50.7007960Z [708/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-08-20T21:50:50.7043480Z [709/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-08-20T21:50:50.7200950Z [710/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-08-20T21:50:50.7328840Z [711/5911] Building C object confu-deps/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-08-20T21:50:50.7335490Z [712/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-08-20T21:50:50.7498940Z [713/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-08-20T21:50:50.7571120Z [714/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-08-20T21:50:50.7673290Z [715/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-08-20T21:50:50.7726350Z [716/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-08-20T21:50:50.7898100Z [717/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-08-20T21:50:50.8046130Z [718/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-08-20T21:50:50.8334970Z [719/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-08-20T21:50:50.8361700Z [720/5911] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-08-20T21:50:50.8521990Z [721/5911] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-08-20T21:50:50.8552000Z [722/5911] Building CXX object confu-deps/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-08-20T21:50:50.8759720Z [723/5911] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-08-20T21:50:50.8898090Z [724/5911] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-08-20T21:50:50.8965850Z [725/5911] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-08-20T21:50:50.9075950Z [726/5911] Building C object confu-deps/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-08-20T21:50:50.9130180Z [727/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-08-20T21:50:50.9504820Z [728/5911] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-08-20T21:50:50.9583360Z [729/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-08-20T21:50:50.9614880Z [730/5911] Building C object confu-deps/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-08-20T21:50:50.9793100Z [731/5911] Building C object confu-deps/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-08-20T21:50:50.9898430Z [732/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-08-20T21:50:51.0030480Z [733/5911] Building C object confu-deps/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-08-20T21:50:51.0098340Z [734/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-08-20T21:50:51.0291970Z [735/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2.cpp.o 2024-08-20T21:50:51.0325900Z [736/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-08-20T21:50:51.0560230Z [737/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-08-20T21:50:51.0709160Z [738/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-08-20T21:50:51.0849940Z [739/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-08-20T21:50:51.0863060Z [740/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-08-20T21:50:51.1064740Z [741/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-08-20T21:50:51.1068710Z [742/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-08-20T21:50:51.1222770Z [743/5911] Building C object confu-deps/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-08-20T21:50:51.1261170Z [744/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-08-20T21:50:51.1263410Z [745/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-08-20T21:50:51.1339010Z [746/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-08-20T21:50:51.1617570Z [747/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-08-20T21:50:51.1764740Z [748/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-08-20T21:50:51.1967640Z [749/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-08-20T21:50:51.2052270Z [750/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-08-20T21:50:51.2221670Z [751/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-08-20T21:50:51.2364120Z [752/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-08-20T21:50:51.2495180Z [753/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-08-20T21:50:51.2623030Z [754/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-08-20T21:50:51.2752030Z [755/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-08-20T21:50:51.2891410Z [756/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-08-20T21:50:51.3005540Z [757/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-08-20T21:50:51.3176480Z [758/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-08-20T21:50:51.3238180Z [759/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-08-20T21:50:51.3293510Z [760/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-08-20T21:50:51.3379780Z [761/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-08-20T21:50:51.3385360Z [762/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-08-20T21:50:51.3453820Z [763/5911] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-08-20T21:50:51.3678660Z [764/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-08-20T21:50:51.3952250Z [765/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-08-20T21:50:51.4101640Z [766/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-08-20T21:50:51.4113040Z [767/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-08-20T21:50:51.4384150Z [768/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-08-20T21:50:51.4453510Z [769/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-08-20T21:50:51.4509690Z [770/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-08-20T21:50:51.4626210Z [771/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-08-20T21:50:51.4729240Z [772/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-08-20T21:50:51.4731580Z [773/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-08-20T21:50:51.4961720Z [774/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-08-20T21:50:51.5132470Z [775/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-08-20T21:50:51.5311520Z [776/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-08-20T21:50:51.5401340Z [777/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-08-20T21:50:51.5542750Z [778/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-08-20T21:50:51.5546250Z [779/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-08-20T21:50:51.5605930Z [780/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-08-20T21:50:51.5771930Z [781/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-08-20T21:50:51.5783980Z [782/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-08-20T21:50:51.6025980Z [783/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-08-20T21:50:51.6261340Z [784/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-08-20T21:50:51.6299610Z [785/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-08-20T21:50:51.6438340Z [786/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-08-20T21:50:51.6828960Z [787/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-08-20T21:50:51.6957030Z [788/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-08-20T21:50:51.6975190Z [789/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-08-20T21:50:51.6989860Z [790/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-08-20T21:50:51.7129040Z [791/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-08-20T21:50:51.7264760Z [792/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-08-20T21:50:51.7322490Z [793/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-08-20T21:50:51.7437050Z [794/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-08-20T21:50:51.7544610Z [795/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-08-20T21:50:51.7719460Z [796/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-08-20T21:50:51.7738610Z [797/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-08-20T21:50:51.7991960Z [798/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-08-20T21:50:51.8082810Z [799/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-08-20T21:50:51.8205140Z [800/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-08-20T21:50:51.8382680Z [801/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-08-20T21:50:51.8537320Z [802/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-08-20T21:50:51.8563760Z [803/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-08-20T21:50:51.8757190Z [804/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-08-20T21:50:51.8788530Z [805/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-08-20T21:50:51.9015020Z [806/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-08-20T21:50:51.9019270Z [807/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-08-20T21:50:51.9167250Z [808/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-08-20T21:50:51.9201960Z [809/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-08-20T21:50:51.9228670Z [810/5911] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-08-20T21:50:51.9560250Z [811/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-08-20T21:50:51.9620870Z [812/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-08-20T21:50:51.9805450Z [813/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-08-20T21:50:51.9853250Z [814/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-08-20T21:50:51.9934700Z [815/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-08-20T21:50:51.9993040Z [816/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-08-20T21:50:52.0111150Z [817/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-08-20T21:50:52.0269510Z [818/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-08-20T21:50:52.0479530Z [819/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-08-20T21:50:52.0730250Z [820/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-08-20T21:50:52.0731820Z [821/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-08-20T21:50:52.0847570Z [822/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-08-20T21:50:52.0852260Z [823/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-08-20T21:50:52.0855310Z [824/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-08-20T21:50:52.0950610Z [825/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-08-20T21:50:52.1150360Z [826/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-08-20T21:50:52.1167880Z [827/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-08-20T21:50:52.1521510Z [828/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-08-20T21:50:52.1703070Z [829/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-08-20T21:50:52.1879860Z [830/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-08-20T21:50:52.1914350Z [831/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-08-20T21:50:52.1916300Z [832/5911] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-08-20T21:50:52.2881940Z [833/5911] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2024-08-20T21:50:52.3295310Z [834/5911] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2024-08-20T21:50:52.3620480Z [835/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2024-08-20T21:50:52.3727330Z [836/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2024-08-20T21:50:52.3835200Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/kineto/libkineto/src/ThreadUtil.cpp:56:24: warning: 'syscall' is deprecated: first deprecated in macOS 10.12 - syscall(2) is unsupported; please switch to a supported interface. For SYS_kdebug_trace use kdebug_signpost(). [-Wdeprecated-declarations] 2024-08-20T21:50:52.3840600Z _sysTid = (int32_t)syscall(SYS_thread_selfid); 2024-08-20T21:50:52.3841410Z ^ 2024-08-20T21:50:52.3844370Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/unistd.h:748:6: note: 'syscall' has been explicitly marked deprecated here 2024-08-20T21:50:52.3847360Z int syscall(int, ...); 2024-08-20T21:50:52.3853240Z ^ 2024-08-20T21:50:52.3856550Z 1 warning generated. 2024-08-20T21:50:52.3950450Z [837/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2024-08-20T21:50:52.4268620Z [838/5911] Linking CXX static library lib/libfmt.a 2024-08-20T21:50:52.4372100Z [839/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2024-08-20T21:50:52.4779270Z [840/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2024-08-20T21:50:52.4894600Z [841/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2024-08-20T21:50:52.5182950Z [842/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2024-08-20T21:50:52.5222950Z [843/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2024-08-20T21:50:52.5431450Z [844/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2024-08-20T21:50:52.5614820Z [845/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2024-08-20T21:50:52.5934200Z [846/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2024-08-20T21:50:52.6043020Z [847/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2024-08-20T21:50:52.6323050Z [848/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DeviceUtil.cpp.o 2024-08-20T21:50:52.6358620Z [849/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2024-08-20T21:50:52.6533140Z [850/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DeviceProperties.cpp.o 2024-08-20T21:50:52.8096940Z [851/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2024-08-20T21:50:52.8178480Z [852/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/LoggingAPI.cpp.o 2024-08-20T21:50:52.8193200Z [853/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2024-08-20T21:50:52.8211880Z [854/5911] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2024-08-20T21:50:52.8403710Z [855/5911] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2024-08-20T21:50:52.8427590Z [856/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2024-08-20T21:50:52.8506260Z [857/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2024-08-20T21:50:52.8957980Z [858/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2024-08-20T21:50:52.9058370Z [859/5911] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2024-08-20T21:50:52.9586930Z [860/5911] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2024-08-20T21:50:53.0479650Z [861/5911] Building CXX object c10/CMakeFiles/c10.dir/core/ConstantSymNodeImpl.cpp.o 2024-08-20T21:50:53.0643100Z [862/5911] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2024-08-20T21:50:53.0891650Z [863/5911] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2024-08-20T21:50:53.0899170Z [864/5911] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2024-08-20T21:50:53.0935190Z [865/5911] Linking CXX static library lib/libkineto.a 2024-08-20T21:50:53.1005170Z [866/5911] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2024-08-20T21:50:53.1417360Z [867/5911] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2024-08-20T21:50:53.1442200Z [868/5911] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2024-08-20T21:50:53.1709660Z [869/5911] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2024-08-20T21:50:53.2442810Z [870/5911] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2024-08-20T21:50:53.3298280Z [871/5911] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2024-08-20T21:50:53.3471580Z [872/5911] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2024-08-20T21:50:53.3661470Z [873/5911] Building CXX object c10/CMakeFiles/c10.dir/core/ScalarType.cpp.o 2024-08-20T21:50:53.3705520Z [874/5911] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2024-08-20T21:50:53.3815460Z [875/5911] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2024-08-20T21:50:53.3918070Z [876/5911] Building CXX object c10/CMakeFiles/c10.dir/core/RefcountedDeleter.cpp.o 2024-08-20T21:50:53.3919670Z [877/5911] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2024-08-20T21:50:53.3957850Z [878/5911] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2024-08-20T21:50:53.4759580Z [879/5911] Building CXX object c10/CMakeFiles/c10.dir/core/SymBool.cpp.o 2024-08-20T21:50:53.4906600Z [880/5911] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2024-08-20T21:50:53.6049680Z [881/5911] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2024-08-20T21:50:53.6272800Z [882/5911] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2024-08-20T21:50:53.6375760Z [883/5911] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2024-08-20T21:50:53.6434250Z [884/5911] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2024-08-20T21:50:53.6795600Z [885/5911] Building CXX object c10/CMakeFiles/c10.dir/core/SymbolicShapeMeta.cpp.o 2024-08-20T21:50:53.7057110Z [886/5911] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2024-08-20T21:50:53.7283460Z [887/5911] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2024-08-20T21:50:53.7296390Z [888/5911] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2024-08-20T21:50:53.7674560Z [889/5911] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2024-08-20T21:50:53.7805030Z [890/5911] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COW.cpp.o 2024-08-20T21:50:53.8135600Z [891/5911] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COWDeleter.cpp.o 2024-08-20T21:50:53.9112970Z [892/5911] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2024-08-20T21:50:53.9173730Z [893/5911] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2024-08-20T21:50:53.9349260Z [894/5911] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2024-08-20T21:50:53.9358430Z [895/5911] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyObjectSlot.cpp.o 2024-08-20T21:50:53.9635300Z [896/5911] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2024-08-20T21:50:53.9788790Z [897/5911] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2024-08-20T21:50:53.9889270Z [898/5911] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2024-08-20T21:50:54.0511230Z [899/5911] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2024-08-20T21:50:54.1311490Z [900/5911] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2024-08-20T21:50:54.1468720Z [901/5911] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2024-08-20T21:50:54.1644510Z [902/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2024-08-20T21:50:54.1691750Z [903/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Bfloat16.cpp.o 2024-08-20T21:50:54.1759460Z [904/5911] Building CXX object c10/CMakeFiles/c10.dir/util/ApproximateClock.cpp.o 2024-08-20T21:50:54.1778830Z [905/5911] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2024-08-20T21:50:54.1955890Z [906/5911] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2024-08-20T21:50:54.1979980Z [907/5911] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2024-08-20T21:50:54.3502410Z [908/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fnuz.cpp.o 2024-08-20T21:50:54.3692830Z [909/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fn.cpp.o 2024-08-20T21:50:54.3802230Z [910/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2fnuz.cpp.o 2024-08-20T21:50:54.3818090Z [911/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2024-08-20T21:50:54.3961480Z [912/5911] Building CXX object c10/CMakeFiles/c10.dir/util/DynamicCounter.cpp.o 2024-08-20T21:50:54.4044550Z [913/5911] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2024-08-20T21:50:54.4148410Z [914/5911] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2024-08-20T21:50:54.4602820Z [915/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2024-08-20T21:50:54.5028710Z [916/5911] Building CXX object c10/CMakeFiles/c10.dir/util/ParallelGuard.cpp.o 2024-08-20T21:50:54.5223500Z [917/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2024-08-20T21:50:54.5499020Z [918/5911] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2024-08-20T21:50:54.5788010Z [919/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2024-08-20T21:50:54.6447950Z [920/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2024-08-20T21:50:54.6487170Z [921/5911] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2024-08-20T21:50:54.6586730Z [922/5911] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2024-08-20T21:50:54.6697070Z [923/5911] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2024-08-20T21:50:54.6769970Z [924/5911] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2024-08-20T21:50:54.6958500Z [925/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2024-08-20T21:50:54.7115800Z [926/5911] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2024-08-20T21:50:54.7311460Z [927/5911] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2024-08-20T21:50:54.7590650Z [928/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2024-08-20T21:50:54.7790770Z [929/5911] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2024-08-20T21:50:54.7873390Z [930/5911] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2024-08-20T21:50:54.8289580Z [931/5911] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2024-08-20T21:50:54.8855650Z [932/5911] Building CXX object c10/CMakeFiles/c10.dir/util/WaitCounter.cpp.o 2024-08-20T21:50:54.9055650Z [933/5911] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2024-08-20T21:50:54.9176940Z [934/5911] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2024-08-20T21:50:54.9603460Z [935/5911] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2024-08-20T21:50:54.9964400Z [936/5911] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2024-08-20T21:50:54.9998920Z [937/5911] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2024-08-20T21:50:55.0283660Z [938/5911] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2024-08-20T21:50:55.0560530Z [939/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfp16.c.o 2024-08-20T21:50:55.0613700Z [940/5911] Building CXX object c10/CMakeFiles/c10.dir/util/tempfile.cpp.o 2024-08-20T21:50:55.0856580Z [941/5911] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2024-08-20T21:50:55.1151700Z [942/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-08-20T21:50:55.1214860Z [943/5911] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2024-08-20T21:50:55.1370630Z [944/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neon.c.o 2024-08-20T21:50:55.1474090Z [945/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfma.c.o 2024-08-20T21:50:55.1665660Z [946/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neon-aarch64.c.o 2024-08-20T21:50:55.1677870Z [947/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonv8.c.o 2024-08-20T21:50:55.2227990Z [948/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfp16arith-aarch64.c.o 2024-08-20T21:50:55.2281890Z [949/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.2391940Z [950/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:55.2393310Z [951/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.2416820Z [952/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfma-aarch64.c.o 2024-08-20T21:50:55.2545720Z [953/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neonfp16arith.c.o 2024-08-20T21:50:55.2561000Z [954/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondot.c.o 2024-08-20T21:50:55.2873510Z [955/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondotfp16arith.c.o 2024-08-20T21:50:55.2896120Z [956/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.2905130Z [957/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:55.3114450Z [958/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.3131500Z [959/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.3150370Z [960/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-08-20T21:50:55.3156500Z [961/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondotfp16-aarch64.c.o 2024-08-20T21:50:55.3200880Z [962/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-08-20T21:50:55.3425520Z [963/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-08-20T21:50:55.3666520Z [964/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/neondot-aarch64.c.o 2024-08-20T21:50:55.3708060Z [965/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:55.3803690Z [966/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.3853520Z [967/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.4033340Z [968/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:55.4063440Z [969/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.4073930Z [970/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.4129830Z [971/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:55.4247750Z [972/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.4296630Z [973/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-08-20T21:50:55.4701990Z [974/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:55.4767000Z [975/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-08-20T21:50:55.4901170Z [976/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.4923860Z [977/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:55.5035550Z [978/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.5042200Z [979/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.5086130Z [980/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:55.5187470Z [981/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2024-08-20T21:50:55.5213250Z [982/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2024-08-20T21:50:55.5220220Z [983/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2024-08-20T21:50:55.5742450Z [984/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld32.S.o 2024-08-20T21:50:55.5778230Z [985/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:55.5820580Z [986/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2024-08-20T21:50:55.5874520Z [987/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma.S.o 2024-08-20T21:50:55.5964690Z [988/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2-prfm.S.o 2024-08-20T21:50:55.6073960Z [989/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neon-ld128-acc2.S.o 2024-08-20T21:50:55.6080930Z [990/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-20T21:50:55.6167450Z [991/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:55.6188940Z [992/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:55.6198470Z [993/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:55.6776510Z [994/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2.S.o 2024-08-20T21:50:55.6817810Z [995/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4.S.o 2024-08-20T21:50:55.6825350Z [996/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc2-prfm.S.o 2024-08-20T21:50:55.6836690Z [997/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-acc4-prfm.S.o 2024-08-20T21:50:55.6878020Z [998/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-20T21:50:55.6988960Z [999/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:55.7073940Z [1000/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2-prfm.S.o 2024-08-20T21:50:55.7092270Z [1001/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2024-08-20T21:50:55.7097050Z [1002/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2024-08-20T21:50:55.7098660Z [1003/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4-prfm.S.o 2024-08-20T21:50:55.7847710Z [1004/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:55.7864610Z [1005/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-20T21:50:55.7872850Z [1006/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:55.7881820Z [1007/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:55.7935350Z [1008/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x1-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:55.8025950Z [1009/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:55.8050290Z [1010/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:55.8073170Z [1011/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:55.8078300Z [1012/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:55.8079630Z [1013/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-20T21:50:55.8746190Z [1014/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:55.8757470Z [1015/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:55.8764190Z [1016/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:55.8786090Z [1017/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:55.9056880Z [1018/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:55.9068990Z [1019/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:55.9073130Z [1020/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:55.9074520Z [1021/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-20T21:50:55.9163650Z [1022/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:55.9265370Z [1023/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:55.9898940Z [1024/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-08-20T21:50:55.9935650Z [1025/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:55.9937370Z [1026/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:55.9938690Z [1027/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128-prfm.S.o 2024-08-20T21:50:56.0026040Z [1028/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:56.0129870Z [1029/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:56.0131490Z [1030/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-goi-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:56.0133690Z [1031/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:56.0156910Z [1032/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:56.0181640Z [1033/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-goi-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:56.0888520Z [1034/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:56.0999590Z [1035/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:56.1005260Z [1036/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:56.1122030Z [1037/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:56.1141040Z [1038/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:56.1165610Z [1039/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:56.1169110Z [1040/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:56.1174010Z [1041/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:56.1186580Z [1042/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:56.1230410Z [1043/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:56.1936020Z [1044/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:56.2047000Z [1045/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:56.2053250Z [1046/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:56.2056200Z [1047/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:56.2065030Z [1048/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:56.2077330Z [1049/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:56.2195060Z [1050/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-08-20T21:50:56.2199090Z [1051/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:56.2202950Z [1052/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:56.2207840Z [1053/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:56.2893380Z [1054/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-1x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:56.2934420Z [1055/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:56.2951260Z [1056/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-20T21:50:56.2979810Z [1057/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x12-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:56.3077570Z [1058/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2024-08-20T21:50:56.3079150Z [1059/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:56.3080480Z [1060/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:56.3132250Z [1061/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:56.3140130Z [1062/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:56.3238400Z [1063/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2024-08-20T21:50:56.3839780Z [1064/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:56.3878600Z [1065/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:56.3884570Z [1066/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:56.3892160Z [1067/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64-prfm.S.o 2024-08-20T21:50:56.3908580Z [1068/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-20T21:50:56.3925290Z [1069/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:56.4093340Z [1070/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:56.4111970Z [1071/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:56.4125080Z [1072/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld64.S.o 2024-08-20T21:50:56.4200570Z [1073/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:56.4884460Z [1074/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2024-08-20T21:50:56.4967650Z [1075/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2024-08-20T21:50:56.4978300Z [1076/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2024-08-20T21:50:56.5081390Z [1077/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:56.5085090Z [1078/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2024-08-20T21:50:56.5155930Z [1079/5911] Building ASM object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2024-08-20T21:50:56.5793430Z [1080/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:56.5817390Z [1081/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:56.5934180Z [1082/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:50:56.5949520Z [1083/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-20T21:50:56.6320850Z [1084/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-20T21:50:56.6330240Z [1085/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld128.c.o 2024-08-20T21:50:56.6346190Z [1086/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-20T21:50:56.6364460Z [1087/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:50:56.6624320Z [1088/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-20T21:50:56.7028550Z [1089/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:50:56.7036690Z [1090/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:56.7162260Z [1091/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:56.7175550Z [1092/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:50:56.7304150Z [1093/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mul8-ld128.c.o 2024-08-20T21:50:56.7700110Z [1094/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-20T21:50:56.7738430Z [1095/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:50:56.7937030Z [1096/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-20T21:50:56.8040190Z [1097/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:56.8099130Z [1098/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:56.8554610Z [1099/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul8-ld128.c.o 2024-08-20T21:50:56.8614580Z [1100/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-20T21:50:56.8718430Z [1101/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:50:56.8824440Z [1102/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-20T21:50:56.8825900Z [1103/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld128.c.o 2024-08-20T21:50:56.9005780Z [1104/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:50:56.9106690Z [1105/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:56.9194610Z [1106/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u16.c.o 2024-08-20T21:50:56.9203520Z [1107/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c16.c.o 2024-08-20T21:50:56.9431670Z [1108/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u8.c.o 2024-08-20T21:50:56.9933560Z [1109/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2024-08-20T21:50:56.9946040Z [1110/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c8.c.o 2024-08-20T21:50:57.0014650Z [1111/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u24.c.o 2024-08-20T21:50:57.0027960Z [1112/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c24.c.o 2024-08-20T21:50:57.0141920Z [1113/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neon-c32.c.o 2024-08-20T21:50:57.0245450Z [1114/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c8.c.o 2024-08-20T21:50:57.0372140Z [1115/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c16.c.o 2024-08-20T21:50:57.0549190Z [1116/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c32.c.o 2024-08-20T21:50:57.0681150Z [1117/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-rndnu-neon-c24.c.o 2024-08-20T21:50:57.0831020Z [1118/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c8.c.o 2024-08-20T21:50:57.1181220Z [1119/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c16.c.o 2024-08-20T21:50:57.1215960Z [1120/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c8.c.o 2024-08-20T21:50:57.1311510Z [1121/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c32.c.o 2024-08-20T21:50:57.1412520Z [1122/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c16.c.o 2024-08-20T21:50:57.1477660Z [1123/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c24.c.o 2024-08-20T21:50:57.1488980Z [1124/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neon-c24.c.o 2024-08-20T21:50:57.1493950Z [1125/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-rndnu-neon-c32.c.o 2024-08-20T21:50:57.1962920Z [1126/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-20T21:50:57.2057700Z [1127/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2024-08-20T21:50:57.2246860Z [1128/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-20T21:50:57.2671500Z [1129/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-08-20T21:50:57.2724530Z [1130/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-08-20T21:50:57.2735690Z [1131/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-20T21:50:57.2834640Z [1132/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.2951130Z [1133/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-08-20T21:50:57.2984100Z [1134/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mla8-ld128.c.o 2024-08-20T21:50:57.3260050Z [1135/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-08-20T21:50:57.3574350Z [1136/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.3681140Z [1137/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul8-ld128.c.o 2024-08-20T21:50:57.3839040Z [1138/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-08-20T21:50:57.3881860Z [1139/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.4042590Z [1140/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mla8-ld128.c.o 2024-08-20T21:50:57.4045100Z [1141/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.4211040Z [1142/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-08-20T21:50:57.4213690Z [1143/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-08-20T21:50:57.4237970Z [1144/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-08-20T21:50:57.4942050Z [1145/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul8-ld128.c.o 2024-08-20T21:50:57.5040760Z [1146/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.5055370Z [1147/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-08-20T21:50:57.5159980Z [1148/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.5232780Z [1149/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-08-20T21:50:57.5338730Z [1150/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.5387210Z [1151/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mla8-ld128.c.o 2024-08-20T21:50:57.5528850Z [1152/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mla8-ld64.c.o 2024-08-20T21:50:57.5580340Z [1153/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul8-ld128.c.o 2024-08-20T21:50:57.5961840Z [1154/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul8-ld64.c.o 2024-08-20T21:50:57.6353210Z [1155/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mul8-ld64.c.o 2024-08-20T21:50:57.6486290Z [1156/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.6512660Z [1157/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.6533570Z [1158/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-20T21:50:57.6566910Z [1159/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld128.c.o 2024-08-20T21:50:57.6571340Z [1160/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-20T21:50:57.6811170Z [1161/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul8-ld64.c.o 2024-08-20T21:50:57.7160430Z [1162/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.7381520Z [1163/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.7545790Z [1164/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mul8-ld128.c.o 2024-08-20T21:50:57.7803270Z [1165/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mul8-ld64.c.o 2024-08-20T21:50:57.7916700Z [1166/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-20T21:50:57.7929200Z [1167/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul8-ld64.c.o 2024-08-20T21:50:57.7965200Z [1168/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.7986660Z [1169/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mla8-ld128.c.o 2024-08-20T21:50:57.8158670Z [1170/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mla8-ld64.c.o 2024-08-20T21:50:57.8286380Z [1171/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.8731620Z [1172/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.8907330Z [1173/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul8-ld128.c.o 2024-08-20T21:50:57.8950850Z [1174/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:57.9082320Z [1175/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:57.9233850Z [1176/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-dup.c.o 2024-08-20T21:50:57.9278160Z [1177/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:57.9480520Z [1178/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-20T21:50:57.9495470Z [1179/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-20T21:50:57.9687250Z [1180/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2024-08-20T21:50:58.0003790Z [1181/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-dup.c.o 2024-08-20T21:50:58.0046430Z [1182/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2024-08-20T21:50:58.0268700Z [1183/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-20T21:50:58.0304040Z [1184/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4s2-minmax-fp32-neon-mlal.c.o 2024-08-20T21:50:58.0528420Z [1185/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neon-mlal.c.o 2024-08-20T21:50:58.0587790Z [1186/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-20T21:50:58.0791990Z [1187/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.0796810Z [1188/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.0938290Z [1189/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.1035910Z [1190/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.1440190Z [1191/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-20T21:50:58.1677620Z [1192/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-20T21:50:58.1679800Z [1193/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2024-08-20T21:50:58.1867280Z [1194/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neon-mlal-dup.c.o 2024-08-20T21:50:58.1962550Z [1195/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2024-08-20T21:50:58.2155040Z [1196/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-20T21:50:58.2253170Z [1197/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-20T21:50:58.2349680Z [1198/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4s2-minmax-fp32-neon-mlal.c.o 2024-08-20T21:50:58.2556840Z [1199/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neon-mlal-dup.c.o 2024-08-20T21:50:58.2585590Z [1200/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-neon-mlal.c.o 2024-08-20T21:50:58.3061620Z [1201/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.3133120Z [1202/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.3202570Z [1203/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.3308890Z [1204/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.3310480Z [1205/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.3386480Z [1206/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.3539200Z [1207/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.3669210Z [1208/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.3889550Z [1209/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.4096930Z [1210/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.4554900Z [1211/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.4571900Z [1212/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.4674930Z [1213/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.4735130Z [1214/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.4739750Z [1215/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.4743810Z [1216/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.4875480Z [1217/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-dup.c.o 2024-08-20T21:50:58.5399950Z [1218/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2024-08-20T21:50:58.5627600Z [1219/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-20T21:50:58.5869620Z [1220/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2024-08-20T21:50:58.5875830Z [1221/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-20T21:50:58.6068160Z [1222/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-dup.c.o 2024-08-20T21:50:58.6119280Z [1223/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neon-mlal.c.o 2024-08-20T21:50:58.6217780Z [1224/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.6231730Z [1225/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4s2-minmax-fp32-neon-mlal.c.o 2024-08-20T21:50:58.6364550Z [1226/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-20T21:50:58.6649460Z [1227/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.6768680Z [1228/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-20T21:50:58.7076590Z [1229/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.7138220Z [1230/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.7360640Z [1231/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-dup.c.o 2024-08-20T21:50:58.7529530Z [1232/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2024-08-20T21:50:58.7664880Z [1233/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-20T21:50:58.7678300Z [1234/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-dup.c.o 2024-08-20T21:50:58.7770020Z [1235/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-20T21:50:58.7878410Z [1236/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neon-mlal-ld4r.c.o 2024-08-20T21:50:58.7935670Z [1237/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-ld1r.c.o 2024-08-20T21:50:58.8393390Z [1238/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neon-mlal-ld2r.c.o 2024-08-20T21:50:58.8692960Z [1239/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.8741950Z [1240/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4s2-minmax-fp32-neon-mlal.c.o 2024-08-20T21:50:58.8748630Z [1241/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.8917890Z [1242/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.9007820Z [1243/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.9025900Z [1244/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.9248270Z [1245/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-neon-mlal.c.o 2024-08-20T21:50:58.9269190Z [1246/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.9309340Z [1247/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:58.9681470Z [1248/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:58.9901270Z [1249/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:59.0107880Z [1250/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:59.0132520Z [1251/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:59.0143990Z [1252/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:59.0336300Z [1253/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neon-mlal-lane-prfm.c.o 2024-08-20T21:50:59.0340390Z [1254/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:50:59.0545950Z [1255/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-neon.c.o 2024-08-20T21:50:59.0742880Z [1256/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-neon-mull.c.o 2024-08-20T21:50:59.0765340Z [1257/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-neon.c.o 2024-08-20T21:50:59.0781560Z [1258/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-neon.c.o 2024-08-20T21:50:59.1354710Z [1259/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-neon-qdmulh.c.o 2024-08-20T21:50:59.1365440Z [1260/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u24.c.o 2024-08-20T21:50:59.1423000Z [1261/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u8.c.o 2024-08-20T21:50:59.1590350Z [1262/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u16.c.o 2024-08-20T21:50:59.1699120Z [1263/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2024-08-20T21:50:59.1850470Z [1264/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld128-u32.c.o 2024-08-20T21:50:59.2027400Z [1265/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u24.c.o 2024-08-20T21:50:59.2137790Z [1266/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u8.c.o 2024-08-20T21:50:59.2249610Z [1267/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2024-08-20T21:50:59.2354970Z [1268/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2024-08-20T21:50:59.2577250Z [1269/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2024-08-20T21:50:59.2724310Z [1270/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u16.c.o 2024-08-20T21:50:59.2825430Z [1271/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld128-u32.c.o 2024-08-20T21:50:59.2944100Z [1272/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u8.c.o 2024-08-20T21:50:59.2945320Z [1273/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u16.c.o 2024-08-20T21:50:59.3063110Z [1274/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2024-08-20T21:50:59.3375460Z [1275/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-neon-u32.c.o 2024-08-20T21:50:59.3405070Z [1276/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u8.c.o 2024-08-20T21:50:59.3436450Z [1277/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-neon-u16.c.o 2024-08-20T21:50:59.3646600Z [1278/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-neon-u8.c.o 2024-08-20T21:50:59.3688280Z [1279/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u16.c.o 2024-08-20T21:50:59.4045430Z [1280/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2024-08-20T21:50:59.4181750Z [1281/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2024-08-20T21:50:59.4310320Z [1282/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld128-u16.c.o 2024-08-20T21:50:59.4358580Z [1283/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u16.c.o 2024-08-20T21:50:59.4712900Z [1284/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2024-08-20T21:50:59.4845780Z [1285/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2024-08-20T21:50:59.4876880Z [1286/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2024-08-20T21:50:59.4922460Z [1287/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2024-08-20T21:50:59.4969230Z [1288/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neon-ld64-u8.c.o 2024-08-20T21:50:59.4977990Z [1289/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2024-08-20T21:50:59.5183650Z [1290/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2024-08-20T21:50:59.5198930Z [1291/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-neon-x1.c.o 2024-08-20T21:50:59.5363340Z [1292/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2024-08-20T21:50:59.5367180Z [1293/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2024-08-20T21:50:59.6053060Z [1294/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-neon-u8.c.o 2024-08-20T21:50:59.6273080Z [1295/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2024-08-20T21:50:59.6285280Z [1296/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-neon-u32.c.o 2024-08-20T21:50:59.6293840Z [1297/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2024-08-20T21:50:59.6339320Z [1298/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-neon-u16.c.o 2024-08-20T21:50:59.6450560Z [1299/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:59.6514280Z [1300/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:50:59.6517160Z [1301/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:50:59.6666350Z [1302/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:59.7446730Z [1303/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:50:59.7481100Z [1304/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:50:59.7617300Z [1305/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:50:59.7732610Z [1306/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:59.7741450Z [1307/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:59.7749920Z [1308/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:50:59.7957090Z [1309/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:50:59.7980290Z [1310/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:50:59.8170540Z [1311/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:59.8609070Z [1312/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:50:59.8751180Z [1313/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:50:59.8786980Z [1314/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:59.8910970Z [1315/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:50:59.9000020Z [1316/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:50:59.9178950Z [1317/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:59.9270610Z [1318/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:50:59.9494920Z [1319/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:50:59.9741210Z [1320/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:00.0000880Z [1321/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:00.0088920Z [1322/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:51:00.0193650Z [1323/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:00.0296850Z [1324/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:51:00.0310100Z [1325/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:00.0414960Z [1326/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:00.0575260Z [1327/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:51:00.0577950Z [1328/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:00.1281110Z [1329/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:00.1328180Z [1330/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:00.1348350Z [1331/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:51:00.1426230Z [1332/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:51:00.1436050Z [1333/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:00.1607160Z [1334/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:00.1666090Z [1335/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:51:00.1735540Z [1336/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:00.2027740Z [1337/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:00.2143750Z [1338/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:00.2762340Z [1339/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:51:00.2795550Z [1340/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:00.2867140Z [1341/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:00.2883910Z [1342/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:00.2987510Z [1343/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u16.c.o 2024-08-20T21:51:00.3003110Z [1344/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u8.c.o 2024-08-20T21:51:00.3164550Z [1345/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c16.c.o 2024-08-20T21:51:00.3384900Z [1346/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2024-08-20T21:51:00.3414910Z [1347/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u24.c.o 2024-08-20T21:51:00.3643190Z [1348/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-rndnu-neon-mul8.c.o 2024-08-20T21:51:00.3875480Z [1349/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c8.c.o 2024-08-20T21:51:00.4033110Z [1350/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c24.c.o 2024-08-20T21:51:00.4162770Z [1351/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c16.c.o 2024-08-20T21:51:00.4178500Z [1352/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c24.c.o 2024-08-20T21:51:00.4192850Z [1353/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c8.c.o 2024-08-20T21:51:00.4409150Z [1354/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-rndnu-neon-c32.c.o 2024-08-20T21:51:00.4710290Z [1355/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c16.c.o 2024-08-20T21:51:00.4740430Z [1356/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c8.c.o 2024-08-20T21:51:00.4973710Z [1357/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c24.c.o 2024-08-20T21:51:00.4982700Z [1358/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neon-c32.c.o 2024-08-20T21:51:00.5168730Z [1359/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neon-c32.c.o 2024-08-20T21:51:00.5207460Z [1360/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c8.c.o 2024-08-20T21:51:00.5278170Z [1361/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c16.c.o 2024-08-20T21:51:00.5433000Z [1362/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c32.c.o 2024-08-20T21:51:00.5434240Z [1363/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-rndnu-neon-c24.c.o 2024-08-20T21:51:00.5944240Z [1364/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:51:00.6176090Z [1365/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.6226770Z [1366/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.6327780Z [1367/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.6485610Z [1368/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.6510430Z [1369/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:51:00.6529300Z [1370/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.6789510Z [1371/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.6862030Z [1372/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:51:00.7195710Z [1373/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.7484370Z [1374/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:51:00.7643810Z [1375/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.7713220Z [1376/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.7818840Z [1377/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.7823910Z [1378/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:51:00.7840960Z [1379/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.7862990Z [1380/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:51:00.8085670Z [1381/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.8140420Z [1382/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.8550280Z [1383/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.9021900Z [1384/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.9192000Z [1385/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:51:00.9204500Z [1386/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-fp32-neon-mlal-lane.c.o 2024-08-20T21:51:00.9244870Z [1387/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-neon.c.o 2024-08-20T21:51:00.9250940Z [1388/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.9257570Z [1389/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.9350470Z [1390/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.9355840Z [1391/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:00.9364700Z [1392/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2024-08-20T21:51:01.0086270Z [1393/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-neon.c.o 2024-08-20T21:51:01.0269400Z [1394/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-neon.c.o 2024-08-20T21:51:01.0537520Z [1395/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u8.c.o 2024-08-20T21:51:01.0710090Z [1396/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2024-08-20T21:51:01.0789330Z [1397/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld128-u16.c.o 2024-08-20T21:51:01.0794680Z [1398/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-neon-x2.c.o 2024-08-20T21:51:01.0803210Z [1399/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u8.c.o 2024-08-20T21:51:01.0807050Z [1400/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2024-08-20T21:51:01.0866070Z [1401/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2024-08-20T21:51:01.0869550Z [1402/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2024-08-20T21:51:01.1133480Z [1403/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld128-u16.c.o 2024-08-20T21:51:01.1731740Z [1404/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u8.c.o 2024-08-20T21:51:01.1863840Z [1405/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u16.c.o 2024-08-20T21:51:01.1920590Z [1406/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2024-08-20T21:51:01.2058590Z [1407/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-neon-u16.c.o 2024-08-20T21:51:01.2107460Z [1408/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u16.c.o 2024-08-20T21:51:01.2111350Z [1409/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-neon-u8.c.o 2024-08-20T21:51:01.2173580Z [1410/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u8.c.o 2024-08-20T21:51:01.2175000Z [1411/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-neon-u32.c.o 2024-08-20T21:51:01.2353660Z [1412/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u8.c.o 2024-08-20T21:51:01.2720790Z [1413/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2024-08-20T21:51:01.2905550Z [1414/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld64-u16.c.o 2024-08-20T21:51:01.3167040Z [1415/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u8.c.o 2024-08-20T21:51:01.3276580Z [1416/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neon-ld128-u16.c.o 2024-08-20T21:51:01.3357480Z [1417/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld128-u16.c.o 2024-08-20T21:51:01.3390970Z [1418/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2024-08-20T21:51:01.3411690Z [1419/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld128-u16.c.o 2024-08-20T21:51:01.3543230Z [1420/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u8.c.o 2024-08-20T21:51:01.3603130Z [1421/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u16.c.o 2024-08-20T21:51:01.3710560Z [1422/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neon-ld64-u8.c.o 2024-08-20T21:51:01.4124340Z [1423/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld128-u16.c.o 2024-08-20T21:51:01.4194890Z [1424/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2024-08-20T21:51:01.4370560Z [1425/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2024-08-20T21:51:01.4624080Z [1426/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2024-08-20T21:51:01.4625430Z [1427/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x8.c.o 2024-08-20T21:51:01.4775300Z [1428/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2024-08-20T21:51:01.4784260Z [1429/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-4p3x-minmax-neon-c16.c.o 2024-08-20T21:51:01.4858250Z [1430/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2024-08-20T21:51:01.4960090Z [1431/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x16.c.o 2024-08-20T21:51:01.5210190Z [1432/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x24.c.o 2024-08-20T21:51:01.5272010Z [1433/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-2p2x-minmax-neon-c16.c.o 2024-08-20T21:51:01.5528420Z [1434/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u8.c.o 2024-08-20T21:51:01.5833760Z [1435/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u24.c.o 2024-08-20T21:51:01.5988290Z [1436/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u8.c.o 2024-08-20T21:51:01.6084090Z [1437/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u32.c.o 2024-08-20T21:51:01.6086510Z [1438/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u24.c.o 2024-08-20T21:51:01.6133010Z [1439/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-neon-u16.c.o 2024-08-20T21:51:01.6137270Z [1440/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-neon-x32.c.o 2024-08-20T21:51:01.6142390Z [1441/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u16.c.o 2024-08-20T21:51:01.6320090Z [1442/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift12-neon-u32.c.o 2024-08-20T21:51:01.6384360Z [1443/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u8.c.o 2024-08-20T21:51:01.6548850Z [1444/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u16.c.o 2024-08-20T21:51:01.7080600Z [1445/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u24.c.o 2024-08-20T21:51:01.7241940Z [1446/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-shift15-neon-u32.c.o 2024-08-20T21:51:01.7336600Z [1447/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2024-08-20T21:51:01.7399870Z [1448/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2024-08-20T21:51:01.7470620Z [1449/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2024-08-20T21:51:01.7480210Z [1450/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2024-08-20T21:51:01.7691690Z [1451/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2024-08-20T21:51:01.7722310Z [1452/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-dec-zip-neon.c.o 2024-08-20T21:51:01.7823010Z [1453/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-mov-zip-neon.c.o 2024-08-20T21:51:01.7824580Z [1454/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-multi-switch-zip-neon.c.o 2024-08-20T21:51:01.8397770Z [1455/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-dec-zip-neon.c.o 2024-08-20T21:51:01.8464700Z [1456/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-mov-zip-neon.c.o 2024-08-20T21:51:01.8503520Z [1457/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-multi-zip-neon.c.o 2024-08-20T21:51:01.8511200Z [1458/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-8x8-reuse-switch-zip-neon.c.o 2024-08-20T21:51:01.8619270Z [1459/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2024-08-20T21:51:01.8871030Z [1460/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-zip-neon.c.o 2024-08-20T21:51:01.9036380Z [1461/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-neon.c.o 2024-08-20T21:51:01.9045340Z [1462/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-neon.c.o 2024-08-20T21:51:01.9046510Z [1463/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-zip-neon.c.o 2024-08-20T21:51:01.9344430Z [1464/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-neon.c.o 2024-08-20T21:51:01.9536450Z [1465/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-neon.c.o 2024-08-20T21:51:01.9701400Z [1466/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u4.c.o 2024-08-20T21:51:01.9905410Z [1467/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-08-20T21:51:02.0005440Z [1468/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-08-20T21:51:02.0025170Z [1469/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8.c.o 2024-08-20T21:51:02.0047540Z [1470/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u12-prfm.c.o 2024-08-20T21:51:02.0314050Z [1471/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u12.c.o 2024-08-20T21:51:02.0474960Z [1472/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u16-prfm.c.o 2024-08-20T21:51:02.0636360Z [1473/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-08-20T21:51:02.0826330Z [1474/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-08-20T21:51:02.0870700Z [1475/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u4.c.o 2024-08-20T21:51:02.1067490Z [1476/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8.c.o 2024-08-20T21:51:02.1145900Z [1477/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u12-prfm.c.o 2024-08-20T21:51:02.1251510Z [1478/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u16-prfm.c.o 2024-08-20T21:51:02.1256060Z [1479/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u16.c.o 2024-08-20T21:51:02.1262360Z [1480/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u12.c.o 2024-08-20T21:51:02.1551850Z [1481/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u16.c.o 2024-08-20T21:51:02.1777000Z [1482/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-mov-zip-neon.c.o 2024-08-20T21:51:02.1878910Z [1483/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-dec-zip-neon.c.o 2024-08-20T21:51:02.2066670Z [1484/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-switch-zip-neon.c.o 2024-08-20T21:51:02.2077750Z [1485/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-multi-multi-zip-neon.c.o 2024-08-20T21:51:02.2480940Z [1486/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-dec-zip-neon.c.o 2024-08-20T21:51:02.2552740Z [1487/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-mov-zip-neon.c.o 2024-08-20T21:51:02.2663100Z [1488/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-switch-zip-neon.c.o 2024-08-20T21:51:02.2752980Z [1489/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-zip-neon.c.o 2024-08-20T21:51:02.2818240Z [1490/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-dec-zip-neon.c.o 2024-08-20T21:51:02.3058950Z [1491/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-reuse-multi-zip-neon.c.o 2024-08-20T21:51:02.3115960Z [1492/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2024-08-20T21:51:02.3219910Z [1493/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-zip-neon.c.o 2024-08-20T21:51:02.3285550Z [1494/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-zip-neon.c.o 2024-08-20T21:51:02.3338890Z [1495/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-zip-neon.c.o 2024-08-20T21:51:02.3677110Z [1496/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-zip-neon.c.o 2024-08-20T21:51:02.3727300Z [1497/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2024-08-20T21:51:02.3876600Z [1498/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2.c.o 2024-08-20T21:51:02.3890460Z [1499/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2024-08-20T21:51:02.4012380Z [1500/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-08-20T21:51:02.4340520Z [1501/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-08-20T21:51:02.4437860Z [1502/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u8.c.o 2024-08-20T21:51:02.4510890Z [1503/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-08-20T21:51:02.4527060Z [1504/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4.c.o 2024-08-20T21:51:02.4888530Z [1505/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4.c.o 2024-08-20T21:51:02.5059710Z [1506/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-08-20T21:51:02.5089000Z [1507/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u4.c.o 2024-08-20T21:51:02.5202910Z [1508/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u8.c.o 2024-08-20T21:51:02.5267620Z [1509/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-08-20T21:51:02.5302650Z [1510/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-08-20T21:51:02.5503230Z [1511/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x12-gemm-goi-neon-ld4lane-u8.c.o 2024-08-20T21:51:02.5763510Z [1512/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u4.c.o 2024-08-20T21:51:02.5870520Z [1513/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2024-08-20T21:51:02.5988130Z [1514/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u4-prfm.c.o 2024-08-20T21:51:02.6066360Z [1515/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-neon-ld4lane-u8.c.o 2024-08-20T21:51:02.6491680Z [1516/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4.c.o 2024-08-20T21:51:02.6505280Z [1517/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4-prfm.c.o 2024-08-20T21:51:02.6520120Z [1518/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u4.c.o 2024-08-20T21:51:02.6572050Z [1519/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8-prfm.c.o 2024-08-20T21:51:02.6740320Z [1520/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-4x-neon-st4-u8.c.o 2024-08-20T21:51:02.6743400Z [1521/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u4-prfm.c.o 2024-08-20T21:51:02.7133000Z [1522/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-mov-zip-neon.c.o 2024-08-20T21:51:02.7160260Z [1523/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8-prfm.c.o 2024-08-20T21:51:02.7279540Z [1524/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-dec-zip-neon.c.o 2024-08-20T21:51:02.7417300Z [1525/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/gen/x32-packx-8x-neon-st4-u8.c.o 2024-08-20T21:51:02.7772450Z [1526/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-mov-zip-neon.c.o 2024-08-20T21:51:02.7779600Z [1527/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-multi-zip-neon.c.o 2024-08-20T21:51:02.7789340Z [1528/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-dec-zip-neon.c.o 2024-08-20T21:51:02.7798500Z [1529/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-multi-zip-neon.c.o 2024-08-20T21:51:02.7834960Z [1530/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-multi-switch-zip-neon.c.o 2024-08-20T21:51:02.8008310Z [1531/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-reuse-switch-zip-neon.c.o 2024-08-20T21:51:02.8593280Z [1532/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-zip-neon.c.o 2024-08-20T21:51:02.8612530Z [1533/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-zip-neon.c.o 2024-08-20T21:51:02.8627480Z [1534/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-zip-neon.c.o 2024-08-20T21:51:02.8946200Z [1535/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-zip-neon.c.o 2024-08-20T21:51:02.9039210Z [1536/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-dec-zip-neon.c.o 2024-08-20T21:51:02.9045960Z [1537/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-zip-neon.c.o 2024-08-20T21:51:02.9051420Z [1538/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-zip-neon.c.o 2024-08-20T21:51:02.9110830Z [1539/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2024-08-20T21:51:02.9222460Z [1540/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-neon.c.o 2024-08-20T21:51:02.9390240Z [1541/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-neon.c.o 2024-08-20T21:51:02.9892860Z [1542/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-neon.c.o 2024-08-20T21:51:02.9997500Z [1543/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-neon.c.o 2024-08-20T21:51:03.0128140Z [1544/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2024-08-20T21:51:03.0145750Z [1545/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-neon.c.o 2024-08-20T21:51:03.0280420Z [1546/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-zip-neon.c.o 2024-08-20T21:51:03.0282720Z [1547/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-zip-neon.c.o 2024-08-20T21:51:03.0314950Z [1548/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-zip-neon.c.o 2024-08-20T21:51:03.0504650Z [1549/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-zip-neon.c.o 2024-08-20T21:51:03.0511190Z [1550/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2024-08-20T21:51:03.0544290Z [1551/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-zip-neon.c.o 2024-08-20T21:51:03.1323230Z [1552/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u8.c.o 2024-08-20T21:51:03.1336510Z [1553/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-zip-neon.c.o 2024-08-20T21:51:03.1353950Z [1554/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2024-08-20T21:51:03.1499470Z [1555/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u4.c.o 2024-08-20T21:51:03.1509700Z [1556/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-neon-u64.c.o 2024-08-20T21:51:03.1642670Z [1557/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u8.c.o 2024-08-20T21:51:03.1665530Z [1558/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2024-08-20T21:51:03.1771050Z [1559/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u16-acc2.c.o 2024-08-20T21:51:03.1948470Z [1560/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c8.c.o 2024-08-20T21:51:03.1962470Z [1561/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u24-acc3.c.o 2024-08-20T21:51:03.2541850Z [1562/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u8.c.o 2024-08-20T21:51:03.2577010Z [1563/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u32-acc4.c.o 2024-08-20T21:51:03.2587540Z [1564/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2024-08-20T21:51:03.2606290Z [1565/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16-u32-acc2.c.o 2024-08-20T21:51:03.2620370Z [1566/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-neonfp16.c.o 2024-08-20T21:51:03.2862060Z [1567/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-neonfp16.c.o 2024-08-20T21:51:03.2979790Z [1568/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-shland.c.o 2024-08-20T21:51:03.3260590Z [1569/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-1x4c8-minmax-neonfma-zip.c.o 2024-08-20T21:51:03.3383420Z [1570/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-shland.c.o 2024-08-20T21:51:03.3423500Z [1571/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-2x4c8-minmax-neonfma-zip.c.o 2024-08-20T21:51:03.4117920Z [1572/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-zip.c.o 2024-08-20T21:51:03.4146620Z [1573/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-shland.c.o 2024-08-20T21:51:03.4149730Z [1574/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-3x4c8-minmax-neonfma-zip.c.o 2024-08-20T21:51:03.4296050Z [1575/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-shland.c.o 2024-08-20T21:51:03.4385350Z [1576/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.4485220Z [1577/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-5x4c8-minmax-neonfma-shland.c.o 2024-08-20T21:51:03.4699440Z [1578/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/bf16-gemm/gen/bf16-gemm-4x4c8-minmax-neonfma-zip.c.o 2024-08-20T21:51:03.4833810Z [1579/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.4884110Z [1580/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neonfma.c.o 2024-08-20T21:51:03.5032200Z [1581/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2024-08-20T21:51:03.5467990Z [1582/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma.c.o 2024-08-20T21:51:03.5500150Z [1583/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.5675970Z [1584/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neonfma.c.o 2024-08-20T21:51:03.5721100Z [1585/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.5760720Z [1586/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.5861870Z [1587/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2024-08-20T21:51:03.6013900Z [1588/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.6245940Z [1589/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neonfma.c.o 2024-08-20T21:51:03.6358120Z [1590/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.6645310Z [1591/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neonfma.c.o 2024-08-20T21:51:03.7082780Z [1592/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma.c.o 2024-08-20T21:51:03.7102060Z [1593/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.7139770Z [1594/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.7248040Z [1595/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.7269520Z [1596/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma.c.o 2024-08-20T21:51:03.7330910Z [1597/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.7446140Z [1598/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neonfma.c.o 2024-08-20T21:51:03.7462020Z [1599/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neonfma.c.o 2024-08-20T21:51:03.7478060Z [1600/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.8073750Z [1601/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neonfma.c.o 2024-08-20T21:51:03.8469600Z [1602/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.8474930Z [1603/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2024-08-20T21:51:03.8574460Z [1604/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.8605160Z [1605/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neonfma.c.o 2024-08-20T21:51:03.8759170Z [1606/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.8770600Z [1607/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.8972550Z [1608/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.9214370Z [1609/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neonfma.c.o 2024-08-20T21:51:03.9230580Z [1610/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neonfma.c.o 2024-08-20T21:51:03.9626750Z [1611/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma.c.o 2024-08-20T21:51:03.9645020Z [1612/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma.c.o 2024-08-20T21:51:03.9824210Z [1613/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neonfma-acc2.c.o 2024-08-20T21:51:03.9842400Z [1614/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:03.9896770Z [1615/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.0097740Z [1616/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld128.c.o 2024-08-20T21:51:04.0174320Z [1617/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.0284150Z [1618/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.0804560Z [1619/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld128.c.o 2024-08-20T21:51:04.0958460Z [1620/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2024-08-20T21:51:04.1054090Z [1621/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.1160040Z [1622/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.1182230Z [1623/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.1295700Z [1624/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.1328790Z [1625/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.1333060Z [1626/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.1559160Z [1627/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.2015220Z [1628/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neonfma-dup-ld128.c.o 2024-08-20T21:51:04.2178990Z [1629/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.2267920Z [1630/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.2381450Z [1631/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neonfma-dup-ld128.c.o 2024-08-20T21:51:04.2448480Z [1632/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.2468650Z [1633/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p4.c.o 2024-08-20T21:51:04.2590610Z [1634/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c4.c.o 2024-08-20T21:51:04.2603310Z [1635/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2024-08-20T21:51:04.2745010Z [1636/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p16.c.o 2024-08-20T21:51:04.3354340Z [1637/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.3472980Z [1638/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.3623840Z [1639/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.3659820Z [1640/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.3724810Z [1641/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld128.c.o 2024-08-20T21:51:04.3783540Z [1642/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neonfma-dup-ld128.c.o 2024-08-20T21:51:04.3809320Z [1643/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2024-08-20T21:51:04.4054740Z [1644/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.4273720Z [1645/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.4275070Z [1646/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.4551340Z [1647/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.4969680Z [1648/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.4981610Z [1649/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.5106290Z [1650/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.5210380Z [1651/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.5220370Z [1652/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.5287620Z [1653/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u4.c.o 2024-08-20T21:51:04.5412430Z [1654/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.5416430Z [1655/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neonfma-dup-ld64.c.o 2024-08-20T21:51:04.5765680Z [1656/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u8-acc2.c.o 2024-08-20T21:51:04.6030790Z [1657/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-neonfma.c.o 2024-08-20T21:51:04.6096580Z [1658/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u8.c.o 2024-08-20T21:51:04.6212560Z [1659/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u12-acc2.c.o 2024-08-20T21:51:04.6360820Z [1660/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u12-acc3.c.o 2024-08-20T21:51:04.6385230Z [1661/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u12.c.o 2024-08-20T21:51:04.6531740Z [1662/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16.c.o 2024-08-20T21:51:04.6637360Z [1663/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc4.c.o 2024-08-20T21:51:04.6663580Z [1664/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u20-acc2.c.o 2024-08-20T21:51:04.6866300Z [1665/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2024-08-20T21:51:04.7291300Z [1666/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u20-acc5.c.o 2024-08-20T21:51:04.7344460Z [1667/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u20.c.o 2024-08-20T21:51:04.7357380Z [1668/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u4.c.o 2024-08-20T21:51:04.7527730Z [1669/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u8-acc2.c.o 2024-08-20T21:51:04.7547580Z [1670/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u8.c.o 2024-08-20T21:51:04.7648380Z [1671/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u12-acc3.c.o 2024-08-20T21:51:04.7841350Z [1672/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u12-acc2.c.o 2024-08-20T21:51:04.7887720Z [1673/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u12.c.o 2024-08-20T21:51:04.7898230Z [1674/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc2.c.o 2024-08-20T21:51:04.8511650Z [1675/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u20-acc2.c.o 2024-08-20T21:51:04.8528880Z [1676/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u20-acc5.c.o 2024-08-20T21:51:04.8681780Z [1677/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u20.c.o 2024-08-20T21:51:04.8731120Z [1678/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16.c.o 2024-08-20T21:51:04.8808320Z [1679/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-pipelined.c.o 2024-08-20T21:51:04.8928370Z [1680/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma-x2.c.o 2024-08-20T21:51:04.8935290Z [1681/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-x2.c.o 2024-08-20T21:51:04.9088230Z [1682/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neonfma.c.o 2024-08-20T21:51:04.9089570Z [1683/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma-pipelined.c.o 2024-08-20T21:51:04.9155880Z [1684/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-p5-u16-acc4.c.o 2024-08-20T21:51:04.9844460Z [1685/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neonfma.c.o 2024-08-20T21:51:04.9954890Z [1686/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-pipelined.c.o 2024-08-20T21:51:04.9958690Z [1687/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neonfma.c.o 2024-08-20T21:51:04.9962460Z [1688/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma-x2.c.o 2024-08-20T21:51:05.0102350Z [1689/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-x2.c.o 2024-08-20T21:51:05.0106650Z [1690/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neonfma.c.o 2024-08-20T21:51:05.0560990Z [1691/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma.c.o 2024-08-20T21:51:05.0663160Z [1692/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2024-08-20T21:51:05.0803850Z [1693/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u8.c.o 2024-08-20T21:51:05.0806910Z [1694/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u4.c.o 2024-08-20T21:51:05.1017720Z [1695/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u12.c.o 2024-08-20T21:51:05.1146760Z [1696/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u20.c.o 2024-08-20T21:51:05.1193690Z [1697/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u4.c.o 2024-08-20T21:51:05.1227700Z [1698/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neonfma-2x.c.o 2024-08-20T21:51:05.1332750Z [1699/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:05.1447210Z [1700/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u24.c.o 2024-08-20T21:51:05.1920020Z [1701/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u12.c.o 2024-08-20T21:51:05.1926670Z [1702/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2024-08-20T21:51:05.1940640Z [1703/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u16.c.o 2024-08-20T21:51:05.2192660Z [1704/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u24.c.o 2024-08-20T21:51:05.2384980Z [1705/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2024-08-20T21:51:05.2387240Z [1706/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u20.c.o 2024-08-20T21:51:05.2538060Z [1707/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u8.c.o 2024-08-20T21:51:05.2542900Z [1708/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u4.c.o 2024-08-20T21:51:05.2610250Z [1709/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u12.c.o 2024-08-20T21:51:05.2849460Z [1710/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u16.c.o 2024-08-20T21:51:05.3376820Z [1711/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u20.c.o 2024-08-20T21:51:05.3383960Z [1712/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr1recps1fma-u24.c.o 2024-08-20T21:51:05.3392580Z [1713/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u8.c.o 2024-08-20T21:51:05.3407960Z [1714/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u4.c.o 2024-08-20T21:51:05.3670450Z [1715/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u12.c.o 2024-08-20T21:51:05.3787810Z [1716/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u20.c.o 2024-08-20T21:51:05.3789250Z [1717/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u16.c.o 2024-08-20T21:51:05.3989760Z [1718/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u4.c.o 2024-08-20T21:51:05.4007810Z [1719/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2fma-u24.c.o 2024-08-20T21:51:05.4110690Z [1720/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u8.c.o 2024-08-20T21:51:05.4716140Z [1721/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2024-08-20T21:51:05.4771900Z [1722/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u20.c.o 2024-08-20T21:51:05.4776720Z [1723/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u12.c.o 2024-08-20T21:51:05.4987340Z [1724/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u8.c.o 2024-08-20T21:51:05.5017760Z [1725/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u4.c.o 2024-08-20T21:51:05.5034440Z [1726/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u24.c.o 2024-08-20T21:51:05.5114530Z [1727/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u12.c.o 2024-08-20T21:51:05.5579960Z [1728/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u16.c.o 2024-08-20T21:51:05.5685330Z [1729/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u24.c.o 2024-08-20T21:51:05.5808250Z [1730/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma-u20.c.o 2024-08-20T21:51:05.5948910Z [1731/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u8.c.o 2024-08-20T21:51:05.6121420Z [1732/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u20.c.o 2024-08-20T21:51:05.6212100Z [1733/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u12.c.o 2024-08-20T21:51:05.6393120Z [1734/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u4.c.o 2024-08-20T21:51:05.6417860Z [1735/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u24.c.o 2024-08-20T21:51:05.6458730Z [1736/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u4.c.o 2024-08-20T21:51:05.6562830Z [1737/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2fma-u16.c.o 2024-08-20T21:51:05.6804880Z [1738/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u12.c.o 2024-08-20T21:51:05.7009930Z [1739/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u20.c.o 2024-08-20T21:51:05.7062840Z [1740/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u8.c.o 2024-08-20T21:51:05.7281950Z [1741/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u16.c.o 2024-08-20T21:51:05.7517240Z [1742/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u4.c.o 2024-08-20T21:51:05.7633730Z [1743/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u8.c.o 2024-08-20T21:51:05.7753360Z [1744/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u16.c.o 2024-08-20T21:51:05.7769810Z [1745/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u20.c.o 2024-08-20T21:51:05.8070380Z [1746/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u24.c.o 2024-08-20T21:51:05.8158710Z [1747/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut2048-p1-nr2recps-u24.c.o 2024-08-20T21:51:05.8212670Z [1748/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr1recps1fma-u12.c.o 2024-08-20T21:51:05.8383550Z [1749/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u8.c.o 2024-08-20T21:51:05.8417960Z [1750/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u12.c.o 2024-08-20T21:51:05.8619040Z [1751/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u16.c.o 2024-08-20T21:51:05.8962460Z [1752/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u4.c.o 2024-08-20T21:51:05.9004460Z [1753/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u20.c.o 2024-08-20T21:51:05.9052850Z [1754/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u24.c.o 2024-08-20T21:51:05.9247710Z [1755/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2fma-u4.c.o 2024-08-20T21:51:05.9313630Z [1756/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u8.c.o 2024-08-20T21:51:05.9437700Z [1757/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u16.c.o 2024-08-20T21:51:05.9672020Z [1758/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr1rsqrts1fma1adj-u4.c.o 2024-08-20T21:51:05.9776560Z [1759/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u24.c.o 2024-08-20T21:51:05.9779910Z [1760/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u20.c.o 2024-08-20T21:51:06.0308530Z [1761/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr2fma1adj-u8.c.o 2024-08-20T21:51:06.0329810Z [1762/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr2fma1adj-u4.c.o 2024-08-20T21:51:06.0372070Z [1763/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr2fma1adj-u16.c.o 2024-08-20T21:51:06.0550380Z [1764/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr1rsqrts1fma1adj-u8.c.o 2024-08-20T21:51:06.0552650Z [1765/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-neonfma-nr1rsqrts1fma1adj-u16.c.o 2024-08-20T21:51:06.0608880Z [1766/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u4.c.o 2024-08-20T21:51:06.0741570Z [1767/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-p5-nr2recps-u12.c.o 2024-08-20T21:51:06.1255710Z [1768/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u12.c.o 2024-08-20T21:51:06.1320940Z [1769/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u8.c.o 2024-08-20T21:51:06.1335850Z [1770/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr1recps1fma-u16.c.o 2024-08-20T21:51:06.1645360Z [1771/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u8.c.o 2024-08-20T21:51:06.1783940Z [1772/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u12.c.o 2024-08-20T21:51:06.1878360Z [1773/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u12.c.o 2024-08-20T21:51:06.1950860Z [1774/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u4.c.o 2024-08-20T21:51:06.1972420Z [1775/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u4.c.o 2024-08-20T21:51:06.2074670Z [1776/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u8.c.o 2024-08-20T21:51:06.2260480Z [1777/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-lut8-p4h3ts-nr2fma-u16.c.o 2024-08-20T21:51:06.2658590Z [1778/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u8.c.o 2024-08-20T21:51:06.2889600Z [1779/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma-u16.c.o 2024-08-20T21:51:06.2958930Z [1780/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u4.c.o 2024-08-20T21:51:06.3056460Z [1781/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u12.c.o 2024-08-20T21:51:06.3109690Z [1782/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma-u16.c.o 2024-08-20T21:51:06.3226780Z [1783/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u12.c.o 2024-08-20T21:51:06.3308770Z [1784/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u16.c.o 2024-08-20T21:51:06.3362020Z [1785/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-neonfma-rr2-lut64-p2.c.o 2024-08-20T21:51:06.3524770Z [1786/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u8.c.o 2024-08-20T21:51:06.3729500Z [1787/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps-u4.c.o 2024-08-20T21:51:06.3965780Z [1788/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-neonfma-rr2-p5.c.o 2024-08-20T21:51:06.4108630Z [1789/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-neonfma-rr1-lut16-p3.c.o 2024-08-20T21:51:06.4158310Z [1790/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut64-p2-nr1recps1fma.c.o 2024-08-20T21:51:06.4283430Z [1791/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-neonfma-rr1-p6.c.o 2024-08-20T21:51:06.4293650Z [1792/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-neonfma-rr2-lut2048-p1.c.o 2024-08-20T21:51:06.4374270Z [1793/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-neonfma-rr2-lut64-p2.c.o 2024-08-20T21:51:06.4541480Z [1794/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-neonfma-rr2-p5.c.o 2024-08-20T21:51:06.4558960Z [1795/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut64-p2-nr2fma.c.o 2024-08-20T21:51:06.4819380Z [1796/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut2048-p1-nr1recps1fma.c.o 2024-08-20T21:51:06.4910520Z [1797/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut64-p2-nr2recps.c.o 2024-08-20T21:51:06.5114070Z [1798/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut2048-p1-nr2fma.c.o 2024-08-20T21:51:06.5397040Z [1799/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-lut2048-p1-nr2recps.c.o 2024-08-20T21:51:06.5662060Z [1800/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-p5-nr2recps.c.o 2024-08-20T21:51:06.5697440Z [1801/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut64-p2-nr1recps1fma.c.o 2024-08-20T21:51:06.5828850Z [1802/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-p5-nr1recps1fma.c.o 2024-08-20T21:51:06.5850550Z [1803/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr1-p5-nr2fma.c.o 2024-08-20T21:51:06.5851800Z [1804/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut64-p2-nr2recps.c.o 2024-08-20T21:51:06.5913530Z [1805/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut64-p2-nr2fma.c.o 2024-08-20T21:51:06.6017260Z [1806/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut2048-p1-nr1recps1fma.c.o 2024-08-20T21:51:06.6019020Z [1807/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut2048-p1-nr2fma.c.o 2024-08-20T21:51:06.6094030Z [1808/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-lut2048-p1-nr2recps.c.o 2024-08-20T21:51:06.6578290Z [1809/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-p5-nr1recps1fma.c.o 2024-08-20T21:51:06.6927370Z [1810/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr1rsqrts1fma1adj.c.o 2024-08-20T21:51:06.6938170Z [1811/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-p5-nr2fma.c.o 2024-08-20T21:51:06.7075700Z [1812/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr2fma.c.o 2024-08-20T21:51:06.7169710Z [1813/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr2fma1adj.c.o 2024-08-20T21:51:06.7186070Z [1814/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neonfma-rr2-p5-nr2recps.c.o 2024-08-20T21:51:06.7250400Z [1815/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr1fma.c.o 2024-08-20T21:51:06.7407650Z [1816/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neonfma-nr3fma.c.o 2024-08-20T21:51:06.7413220Z [1817/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h2ts-nr1recps1fma.c.o 2024-08-20T21:51:06.7414720Z [1818/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h2ts-nr2fma.c.o 2024-08-20T21:51:06.8056070Z [1819/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr1recps1fma.c.o 2024-08-20T21:51:06.8117470Z [1820/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr1recps1fmaadj.c.o 2024-08-20T21:51:06.8325100Z [1821/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr2fma.c.o 2024-08-20T21:51:06.8351470Z [1822/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr2fmaadj.c.o 2024-08-20T21:51:06.8483320Z [1823/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr2recps.c.o 2024-08-20T21:51:06.8575040Z [1824/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fma.c.o 2024-08-20T21:51:06.8676230Z [1825/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr1recps1fmaadj.c.o 2024-08-20T21:51:06.8677520Z [1826/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr2fma.c.o 2024-08-20T21:51:06.8712540Z [1827/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h3ps-nr2recpsadj.c.o 2024-08-20T21:51:06.8759990Z [1828/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-lut8-p4h2ts-nr2recps.c.o 2024-08-20T21:51:06.9335810Z [1829/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr2fmaadj.c.o 2024-08-20T21:51:06.9376810Z [1830/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr2recps.c.o 2024-08-20T21:51:06.9597380Z [1831/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u8.c.o 2024-08-20T21:51:06.9606210Z [1832/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neonfma-expm1minus-rr1-p6h5ts-nr2recpsadj.c.o 2024-08-20T21:51:06.9809250Z [1833/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u16.c.o 2024-08-20T21:51:06.9824990Z [1834/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2024-08-20T21:51:06.9965690Z [1835/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2024-08-20T21:51:07.0010220Z [1836/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u8.c.o 2024-08-20T21:51:07.0064470Z [1837/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u16.c.o 2024-08-20T21:51:07.0207120Z [1838/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u24.c.o 2024-08-20T21:51:07.0733030Z [1839/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u24.c.o 2024-08-20T21:51:07.0736100Z [1840/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2024-08-20T21:51:07.0946940Z [1841/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u4.c.o 2024-08-20T21:51:07.0978550Z [1842/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u4.c.o 2024-08-20T21:51:07.1193510Z [1843/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u4.c.o 2024-08-20T21:51:07.1315570Z [1844/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neonv8-u8.c.o 2024-08-20T21:51:07.1427840Z [1845/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neonv8-u8.c.o 2024-08-20T21:51:07.1435670Z [1846/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u4.c.o 2024-08-20T21:51:07.1482210Z [1847/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-qs8-cvt-neonv8.c.o 2024-08-20T21:51:07.1846250Z [1848/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-neonv8.c.o 2024-08-20T21:51:07.1866350Z [1849/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neonv8-u8.c.o 2024-08-20T21:51:07.2014700Z [1850/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-qu8-cvt-neonv8.c.o 2024-08-20T21:51:07.2038300Z [1851/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-neonv8.c.o 2024-08-20T21:51:07.2281160Z [1852/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-neonv8.c.o 2024-08-20T21:51:07.2484930Z [1853/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-neonv8.c.o 2024-08-20T21:51:07.2631930Z [1854/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.2781250Z [1855/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.2824480Z [1856/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.2958780Z [1857/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.3192680Z [1858/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.3370380Z [1859/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.3390410Z [1860/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.3464220Z [1861/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.3656280Z [1862/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.4049050Z [1863/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.4141660Z [1864/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.4240980Z [1865/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.4379670Z [1866/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.4383250Z [1867/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.4387710Z [1868/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c16.c.o 2024-08-20T21:51:07.4739520Z [1869/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c32.c.o 2024-08-20T21:51:07.4755850Z [1870/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-neonv8-c24.c.o 2024-08-20T21:51:07.4768590Z [1871/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c8.c.o 2024-08-20T21:51:07.4872180Z [1872/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c16.c.o 2024-08-20T21:51:07.5536410Z [1873/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c24.c.o 2024-08-20T21:51:07.5566100Z [1874/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-20T21:51:07.5570600Z [1875/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-neonv8-c32.c.o 2024-08-20T21:51:07.5572780Z [1876/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2024-08-20T21:51:07.5659580Z [1877/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-20T21:51:07.6038270Z [1878/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-20T21:51:07.6075140Z [1879/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-20T21:51:07.6303220Z [1880/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c.o 2024-08-20T21:51:07.6304720Z [1881/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-20T21:51:07.6307310Z [1882/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.6939070Z [1883/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-20T21:51:07.7112400Z [1884/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c.o 2024-08-20T21:51:07.7135990Z [1885/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.7237700Z [1886/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-20T21:51:07.7298020Z [1887/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-20T21:51:07.7538960Z [1888/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c.o 2024-08-20T21:51:07.7583940Z [1889/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.7748390Z [1890/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-20T21:51:07.7868400Z [1891/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.8051300Z [1892/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-20T21:51:07.8284360Z [1893/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c.o 2024-08-20T21:51:07.8345630Z [1894/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.8535450Z [1895/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-20T21:51:07.8566040Z [1896/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.8571090Z [1897/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-20T21:51:07.9073830Z [1898/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-20T21:51:07.9078530Z [1899/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:07.9115780Z [1900/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mla8-ld128.c.o 2024-08-20T21:51:07.9291300Z [1901/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-20T21:51:07.9409290Z [1902/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul8-ld128.c.o 2024-08-20T21:51:07.9882380Z [1903/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-20T21:51:08.0076110Z [1904/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:08.0087330Z [1905/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:08.0176170Z [1906/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:08.0341160Z [1907/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-20T21:51:08.0352770Z [1908/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2024-08-20T21:51:08.0424080Z [1909/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-20T21:51:08.0524910Z [1910/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul8-ld128.c.o 2024-08-20T21:51:08.0649540Z [1911/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-20T21:51:08.0677040Z [1912/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:08.1248790Z [1913/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:08.1508560Z [1914/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-20T21:51:08.1637570Z [1915/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-20T21:51:08.1651480Z [1916/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:08.1804230Z [1917/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2024-08-20T21:51:08.1807710Z [1918/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2024-08-20T21:51:08.1851760Z [1919/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul8-ld128.c.o 2024-08-20T21:51:08.1996410Z [1920/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul8-ld64.c.o 2024-08-20T21:51:08.2318630Z [1921/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:08.2482430Z [1922/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:08.2765410Z [1923/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:08.2965330Z [1924/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:08.3063890Z [1925/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-20T21:51:08.3076120Z [1926/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-20T21:51:08.3182130Z [1927/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-20T21:51:08.3293910Z [1928/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-20T21:51:08.3295430Z [1929/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-08-20T21:51:08.3520060Z [1930/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2024-08-20T21:51:08.3952380Z [1931/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-20T21:51:08.4150630Z [1932/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-20T21:51:08.4154350Z [1933/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4s2-minmax-fp32-neonv8-mlal.c.o 2024-08-20T21:51:08.4322870Z [1934/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-neonv8-mlal.c.o 2024-08-20T21:51:08.4530170Z [1935/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:08.4651720Z [1936/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:08.4738320Z [1937/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-20T21:51:08.4848310Z [1938/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:08.4951840Z [1939/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-20T21:51:08.5074550Z [1940/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:08.5469640Z [1941/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-08-20T21:51:08.5575390Z [1942/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2024-08-20T21:51:08.5680830Z [1943/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-20T21:51:08.5889390Z [1944/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-20T21:51:08.5969410Z [1945/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-20T21:51:08.6144980Z [1946/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-20T21:51:08.6322490Z [1947/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-neonv8-mlal.c.o 2024-08-20T21:51:08.6407180Z [1948/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:08.6674510Z [1949/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:08.6778610Z [1950/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:08.6907780Z [1951/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c4s2-minmax-fp32-neonv8-mlal.c.o 2024-08-20T21:51:08.7014310Z [1952/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:08.7019530Z [1953/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:08.7090910Z [1954/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:08.7572790Z [1955/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:08.7690210Z [1956/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:08.7897070Z [1957/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:08.8056570Z [1958/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:08.8128230Z [1959/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:08.8269470Z [1960/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:08.8334390Z [1961/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:08.8523030Z [1962/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:08.8855560Z [1963/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:08.9029100Z [1964/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-20T21:51:08.9043530Z [1965/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:08.9104150Z [1966/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-20T21:51:08.9302720Z [1967/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2024-08-20T21:51:08.9371380Z [1968/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-20T21:51:08.9499410Z [1969/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-20T21:51:08.9564040Z [1970/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-20T21:51:09.0060250Z [1971/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4s2-minmax-fp32-neonv8-mlal.c.o 2024-08-20T21:51:09.0093620Z [1972/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-08-20T21:51:09.0236300Z [1973/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-neonv8-mlal.c.o 2024-08-20T21:51:09.0334010Z [1974/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:09.0354660Z [1975/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:09.0524480Z [1976/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-20T21:51:09.0634280Z [1977/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:09.0704380Z [1978/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:09.0938590Z [1979/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-20T21:51:09.1153440Z [1980/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-20T21:51:09.1613090Z [1981/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-20T21:51:09.1634730Z [1982/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2024-08-20T21:51:09.1761560Z [1983/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2-minmax-fp32-neonv8-mlal-ld4r.c.o 2024-08-20T21:51:09.1787180Z [1984/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-dup.c.o 2024-08-20T21:51:09.1915610Z [1985/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-ld2r.c.o 2024-08-20T21:51:09.1936000Z [1986/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4-minmax-fp32-neonv8-mlal-ld1r.c.o 2024-08-20T21:51:09.1946130Z [1987/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-neonv8-mlal.c.o 2024-08-20T21:51:09.2222470Z [1988/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c4s2-minmax-fp32-neonv8-mlal.c.o 2024-08-20T21:51:09.2430140Z [1989/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:09.2458170Z [1990/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:09.3024310Z [1991/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:09.3027980Z [1992/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:09.3210960Z [1993/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:09.3222290Z [1994/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:09.3413470Z [1995/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:09.3425030Z [1996/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:09.3428970Z [1997/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:09.3475490Z [1998/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:09.3675310Z [1999/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:09.3892330Z [2000/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:09.4237480Z [2001/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:09.4373680Z [2002/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16-minmax-fp32-neonv8-mlal-lane-prfm.c.o 2024-08-20T21:51:09.4536480Z [2003/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2024-08-20T21:51:09.4637660Z [2004/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2024-08-20T21:51:09.4698690Z [2005/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2024-08-20T21:51:09.4823540Z [2006/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2024-08-20T21:51:09.4898160Z [2007/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:09.5140140Z [2008/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:09.5195510Z [2009/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:09.5232690Z [2010/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2024-08-20T21:51:09.5784850Z [2011/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2024-08-20T21:51:09.5871750Z [2012/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.6044880Z [2013/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.6150710Z [2014/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.6177780Z [2015/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.6179240Z [2016/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.6230580Z [2017/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.6459830Z [2018/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.7015890Z [2019/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.7057110Z [2020/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.7184880Z [2021/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.7243710Z [2022/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.7336790Z [2023/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c8.c.o 2024-08-20T21:51:09.7353780Z [2024/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.7479280Z [2025/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.7543850Z [2026/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.7660890Z [2027/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-neonv8-mul16.c.o 2024-08-20T21:51:09.7744320Z [2028/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c16.c.o 2024-08-20T21:51:09.8169010Z [2029/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c32.c.o 2024-08-20T21:51:09.8223820Z [2030/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-neonv8-c24.c.o 2024-08-20T21:51:09.8225430Z [2031/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c8.c.o 2024-08-20T21:51:09.8451280Z [2032/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c16.c.o 2024-08-20T21:51:09.8576840Z [2033/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c32.c.o 2024-08-20T21:51:09.8813380Z [2034/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-neonv8-c24.c.o 2024-08-20T21:51:09.9057090Z [2035/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:09.9170580Z [2036/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:09.9196530Z [2037/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:09.9260220Z [2038/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-fp32-neonv8-mlal-lane.c.o 2024-08-20T21:51:09.9585070Z [2039/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u16.c.o 2024-08-20T21:51:09.9586560Z [2040/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld64-u8.c.o 2024-08-20T21:51:09.9648270Z [2041/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u8.c.o 2024-08-20T21:51:09.9815700Z [2042/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld64-u16.c.o 2024-08-20T21:51:09.9846110Z [2043/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-neonv8-ld128-u16.c.o 2024-08-20T21:51:10.0051660Z [2044/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-neonv8-ld128-u16.c.o 2024-08-20T21:51:10.0410110Z [2045/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-aarch64-neon-u8.c.o 2024-08-20T21:51:10.0512030Z [2046/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-aarch64-neon-u4.c.o 2024-08-20T21:51:10.0682440Z [2047/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-aarch64-neon-u4.c.o 2024-08-20T21:51:10.0699590Z [2048/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-aarch64-neon-u8.c.o 2024-08-20T21:51:10.0851160Z [2049/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-aarch64-neon-u4.c.o 2024-08-20T21:51:10.1036560Z [2050/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-aarch64-neon-u8.c.o 2024-08-20T21:51:10.1065590Z [2051/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u8.c.o 2024-08-20T21:51:10.1125730Z [2052/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u16.c.o 2024-08-20T21:51:10.1129020Z [2053/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u16.c.o 2024-08-20T21:51:10.1439310Z [2054/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2024-08-20T21:51:10.1640950Z [2055/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u32.c.o 2024-08-20T21:51:10.1889720Z [2056/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2024-08-20T21:51:10.1901400Z [2057/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2024-08-20T21:51:10.2001890Z [2058/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2024-08-20T21:51:10.2183950Z [2059/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2024-08-20T21:51:10.2185250Z [2060/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-aarch64-neonfma-2x1.c.o 2024-08-20T21:51:10.2307570Z [2061/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-aarch64-neonfma-2x1.c.o 2024-08-20T21:51:10.2385450Z [2062/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u48.c.o 2024-08-20T21:51:10.2532930Z [2063/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-aarch64-neonfma-2x2.c.o 2024-08-20T21:51:10.2703190Z [2064/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-aarch64-neonfma-2x2.c.o 2024-08-20T21:51:10.2971430Z [2065/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-aarch64-neonfma-2x1.c.o 2024-08-20T21:51:10.2983100Z [2066/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-aarch64-neonfma-2x1.c.o 2024-08-20T21:51:10.3134340Z [2067/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2024-08-20T21:51:10.3234510Z [2068/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-aarch64-neonfma-2x2.c.o 2024-08-20T21:51:10.3761780Z [2069/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-08-20T21:51:10.3810860Z [2070/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-08-20T21:51:10.3833190Z [2071/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc4.c.o 2024-08-20T21:51:10.4003470Z [2072/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-2x4.c.o 2024-08-20T21:51:10.4008800Z [2073/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4-acc3.c.o 2024-08-20T21:51:10.4024740Z [2074/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-1x4.c.o 2024-08-20T21:51:10.4317860Z [2075/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2024-08-20T21:51:10.4361120Z [2076/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-5x4.c.o 2024-08-20T21:51:10.4567750Z [2077/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-6x4.c.o 2024-08-20T21:51:10.5010670Z [2078/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-4x4.c.o 2024-08-20T21:51:10.5122270Z [2079/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc3.c.o 2024-08-20T21:51:10.5149030Z [2080/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4.c.o 2024-08-20T21:51:10.5285660Z [2081/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-08-20T21:51:10.5330180Z [2082/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-08-20T21:51:10.5521580Z [2083/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4.c.o 2024-08-20T21:51:10.5630750Z [2084/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-3x4.c.o 2024-08-20T21:51:10.5635760Z [2085/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-1x4-acc4.c.o 2024-08-20T21:51:10.5706220Z [2086/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-4x4.c.o 2024-08-20T21:51:10.6000690Z [2087/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-08-20T21:51:10.6412330Z [2088/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc3.c.o 2024-08-20T21:51:10.6515750Z [2089/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc4.c.o 2024-08-20T21:51:10.6520210Z [2090/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4-acc5.c.o 2024-08-20T21:51:10.6650950Z [2091/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-08-20T21:51:10.7015820Z [2092/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-1x4.c.o 2024-08-20T21:51:10.7095960Z [2093/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4-acc3.c.o 2024-08-20T21:51:10.7313710Z [2094/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-3x4.c.o 2024-08-20T21:51:10.7331260Z [2095/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-2x4.c.o 2024-08-20T21:51:10.7395630Z [2096/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-3x4-acc2.c.o 2024-08-20T21:51:10.7400890Z [2097/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4-acc2.c.o 2024-08-20T21:51:10.7625860Z [2098/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-5x4.c.o 2024-08-20T21:51:10.7628510Z [2099/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2024-08-20T21:51:10.7859010Z [2100/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2024-08-20T21:51:10.7968670Z [2101/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc3.c.o 2024-08-20T21:51:10.8352430Z [2102/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc4.c.o 2024-08-20T21:51:10.8581600Z [2103/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc5.c.o 2024-08-20T21:51:10.8671830Z [2104/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4.c.o 2024-08-20T21:51:10.8824800Z [2105/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4-acc3.c.o 2024-08-20T21:51:10.8848090Z [2106/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4.c.o 2024-08-20T21:51:10.8863970Z [2107/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-2x4-acc2.c.o 2024-08-20T21:51:10.9019200Z [2108/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-3x4.c.o 2024-08-20T21:51:10.9122190Z [2109/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-3x4-acc2.c.o 2024-08-20T21:51:10.9161350Z [2110/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:10.9732920Z [2111/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:10.9885150Z [2112/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.0057160Z [2113/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.0071350Z [2114/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.0121190Z [2115/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.0283600Z [2116/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.0535630Z [2117/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.0635510Z [2118/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.0637180Z [2119/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.0641300Z [2120/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.1135610Z [2121/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.1139810Z [2122/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.1327200Z [2123/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.1353350Z [2124/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.1512170Z [2125/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.1939600Z [2126/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.2002620Z [2127/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.2017810Z [2128/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.2304400Z [2129/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.2363970Z [2130/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.2388330Z [2131/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.2560930Z [2132/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.2684490Z [2133/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.2799750Z [2134/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.2849450Z [2135/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.3328750Z [2136/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.3420230Z [2137/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.3499280Z [2138/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.3616210Z [2139/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.3703150Z [2140/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.3841260Z [2141/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.3861600Z [2142/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.4044600Z [2143/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.4089290Z [2144/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma-prfm.c.o 2024-08-20T21:51:11.4094830Z [2145/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-aarch64-neonfma.c.o 2024-08-20T21:51:11.4691080Z [2146/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma-prfm.c.o 2024-08-20T21:51:11.4772050Z [2147/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-aarch64-neonfma.c.o 2024-08-20T21:51:11.4946860Z [2148/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma.c.o 2024-08-20T21:51:11.4959000Z [2149/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-aarch64-neonfma-prfm.c.o 2024-08-20T21:51:11.5006390Z [2150/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.5170020Z [2151/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.5189830Z [2152/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.5377100Z [2153/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.5458060Z [2154/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.5677170Z [2155/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.6264110Z [2156/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.6399610Z [2157/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.6481780Z [2158/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.6541250Z [2159/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.6657830Z [2160/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.6660960Z [2161/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.6795170Z [2162/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.6984240Z [2163/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.7219640Z [2164/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.7353240Z [2165/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.7474880Z [2166/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld64.c.o 2024-08-20T21:51:11.7570070Z [2167/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2024-08-20T21:51:11.7806510Z [2168/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-aarch64-neonfma.c.o 2024-08-20T21:51:11.7866960Z [2169/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x4-minmax-aarch64-neonfma.c.o 2024-08-20T21:51:11.7908830Z [2170/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-aarch64-neonfma.c.o 2024-08-20T21:51:11.7929630Z [2171/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x2-minmax-aarch64-neonfma.c.o 2024-08-20T21:51:11.8193360Z [2172/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x2-minmax-aarch64-neonfma.c.o 2024-08-20T21:51:11.8452550Z [2173/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x2-minmax-aarch64-neonfma.c.o 2024-08-20T21:51:11.8458640Z [2174/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x4-minmax-aarch64-neonfma.c.o 2024-08-20T21:51:11.8731810Z [2175/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2024-08-20T21:51:11.8741410Z [2176/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x4-minmax-aarch64-neonfma.c.o 2024-08-20T21:51:11.8763800Z [2177/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2024-08-20T21:51:11.9129720Z [2178/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u8.c.o 2024-08-20T21:51:11.9271010Z [2179/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u4.c.o 2024-08-20T21:51:11.9295230Z [2180/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u12.c.o 2024-08-20T21:51:11.9334070Z [2181/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u16.c.o 2024-08-20T21:51:11.9588090Z [2182/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u20.c.o 2024-08-20T21:51:11.9648360Z [2183/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u4.c.o 2024-08-20T21:51:11.9808580Z [2184/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut64-p2-div-u24.c.o 2024-08-20T21:51:11.9946370Z [2185/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u12.c.o 2024-08-20T21:51:11.9950890Z [2186/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u16.c.o 2024-08-20T21:51:12.0308640Z [2187/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u8.c.o 2024-08-20T21:51:12.0630130Z [2188/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u20.c.o 2024-08-20T21:51:12.0788450Z [2189/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u4.c.o 2024-08-20T21:51:12.0900390Z [2190/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u12.c.o 2024-08-20T21:51:12.0967190Z [2191/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u20.c.o 2024-08-20T21:51:12.1122140Z [2192/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u24.c.o 2024-08-20T21:51:12.1131880Z [2193/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u8.c.o 2024-08-20T21:51:12.1142990Z [2194/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-lut2048-p1-div-u24.c.o 2024-08-20T21:51:12.1338530Z [2195/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-aarch64-neonfma-rr1-p5-div-u16.c.o 2024-08-20T21:51:12.1431050Z [2196/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-20T21:51:12.1484540Z [2197/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-20T21:51:12.1759380Z [2198/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-08-20T21:51:12.2022860Z [2199/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-20T21:51:12.2073610Z [2200/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-20T21:51:12.2248890Z [2201/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-20T21:51:12.2594100Z [2202/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr1-lut2048-p1-div.c.o 2024-08-20T21:51:12.2615160Z [2203/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr1-p5-div.c.o 2024-08-20T21:51:12.2773070Z [2204/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr2-lut64-p2-div.c.o 2024-08-20T21:51:12.2776500Z [2205/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-08-20T21:51:12.2814980Z [2206/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr1-lut64-p2-div.c.o 2024-08-20T21:51:12.2934340Z [2207/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-20T21:51:12.3266190Z [2208/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr2-lut2048-p1-div.c.o 2024-08-20T21:51:12.3357690Z [2209/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-aarch64-neonfma-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-20T21:51:12.3565360Z [2210/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-aarch64-neonfma-expm1minus-rr1-p6h5ts-div.c.o 2024-08-20T21:51:12.3623240Z [2211/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-aarch64-neonfma-rr2-p5-div.c.o 2024-08-20T21:51:12.3801800Z [2212/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-fp16arith-u1.c.o 2024-08-20T21:51:12.4108150Z [2213/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-fp16arith-u2.c.o 2024-08-20T21:51:12.4123460Z [2214/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-fp16arith-u1.c.o 2024-08-20T21:51:12.4126450Z [2215/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-fp16arith-u4.c.o 2024-08-20T21:51:12.4137610Z [2216/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:12.4242940Z [2217/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-neonfp16arith.c.o 2024-08-20T21:51:12.4699980Z [2218/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-fp16arith-u4.c.o 2024-08-20T21:51:12.4721870Z [2219/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-fp16arith-u2.c.o 2024-08-20T21:51:12.4787350Z [2220/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-fp16arith-u1.c.o 2024-08-20T21:51:12.4927000Z [2221/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-fp16arith-u2.c.o 2024-08-20T21:51:12.5291770Z [2222/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-fp16arith-u4.c.o 2024-08-20T21:51:12.5431220Z [2223/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u1.c.o 2024-08-20T21:51:12.5508810Z [2224/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-fp16arith-u1.c.o 2024-08-20T21:51:12.5616870Z [2225/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-fp16arith-u2.c.o 2024-08-20T21:51:12.5647430Z [2226/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-fp16arith-u4.c.o 2024-08-20T21:51:12.5663690Z [2227/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-fp16arith-u2.c.o 2024-08-20T21:51:12.6120570Z [2228/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u4.c.o 2024-08-20T21:51:12.6288030Z [2229/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-fp16arith-u2.c.o 2024-08-20T21:51:12.6298100Z [2230/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u1.c.o 2024-08-20T21:51:12.6401260Z [2231/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u4.c.o 2024-08-20T21:51:12.6427870Z [2232/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-fp16arith-u2.c.o 2024-08-20T21:51:12.6815460Z [2233/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u2.c.o 2024-08-20T21:51:12.6914560Z [2234/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u2.c.o 2024-08-20T21:51:12.6944490Z [2235/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u4.c.o 2024-08-20T21:51:12.6969880Z [2236/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-fp16arith-u1.c.o 2024-08-20T21:51:12.7190710Z [2237/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u1.c.o 2024-08-20T21:51:12.7192850Z [2238/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-fp16arith-u4.c.o 2024-08-20T21:51:12.7330070Z [2239/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-fp16arith-u4.c.o 2024-08-20T21:51:12.7568890Z [2240/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-fp16arith-u1.c.o 2024-08-20T21:51:12.7691400Z [2241/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-fp16arith-u1.c.o 2024-08-20T21:51:12.7907740Z [2242/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-fp16arith-u2.c.o 2024-08-20T21:51:12.8149850Z [2243/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-fp16arith-u4.c.o 2024-08-20T21:51:12.8336180Z [2244/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-fp16arith-u2.c.o 2024-08-20T21:51:12.8360880Z [2245/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-fp16arith-u4.c.o 2024-08-20T21:51:12.8362690Z [2246/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-fp16arith-u1.c.o 2024-08-20T21:51:12.8575060Z [2247/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-fp16arith-u1.c.o 2024-08-20T21:51:12.8580160Z [2248/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-fp16arith-u4.c.o 2024-08-20T21:51:12.8596570Z [2249/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-fp16arith-u2.c.o 2024-08-20T21:51:12.9095300Z [2250/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u4.c.o 2024-08-20T21:51:12.9115320Z [2251/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u2.c.o 2024-08-20T21:51:12.9220330Z [2252/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-fp16arith-u1.c.o 2024-08-20T21:51:12.9558780Z [2253/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u1.c.o 2024-08-20T21:51:12.9763640Z [2254/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u2.c.o 2024-08-20T21:51:12.9807540Z [2255/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-fp16arith-u1.c.o 2024-08-20T21:51:12.9823410Z [2256/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-fp16arith-u4.c.o 2024-08-20T21:51:12.9826910Z [2257/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-fp16arith-u2.c.o 2024-08-20T21:51:12.9939530Z [2258/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-fp16arith-u1.c.o 2024-08-20T21:51:13.0060540Z [2259/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-fp16arith-u4.c.o 2024-08-20T21:51:13.0534290Z [2260/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-fp16arith-u2.c.o 2024-08-20T21:51:13.0611420Z [2261/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u1.c.o 2024-08-20T21:51:13.0801670Z [2262/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-fp16arith-u4.c.o 2024-08-20T21:51:13.0900800Z [2263/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u2.c.o 2024-08-20T21:51:13.1115460Z [2264/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.1147950Z [2265/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.1319280Z [2266/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.1326170Z [2267/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-fp16arith-sqrt-u4.c.o 2024-08-20T21:51:13.1496840Z [2268/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.1686830Z [2269/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.2254190Z [2270/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.2339700Z [2271/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.2380630Z [2272/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.2453380Z [2273/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.2617030Z [2274/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.2691270Z [2275/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.2797950Z [2276/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.2802560Z [2277/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.2907790Z [2278/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.3492480Z [2279/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.3665070Z [2280/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.3794550Z [2281/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.3807010Z [2282/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.3816580Z [2283/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.3852050Z [2284/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.4074900Z [2285/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.4078700Z [2286/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.4082890Z [2287/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.4678870Z [2288/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.4957600Z [2289/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.5037740Z [2290/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.5089750Z [2291/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.5091330Z [2292/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x32c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.5235000Z [2293/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x32c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.5311680Z [2294/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.5382700Z [2295/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.5409260Z [2296/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.5558530Z [2297/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x32c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.6329750Z [2298/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.6356900Z [2299/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.6359010Z [2300/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x32c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.6366060Z [2301/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.6541940Z [2302/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-08-20T21:51:13.6552540Z [2303/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2024-08-20T21:51:13.6568850Z [2304/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x32c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.6610410Z [2305/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x16c4-minmax-neondotfp16arith.c.o 2024-08-20T21:51:13.6613960Z [2306/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2024-08-20T21:51:13.6981270Z [2307/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc2.c.o 2024-08-20T21:51:13.7747240Z [2308/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8-acc2.c.o 2024-08-20T21:51:13.7881940Z [2309/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2024-08-20T21:51:13.7891250Z [2310/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-6x8.c.o 2024-08-20T21:51:13.7927690Z [2311/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8.c.o 2024-08-20T21:51:13.8054510Z [2312/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-3x8.c.o 2024-08-20T21:51:13.8056080Z [2313/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc4.c.o 2024-08-20T21:51:13.8062340Z [2314/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-5x8.c.o 2024-08-20T21:51:13.8220410Z [2315/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-4x8.c.o 2024-08-20T21:51:13.8295570Z [2316/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-1x8-acc3.c.o 2024-08-20T21:51:13.8886030Z [2317/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc2.c.o 2024-08-20T21:51:13.8975150Z [2318/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc3.c.o 2024-08-20T21:51:13.9257610Z [2319/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2024-08-20T21:51:13.9377050Z [2320/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-2x8.c.o 2024-08-20T21:51:13.9381960Z [2321/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8-acc4.c.o 2024-08-20T21:51:13.9394290Z [2322/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-2x8-acc2.c.o 2024-08-20T21:51:13.9534170Z [2323/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc3.c.o 2024-08-20T21:51:13.9574020Z [2324/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-4x8.c.o 2024-08-20T21:51:13.9577180Z [2325/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc2.c.o 2024-08-20T21:51:13.9689700Z [2326/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-3x8.c.o 2024-08-20T21:51:14.0235920Z [2327/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc4.c.o 2024-08-20T21:51:14.0359080Z [2328/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8-acc5.c.o 2024-08-20T21:51:14.0562030Z [2329/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2024-08-20T21:51:14.0743200Z [2330/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8-acc2.c.o 2024-08-20T21:51:14.0846950Z [2331/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8.c.o 2024-08-20T21:51:14.0871570Z [2332/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-2x8-acc3.c.o 2024-08-20T21:51:14.1025910Z [2333/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-3x8-acc2.c.o 2024-08-20T21:51:14.1079730Z [2334/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-4x8-acc2.c.o 2024-08-20T21:51:14.1095390Z [2335/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-4x8.c.o 2024-08-20T21:51:14.1493130Z [2336/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-3x8.c.o 2024-08-20T21:51:14.1659480Z [2337/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-5x8.c.o 2024-08-20T21:51:14.1664000Z [2338/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc2.c.o 2024-08-20T21:51:14.1844630Z [2339/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc3.c.o 2024-08-20T21:51:14.1894520Z [2340/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc4.c.o 2024-08-20T21:51:14.2422400Z [2341/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8-acc3.c.o 2024-08-20T21:51:14.2445270Z [2342/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8-acc5.c.o 2024-08-20T21:51:14.2524970Z [2343/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8.c.o 2024-08-20T21:51:14.2639500Z [2344/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2024-08-20T21:51:14.2945050Z [2345/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-3x8-acc2.c.o 2024-08-20T21:51:14.2950570Z [2346/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-2x8-acc2.c.o 2024-08-20T21:51:14.3016320Z [2347/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.3144910Z [2348/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.3282040Z [2349/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.3495610Z [2350/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-3x8.c.o 2024-08-20T21:51:14.3735080Z [2351/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.3830040Z [2352/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.3852760Z [2353/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.4000180Z [2354/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.4163120Z [2355/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.4215170Z [2356/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.4539160Z [2357/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.4715580Z [2358/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.4726270Z [2359/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.5059590Z [2360/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.5184660Z [2361/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.5191660Z [2362/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.5247380Z [2363/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.5369710Z [2364/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.5484680Z [2365/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.5853550Z [2366/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.5926070Z [2367/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.6043980Z [2368/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.6135050Z [2369/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.6258640Z [2370/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.6599710Z [2371/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.6603480Z [2372/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.6671710Z [2373/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.6894930Z [2374/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.7038260Z [2375/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.7261230Z [2376/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.7452560Z [2377/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.7463920Z [2378/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.7553220Z [2379/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.7654820Z [2380/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.8041030Z [2381/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.8116120Z [2382/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.8133590Z [2383/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.8249920Z [2384/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.8362440Z [2385/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.8654780Z [2386/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c16.c.o 2024-08-20T21:51:14.8682970Z [2387/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith-acc2.c.o 2024-08-20T21:51:14.8851380Z [2388/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c8.c.o 2024-08-20T21:51:14.8877070Z [2389/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool-cw/f16-gavgpool-cw-neonfp16arith-u8.c.o 2024-08-20T21:51:14.8884430Z [2390/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-neonfp16arith.c.o 2024-08-20T21:51:14.9328010Z [2391/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c16.c.o 2024-08-20T21:51:14.9487960Z [2392/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c8.c.o 2024-08-20T21:51:14.9528510Z [2393/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c32.c.o 2024-08-20T21:51:14.9559780Z [2394/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c24.c.o 2024-08-20T21:51:14.9654960Z [2395/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-neonfp16arith-c24.c.o 2024-08-20T21:51:15.0071090Z [2396/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-neonfp16arith-c32.c.o 2024-08-20T21:51:15.0195900Z [2397/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.0299010Z [2398/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.0315160Z [2399/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.0318460Z [2400/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.0778610Z [2401/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.0985730Z [2402/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.1206280Z [2403/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x16-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.1210330Z [2404/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-8x8-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.1218830Z [2405/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x8-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.1607520Z [2406/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x8-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.1615230Z [2407/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-4x16-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.1618210Z [2408/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-1x16-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.1697320Z [2409/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x8-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.1788170Z [2410/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-6x16-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.2278230Z [2411/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x8-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.2295210Z [2412/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p4.c.o 2024-08-20T21:51:15.2305090Z [2413/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p16.c.o 2024-08-20T21:51:15.2549190Z [2414/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2024-08-20T21:51:15.2682300Z [2415/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemminc-8x16-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.3100930Z [2416/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c16.c.o 2024-08-20T21:51:15.3141590Z [2417/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.3301050Z [2418/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2024-08-20T21:51:15.3329650Z [2419/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.3403000Z [2420/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.3517780Z [2421/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.3634040Z [2422/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.3850360Z [2423/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.3889970Z [2424/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x8-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.4067720Z [2425/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-8x16-minmax-neonfp16arith-ld64.c.o 2024-08-20T21:51:15.4410850Z [2426/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-08-20T21:51:15.4641070Z [2427/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2024-08-20T21:51:15.4644220Z [2428/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-neonfp16arith-2x8.c.o 2024-08-20T21:51:15.4648860Z [2429/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2024-08-20T21:51:15.4652370Z [2430/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-neonfp16arith-2x16.c.o 2024-08-20T21:51:15.4855020Z [2431/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u8.c.o 2024-08-20T21:51:15.5038950Z [2432/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u64.c.o 2024-08-20T21:51:15.5044460Z [2433/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2024-08-20T21:51:15.5166030Z [2434/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u24.c.o 2024-08-20T21:51:15.5421430Z [2435/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u16.c.o 2024-08-20T21:51:15.5646930Z [2436/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2024-08-20T21:51:15.5651410Z [2437/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc4.c.o 2024-08-20T21:51:15.5848950Z [2438/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32-acc2.c.o 2024-08-20T21:51:15.5861810Z [2439/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc5.c.o 2024-08-20T21:51:15.6121260Z [2440/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40.c.o 2024-08-20T21:51:15.6350040Z [2441/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48.c.o 2024-08-20T21:51:15.6373540Z [2442/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc3.c.o 2024-08-20T21:51:15.6523680Z [2443/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u48-acc2.c.o 2024-08-20T21:51:15.6589710Z [2444/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc2.c.o 2024-08-20T21:51:15.6720290Z [2445/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64.c.o 2024-08-20T21:51:15.6942210Z [2446/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u40-acc2.c.o 2024-08-20T21:51:15.6952170Z [2447/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u64-acc4.c.o 2024-08-20T21:51:15.6967280Z [2448/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72-acc3.c.o 2024-08-20T21:51:15.7167750Z [2449/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc2.c.o 2024-08-20T21:51:15.7206390Z [2450/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u72.c.o 2024-08-20T21:51:15.7631550Z [2451/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80-acc5.c.o 2024-08-20T21:51:15.7636850Z [2452/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc3.c.o 2024-08-20T21:51:15.7669380Z [2453/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u80.c.o 2024-08-20T21:51:15.7900920Z [2454/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc6.c.o 2024-08-20T21:51:15.8078330Z [2455/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96-acc2.c.o 2024-08-20T21:51:15.8312350Z [2456/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24-acc2.c.o 2024-08-20T21:51:15.8320200Z [2457/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u16-acc1.c.o 2024-08-20T21:51:15.8341830Z [2458/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u16-acc2.c.o 2024-08-20T21:51:15.8551060Z [2459/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u96.c.o 2024-08-20T21:51:15.8556290Z [2460/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u8.c.o 2024-08-20T21:51:15.8930540Z [2461/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc2.c.o 2024-08-20T21:51:15.8938570Z [2462/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24-acc3.c.o 2024-08-20T21:51:15.9095410Z [2463/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2024-08-20T21:51:15.9194080Z [2464/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u24.c.o 2024-08-20T21:51:15.9249880Z [2465/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32.c.o 2024-08-20T21:51:15.9591320Z [2466/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u64-acc4.c.o 2024-08-20T21:51:15.9650040Z [2467/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u64.c.o 2024-08-20T21:51:15.9665150Z [2468/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u64-acc2.c.o 2024-08-20T21:51:15.9776090Z [2469/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u8.c.o 2024-08-20T21:51:15.9888150Z [2470/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc1.c.o 2024-08-20T21:51:16.0361390Z [2471/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc2.c.o 2024-08-20T21:51:16.0474180Z [2472/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u16.c.o 2024-08-20T21:51:16.0638220Z [2473/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-neonfp16arith-u8.c.o 2024-08-20T21:51:16.0735860Z [2474/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u16-acc2.c.o 2024-08-20T21:51:16.0813850Z [2475/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24-acc3.c.o 2024-08-20T21:51:16.0923000Z [2476/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u24.c.o 2024-08-20T21:51:16.0991790Z [2477/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc2.c.o 2024-08-20T21:51:16.1213700Z [2478/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc2.c.o 2024-08-20T21:51:16.1276960Z [2479/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32-acc4.c.o 2024-08-20T21:51:16.1498380Z [2480/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u32.c.o 2024-08-20T21:51:16.1501390Z [2481/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64.c.o 2024-08-20T21:51:16.1507530Z [2482/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-neonfp16arith-u64-acc4.c.o 2024-08-20T21:51:16.1684170Z [2483/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc1.c.o 2024-08-20T21:51:16.1750940Z [2484/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u8.c.o 2024-08-20T21:51:16.1899070Z [2485/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc2.c.o 2024-08-20T21:51:16.2095520Z [2486/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24-acc3.c.o 2024-08-20T21:51:16.2336950Z [2487/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u16-acc2.c.o 2024-08-20T21:51:16.2575370Z [2488/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc2.c.o 2024-08-20T21:51:16.2756780Z [2489/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc4.c.o 2024-08-20T21:51:16.2760270Z [2490/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2024-08-20T21:51:16.2935560Z [2491/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64-acc2.c.o 2024-08-20T21:51:16.2971090Z [2492/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32.c.o 2024-08-20T21:51:16.3119360Z [2493/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u8.c.o 2024-08-20T21:51:16.3124150Z [2494/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u64.c.o 2024-08-20T21:51:16.3129420Z [2495/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u24.c.o 2024-08-20T21:51:16.3443370Z [2496/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u24-acc3.c.o 2024-08-20T21:51:16.3625070Z [2497/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u16-acc2.c.o 2024-08-20T21:51:16.3750280Z [2498/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc2.c.o 2024-08-20T21:51:16.3909060Z [2499/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rsum/gen/f16-rsum-neonfp16arith-u32-acc4.c.o 2024-08-20T21:51:16.4039090Z [2500/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-pipelined.c.o 2024-08-20T21:51:16.4216580Z [2501/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith-x2.c.o 2024-08-20T21:51:16.4221070Z [2502/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-8x1-minmax-neonfp16arith.c.o 2024-08-20T21:51:16.4275490Z [2503/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-pipelined.c.o 2024-08-20T21:51:16.4449790Z [2504/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith.c.o 2024-08-20T21:51:16.4505060Z [2505/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-16x1-minmax-neonfp16arith-x2.c.o 2024-08-20T21:51:16.4938080Z [2506/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-pipelined.c.o 2024-08-20T21:51:16.4946690Z [2507/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith-x2.c.o 2024-08-20T21:51:16.5128690Z [2508/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-24x1-minmax-neonfp16arith.c.o 2024-08-20T21:51:16.5141970Z [2509/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-x2.c.o 2024-08-20T21:51:16.5146020Z [2510/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2024-08-20T21:51:16.5575530Z [2511/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-neonfp16arith-u8.c.o 2024-08-20T21:51:16.5795640Z [2512/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith.c.o 2024-08-20T21:51:16.5897060Z [2513/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-neonfp16arith-u8.c.o 2024-08-20T21:51:16.6001080Z [2514/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-neonfp16arith-u16.c.o 2024-08-20T21:51:16.6116560Z [2515/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-neonfp16arith-u16.c.o 2024-08-20T21:51:16.6158150Z [2516/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2024-08-20T21:51:16.6168360Z [2517/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u8.c.o 2024-08-20T21:51:16.6450340Z [2518/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2024-08-20T21:51:16.6501430Z [2519/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u8.c.o 2024-08-20T21:51:16.6643380Z [2520/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u8.c.o 2024-08-20T21:51:16.6777050Z [2521/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2024-08-20T21:51:16.6871630Z [2522/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u8.c.o 2024-08-20T21:51:16.7043620Z [2523/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2024-08-20T21:51:16.7055870Z [2524/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1recps-u80.c.o 2024-08-20T21:51:16.7254850Z [2525/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p6.c.o 2024-08-20T21:51:16.7299670Z [2526/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p4.c.o 2024-08-20T21:51:16.7303750Z [2527/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-recpeadj-u8.c.o 2024-08-20T21:51:16.7500460Z [2528/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-bitcast.c.o 2024-08-20T21:51:16.7531600Z [2529/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p5.c.o 2024-08-20T21:51:16.7632580Z [2530/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut64-p2.c.o 2024-08-20T21:51:16.7750050Z [2531/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut2048-p1.c.o 2024-08-20T21:51:16.7995780Z [2532/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-p5.c.o 2024-08-20T21:51:16.8050470Z [2533/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-fabsf.c.o 2024-08-20T21:51:16.8066500Z [2534/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-addsub.c.o 2024-08-20T21:51:16.8237860Z [2535/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-cvt.c.o 2024-08-20T21:51:16.8287500Z [2536/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-addsub.c.o 2024-08-20T21:51:16.8300690Z [2537/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-floor.c.o 2024-08-20T21:51:16.8505480Z [2538/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-nearbyint.c.o 2024-08-20T21:51:16.8512780Z [2539/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-rint.c.o 2024-08-20T21:51:16.8702740Z [2540/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-addsub.c.o 2024-08-20T21:51:16.8784980Z [2541/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-ceil.c.o 2024-08-20T21:51:16.9043000Z [2542/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-cvt.c.o 2024-08-20T21:51:16.9074960Z [2543/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-addsub.c.o 2024-08-20T21:51:16.9124990Z [2544/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-cvt.c.o 2024-08-20T21:51:16.9259520Z [2545/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-trunc.c.o 2024-08-20T21:51:16.9407820Z [2546/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-p5-div.c.o 2024-08-20T21:51:16.9521410Z [2547/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut2048-p1-div.c.o 2024-08-20T21:51:16.9528480Z [2548/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut64-p2-div.c.o 2024-08-20T21:51:16.9681530Z [2549/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-08-20T21:51:16.9684240Z [2550/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-08-20T21:51:16.9740940Z [2551/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-08-20T21:51:16.9942410Z [2552/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-08-20T21:51:17.0063380Z [2553/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-08-20T21:51:17.0325100Z [2554/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-08-20T21:51:17.0346590Z [2555/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-08-20T21:51:17.0351750Z [2556/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-20T21:51:17.0546610Z [2557/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-08-20T21:51:17.0605760Z [2558/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-08-20T21:51:17.0777540Z [2559/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-08-20T21:51:17.0781000Z [2560/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-08-20T21:51:17.0784930Z [2561/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-08-20T21:51:17.1018720Z [2562/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-08-20T21:51:17.1080090Z [2563/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-08-20T21:51:17.1293050Z [2564/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-08-20T21:51:17.1531630Z [2565/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-08-20T21:51:17.1533140Z [2566/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-08-20T21:51:17.1546130Z [2567/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h4ts-div.c.o 2024-08-20T21:51:17.1716480Z [2568/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-rcp.c.o 2024-08-20T21:51:17.1721400Z [2569/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-div.c.o 2024-08-20T21:51:17.1738540Z [2570/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-rcp.c.o 2024-08-20T21:51:17.1901430Z [2571/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-div.c.o 2024-08-20T21:51:17.1949580Z [2572/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-08-20T21:51:17.2119850Z [2573/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-08-20T21:51:17.2335020Z [2574/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-08-20T21:51:17.2540730Z [2575/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-08-20T21:51:17.2667340Z [2576/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-rcp.c.o 2024-08-20T21:51:17.2670960Z [2577/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-08-20T21:51:17.2676610Z [2578/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-08-20T21:51:17.2683020Z [2579/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-08-20T21:51:17.2708500Z [2580/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-08-20T21:51:17.2880710Z [2581/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-08-20T21:51:17.2936800Z [2582/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-rcp.c.o 2024-08-20T21:51:17.3176330Z [2583/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-08-20T21:51:17.3389700Z [2584/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-08-20T21:51:17.3619390Z [2585/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-08-20T21:51:17.3629880Z [2586/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h4ts-div.c.o 2024-08-20T21:51:17.3763800Z [2587/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ts-div.c.o 2024-08-20T21:51:17.3808480Z [2588/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-08-20T21:51:17.3881400Z [2589/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-08-20T21:51:17.4034140Z [2590/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-08-20T21:51:17.4046380Z [2591/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-08-20T21:51:17.4051050Z [2592/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-08-20T21:51:17.4357810Z [2593/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-08-20T21:51:17.4527620Z [2594/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ps-div.c.o 2024-08-20T21:51:17.4554750Z [2595/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-08-20T21:51:17.4564010Z [2596/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-08-20T21:51:17.4784430Z [2597/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-08-20T21:51:17.4833220Z [2598/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-08-20T21:51:17.4835350Z [2599/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-08-20T21:51:17.4997630Z [2600/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-08-20T21:51:17.5079600Z [2601/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-08-20T21:51:17.5286510Z [2602/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-08-20T21:51:17.5536370Z [2603/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-08-20T21:51:17.5548060Z [2604/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ps-div.c.o 2024-08-20T21:51:17.5695910Z [2605/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ts-div.c.o 2024-08-20T21:51:17.5698710Z [2606/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-08-20T21:51:17.5706470Z [2607/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h4ts-div.c.o 2024-08-20T21:51:17.5738260Z [2608/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-08-20T21:51:17.5766320Z [2609/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-08-20T21:51:17.5924660Z [2610/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-08-20T21:51:17.5963420Z [2611/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-08-20T21:51:17.6584080Z [2612/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-08-20T21:51:17.6586920Z [2613/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-08-20T21:51:17.6607610Z [2614/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-08-20T21:51:17.6684840Z [2615/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ps-div.c.o 2024-08-20T21:51:17.6751020Z [2616/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h4ts-div.c.o 2024-08-20T21:51:17.6768930Z [2617/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-08-20T21:51:17.6797360Z [2618/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-08-20T21:51:17.6924420Z [2619/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-bitmanip.c.o 2024-08-20T21:51:17.6933530Z [2620/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ts-div.c.o 2024-08-20T21:51:17.7062520Z [2621/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-binsearch.c.o 2024-08-20T21:51:17.7557510Z [2622/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti32-sqrt-lrint.c.o 2024-08-20T21:51:17.7568680Z [2623/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-newton.c.o 2024-08-20T21:51:17.7719040Z [2624/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrt-lrint.c.o 2024-08-20T21:51:17.7754500Z [2625/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.o 2024-08-20T21:51:17.7850200Z [2626/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.o 2024-08-20T21:51:17.7875490Z [2627/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-tflm.c.o 2024-08-20T21:51:17.8016240Z [2628/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrt-lrint.c.o 2024-08-20T21:51:17.8020650Z [2629/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-hashemian.c.o 2024-08-20T21:51:17.8041220Z [2630/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.o 2024-08-20T21:51:17.8165500Z [2631/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-llrint.c.o 2024-08-20T21:51:17.8447550Z [2632/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu64-sqrt-llrint.c.o 2024-08-20T21:51:17.8650010Z [2633/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.o 2024-08-20T21:51:17.8800800Z [2634/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-08-20T21:51:17.8914860Z [2635/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.o 2024-08-20T21:51:17.8995610Z [2636/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.o 2024-08-20T21:51:17.9140540Z [2637/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.o 2024-08-20T21:51:17.9306960Z [2638/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-08-20T21:51:17.9316510Z [2639/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-08-20T21:51:17.9420410Z [2640/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2024-08-20T21:51:17.9439560Z [2641/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.o 2024-08-20T21:51:17.9573080Z [2642/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-08-20T21:51:17.9779180Z [2643/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.o 2024-08-20T21:51:18.0028560Z [2644/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2024-08-20T21:51:18.0099060Z [2645/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-08-20T21:51:18.0227970Z [2646/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.o 2024-08-20T21:51:18.0389950Z [2647/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2024-08-20T21:51:18.0401810Z [2648/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.o 2024-08-20T21:51:18.0525480Z [2649/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2024-08-20T21:51:18.0534900Z [2650/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2024-08-20T21:51:18.0654760Z [2651/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-08-20T21:51:18.0967110Z [2652/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.o 2024-08-20T21:51:18.1008680Z [2653/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2024-08-20T21:51:18.1016210Z [2654/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.1259880Z [2655/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.o 2024-08-20T21:51:18.1263190Z [2656/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.1531030Z [2657/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.1536460Z [2658/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.1730740Z [2659/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.1743410Z [2660/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.1772130Z [2661/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.2069090Z [2662/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.2088220Z [2663/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.2285680Z [2664/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.2320370Z [2665/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.2456870Z [2666/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.2803830Z [2667/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.2842880Z [2668/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.2911100Z [2669/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.3105980Z [2670/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.3116240Z [2671/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.3119500Z [2672/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.3310070Z [2673/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.3460720Z [2674/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.3477210Z [2675/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.3598450Z [2676/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.3945160Z [2677/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.4009330Z [2678/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.4101300Z [2679/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.4253010Z [2680/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.4264290Z [2681/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.4304760Z [2682/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.4485570Z [2683/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.4486960Z [2684/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.4642290Z [2685/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-08-20T21:51:18.5031150Z [2686/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.5105890Z [2687/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-08-20T21:51:18.5249790Z [2688/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.5293180Z [2689/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.5314500Z [2690/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.5450170Z [2691/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.5515450Z [2692/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.5616790Z [2693/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.5618060Z [2694/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-08-20T21:51:18.5769670Z [2695/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.6053170Z [2696/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.6196420Z [2697/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.6281240Z [2698/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.6412240Z [2699/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.6488880Z [2700/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.6539230Z [2701/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.6700080Z [2702/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2024-08-20T21:51:18.6701390Z [2703/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2024-08-20T21:51:18.6720720Z [2704/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.6984830Z [2705/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2024-08-20T21:51:18.7155850Z [2706/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2024-08-20T21:51:18.7210410Z [2707/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-20T21:51:18.7367050Z [2708/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-20T21:51:18.7436980Z [2709/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-20T21:51:18.7543380Z [2710/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-20T21:51:18.7570530Z [2711/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-20T21:51:18.7596430Z [2712/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-20T21:51:18.7697180Z [2713/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-20T21:51:18.7818670Z [2714/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-20T21:51:18.7933420Z [2715/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-20T21:51:18.8151630Z [2716/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-20T21:51:18.8219660Z [2717/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-20T21:51:18.8288670Z [2718/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-20T21:51:18.8399290Z [2719/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-20T21:51:18.8450980Z [2720/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-20T21:51:18.8638630Z [2721/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-20T21:51:18.8675670Z [2722/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-20T21:51:18.8863830Z [2723/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-20T21:51:18.8912660Z [2724/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-20T21:51:18.8988620Z [2725/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-20T21:51:18.9239650Z [2726/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.9289960Z [2727/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.9482610Z [2728/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:18.9515240Z [2729/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:18.9712370Z [2730/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:18.9843340Z [2731/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.0005520Z [2732/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.0061570Z [2733/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.0065450Z [2734/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.0246280Z [2735/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.0400510Z [2736/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.0423270Z [2737/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.0585480Z [2738/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.0593790Z [2739/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.0686290Z [2740/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.1086630Z [2741/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.1214870Z [2742/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.1250090Z [2743/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.1290770Z [2744/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.1526330Z [2745/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.1530900Z [2746/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.1586510Z [2747/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.1716350Z [2748/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.1724540Z [2749/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.1955510Z [2750/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.2195770Z [2751/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.2300020Z [2752/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.2410750Z [2753/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.2434040Z [2754/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.2710490Z [2755/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.2825710Z [2756/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.2835230Z [2757/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.2866680Z [2758/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.2974200Z [2759/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.3028870Z [2760/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.3489310Z [2761/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.3539800Z [2762/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.3560270Z [2763/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.3667070Z [2764/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.3761500Z [2765/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.3799610Z [2766/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.3816800Z [2767/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.3926890Z [2768/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.3996120Z [2769/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.4105180Z [2770/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.4611660Z [2771/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.4710500Z [2772/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.4768220Z [2773/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.4840010Z [2774/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.4949340Z [2775/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.4964330Z [2776/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.5002770Z [2777/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.5058880Z [2778/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.5178180Z [2779/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.5645450Z [2780/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.5728230Z [2781/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.5871060Z [2782/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.5994080Z [2783/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.6097280Z [2784/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.6107670Z [2785/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.6132570Z [2786/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.6144650Z [2787/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.6354900Z [2788/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.6662290Z [2789/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.6842700Z [2790/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.6846450Z [2791/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.7018830Z [2792/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.7166020Z [2793/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.7196380Z [2794/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.7200490Z [2795/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.7430610Z [2796/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.7534780Z [2797/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.7794320Z [2798/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.7829430Z [2799/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.7956000Z [2800/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.8014720Z [2801/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.8018630Z [2802/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.8298210Z [2803/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.8489640Z [2804/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.8678120Z [2805/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.8784670Z [2806/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.8825280Z [2807/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.8859740Z [2808/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.8992790Z [2809/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.9147450Z [2810/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.9358690Z [2811/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.9553680Z [2812/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:19.9602110Z [2813/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.9675120Z [2814/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:19.9822300Z [2815/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:19.9889230Z [2816/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.0093690Z [2817/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.0097260Z [2818/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.0101600Z [2819/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.0284590Z [2820/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.0480490Z [2821/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.0643920Z [2822/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.0746180Z [2823/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.0849220Z [2824/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.0852580Z [2825/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-scalar.c.o 2024-08-20T21:51:20.0857490Z [2826/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-signed64.c.o 2024-08-20T21:51:20.1063710Z [2827/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned32.c.o 2024-08-20T21:51:20.1068620Z [2828/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned64.c.o 2024-08-20T21:51:20.1131380Z [2829/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-scalar.c.o 2024-08-20T21:51:20.1250950Z [2830/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2024-08-20T21:51:20.1404940Z [2831/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2024-08-20T21:51:20.1636900Z [2832/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2024-08-20T21:51:20.1857590Z [2833/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2024-08-20T21:51:20.1911780Z [2834/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2024-08-20T21:51:20.2068940Z [2835/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-20T21:51:20.2165360Z [2836/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-20T21:51:20.2168520Z [2837/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2024-08-20T21:51:20.2171570Z [2838/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2024-08-20T21:51:20.2221070Z [2839/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u1.c.o 2024-08-20T21:51:20.2235160Z [2840/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2024-08-20T21:51:20.2532570Z [2841/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2024-08-20T21:51:20.2690130Z [2842/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2024-08-20T21:51:20.2794490Z [2843/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u2.c.o 2024-08-20T21:51:20.2818370Z [2844/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u4.c.o 2024-08-20T21:51:20.3105750Z [2845/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2024-08-20T21:51:20.3178370Z [2846/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2024-08-20T21:51:20.3301360Z [2847/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2024-08-20T21:51:20.3338480Z [2848/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2024-08-20T21:51:20.3344970Z [2849/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2024-08-20T21:51:20.3353050Z [2850/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2024-08-20T21:51:20.3519810Z [2851/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2024-08-20T21:51:20.3610620Z [2852/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2024-08-20T21:51:20.3959790Z [2853/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2024-08-20T21:51:20.4207900Z [2854/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2024-08-20T21:51:20.4214150Z [2855/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u2.c.o 2024-08-20T21:51:20.4322250Z [2856/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2024-08-20T21:51:20.4333310Z [2857/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u4.c.o 2024-08-20T21:51:20.4368520Z [2858/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u1.c.o 2024-08-20T21:51:20.4522750Z [2859/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-20T21:51:20.4528450Z [2860/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-20T21:51:20.4595560Z [2861/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.4602580Z [2862/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.4966690Z [2863/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.5185280Z [2864/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.5358910Z [2865/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.5507630Z [2866/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.5561980Z [2867/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.5619450Z [2868/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.5650680Z [2869/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.5831080Z [2870/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.5864640Z [2871/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.6056000Z [2872/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.6137410Z [2873/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.6238850Z [2874/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.6435290Z [2875/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.6758210Z [2876/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.6814410Z [2877/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.6888470Z [2878/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.6973980Z [2879/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.7076430Z [2880/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.7098210Z [2881/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.7108490Z [2882/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.7287640Z [2883/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.7336210Z [2884/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.7514490Z [2885/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.7810080Z [2886/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.7887110Z [2887/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.8004740Z [2888/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.8139120Z [2889/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-08-20T21:51:20.8145590Z [2890/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.8274280Z [2891/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.8329590Z [2892/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.8488310Z [2893/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.8529810Z [2894/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.8533570Z [2895/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-08-20T21:51:20.9001470Z [2896/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.9180770Z [2897/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-08-20T21:51:20.9222750Z [2898/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.9378080Z [2899/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.9396410Z [2900/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:20.9559880Z [2901/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.9735850Z [2902/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:20.9797850Z [2903/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:20.9952860Z [2904/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.0060830Z [2905/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.0166250Z [2906/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-20T21:51:21.0179360Z [2907/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2024-08-20T21:51:21.0341130Z [2908/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.0366320Z [2909/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.0377700Z [2910/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.0531480Z [2911/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2024-08-20T21:51:21.0703520Z [2912/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2024-08-20T21:51:21.0812020Z [2913/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-20T21:51:21.0916920Z [2914/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2024-08-20T21:51:21.1036910Z [2915/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-20T21:51:21.1258670Z [2916/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-20T21:51:21.1276760Z [2917/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-20T21:51:21.1337260Z [2918/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-20T21:51:21.1343750Z [2919/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-20T21:51:21.1547380Z [2920/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-20T21:51:21.1644940Z [2921/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-20T21:51:21.1764850Z [2922/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-20T21:51:21.1791730Z [2923/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-20T21:51:21.1953230Z [2924/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-20T21:51:21.2062150Z [2925/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-20T21:51:21.2342330Z [2926/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-20T21:51:21.2441900Z [2927/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-20T21:51:21.2495760Z [2928/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.2665010Z [2929/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.2781020Z [2930/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.2787740Z [2931/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.2932050Z [2932/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.3058100Z [2933/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.3105600Z [2934/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.3310340Z [2935/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.3501400Z [2936/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.3638450Z [2937/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.3733030Z [2938/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.3801720Z [2939/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.3977480Z [2940/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.4170720Z [2941/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.4176250Z [2942/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.4362160Z [2943/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.4378190Z [2944/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.4587810Z [2945/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.4591080Z [2946/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.4595170Z [2947/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.4766300Z [2948/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.4985670Z [2949/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.5187180Z [2950/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.5297230Z [2951/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.5448400Z [2952/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.5454800Z [2953/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.5680540Z [2954/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.5711870Z [2955/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.5863290Z [2956/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.5896590Z [2957/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.5899500Z [2958/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.6357240Z [2959/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.6367010Z [2960/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.6554710Z [2961/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.6636540Z [2962/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.6740890Z [2963/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.6757270Z [2964/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.6865410Z [2965/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.6942880Z [2966/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.7051020Z [2967/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.7169250Z [2968/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.7566050Z [2969/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.7572210Z [2970/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.7581660Z [2971/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.7863110Z [2972/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.7961770Z [2973/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.8054330Z [2974/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.8081880Z [2975/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.8097340Z [2976/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.8128950Z [2977/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.8394090Z [2978/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.8722080Z [2979/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.8768380Z [2980/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.9042200Z [2981/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.9050970Z [2982/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.9176510Z [2983/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.9354550Z [2984/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2024-08-20T21:51:21.9357230Z [2985/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.9360530Z [2986/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.9363990Z [2987/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.9838120Z [2988/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-fmagic.c.o 2024-08-20T21:51:21.9843990Z [2989/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-20T21:51:21.9852920Z [2990/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-20T21:51:21.9897300Z [2991/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2024-08-20T21:51:22.0064180Z [2992/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2024-08-20T21:51:22.0088120Z [2993/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-lrintf.c.o 2024-08-20T21:51:22.0246000Z [2994/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned64.c.o 2024-08-20T21:51:22.0252340Z [2995/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-signed64.c.o 2024-08-20T21:51:22.0304320Z [2996/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned32.c.o 2024-08-20T21:51:22.0716210Z [2997/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-scalar.c.o 2024-08-20T21:51:22.0931010Z [2998/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u64-u32-vsqrtshift/u64-u32-vsqrtshift-scalar-cvtu32-sqrt-cvtu32f64-u1.c.o 2024-08-20T21:51:22.1017020Z [2999/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2024-08-20T21:51:22.1020110Z [3000/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2024-08-20T21:51:22.1034460Z [3001/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2024-08-20T21:51:22.1176560Z [3002/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2024-08-20T21:51:22.1284740Z [3003/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2024-08-20T21:51:22.1295580Z [3004/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2024-08-20T21:51:22.1453010Z [3005/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2024-08-20T21:51:22.1490340Z [3006/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2024-08-20T21:51:22.1700470Z [3007/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2024-08-20T21:51:22.1839670Z [3008/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u1.c.o 2024-08-20T21:51:22.1880420Z [3009/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u2.c.o 2024-08-20T21:51:22.1950740Z [3010/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2024-08-20T21:51:22.2200540Z [3011/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2024-08-20T21:51:22.2305620Z [3012/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u4.c.o 2024-08-20T21:51:22.2313050Z [3013/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2024-08-20T21:51:22.2314240Z [3014/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2024-08-20T21:51:22.2405770Z [3015/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2024-08-20T21:51:22.2565430Z [3016/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2024-08-20T21:51:22.2713780Z [3017/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2024-08-20T21:51:22.2927400Z [3018/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2024-08-20T21:51:22.2932310Z [3019/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2024-08-20T21:51:22.2985280Z [3020/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2024-08-20T21:51:22.3408120Z [3021/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2024-08-20T21:51:22.3412530Z [3022/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2024-08-20T21:51:22.3415140Z [3023/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2024-08-20T21:51:22.3567430Z [3024/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2024-08-20T21:51:22.3593860Z [3025/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2024-08-20T21:51:22.3684660Z [3026/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2024-08-20T21:51:22.3728660Z [3027/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2024-08-20T21:51:22.3765130Z [3028/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-20T21:51:22.3871190Z [3029/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x1.c.o 2024-08-20T21:51:22.3882480Z [3030/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u2.c.o 2024-08-20T21:51:22.4363760Z [3031/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x2.c.o 2024-08-20T21:51:22.4394210Z [3032/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x3.c.o 2024-08-20T21:51:22.4451170Z [3033/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x4.c.o 2024-08-20T21:51:22.4620310Z [3034/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u1.c.o 2024-08-20T21:51:22.4625730Z [3035/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u3.c.o 2024-08-20T21:51:22.4637530Z [3036/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2024-08-20T21:51:22.4768880Z [3037/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-20T21:51:22.4804610Z [3038/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u4.c.o 2024-08-20T21:51:22.4863680Z [3039/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2024-08-20T21:51:22.5001370Z [3040/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2024-08-20T21:51:22.5338930Z [3041/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2024-08-20T21:51:22.5384550Z [3042/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-08-20T21:51:22.5547480Z [3043/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2024-08-20T21:51:22.5554280Z [3044/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-subtract/u32-filterbank-subtract-scalar-x2.c.o 2024-08-20T21:51:22.5586670Z [3045/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x1.c.o 2024-08-20T21:51:22.5725080Z [3046/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-scalar-x1.c.o 2024-08-20T21:51:22.5767800Z [3047/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x3.c.o 2024-08-20T21:51:22.5817890Z [3048/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x2.c.o 2024-08-20T21:51:22.5875650Z [3049/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x4.c.o 2024-08-20T21:51:22.5972830Z [3050/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2024-08-20T21:51:22.6524090Z [3051/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2024-08-20T21:51:22.6576080Z [3052/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2024-08-20T21:51:22.6651470Z [3053/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2024-08-20T21:51:22.6652590Z [3054/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-08-20T21:51:22.6763960Z [3055/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u2.c.o 2024-08-20T21:51:22.6818560Z [3056/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-08-20T21:51:22.6927170Z [3057/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u2.c.o 2024-08-20T21:51:22.6960180Z [3058/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-20T21:51:22.7065900Z [3059/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u2.c.o 2024-08-20T21:51:22.7219740Z [3060/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon-acc2.c.o 2024-08-20T21:51:22.7438880Z [3061/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-20T21:51:22.7574070Z [3062/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u2.c.o 2024-08-20T21:51:22.7592530Z [3063/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u2.c.o 2024-08-20T21:51:22.7714430Z [3064/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2024-08-20T21:51:22.7824780Z [3065/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2024-08-20T21:51:22.7976680Z [3066/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u4.c.o 2024-08-20T21:51:22.8033960Z [3067/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2024-08-20T21:51:22.8081870Z [3068/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2024-08-20T21:51:22.8267580Z [3069/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2024-08-20T21:51:22.8321980Z [3070/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2024-08-20T21:51:22.8360550Z [3071/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2024-08-20T21:51:22.8503630Z [3072/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2024-08-20T21:51:22.8677680Z [3073/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2024-08-20T21:51:22.8741790Z [3074/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2024-08-20T21:51:22.8937140Z [3075/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-20T21:51:22.8968600Z [3076/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-20T21:51:22.8977550Z [3077/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2024-08-20T21:51:22.8993840Z [3078/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2024-08-20T21:51:22.9171460Z [3079/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2024-08-20T21:51:22.9327270Z [3080/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2024-08-20T21:51:22.9491090Z [3081/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2024-08-20T21:51:22.9693370Z [3082/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2024-08-20T21:51:22.9798270Z [3083/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2024-08-20T21:51:22.9812010Z [3084/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2024-08-20T21:51:22.9914760Z [3085/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2024-08-20T21:51:22.9944720Z [3086/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2024-08-20T21:51:22.9973600Z [3087/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2024-08-20T21:51:23.0263680Z [3088/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2024-08-20T21:51:23.0365920Z [3089/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2024-08-20T21:51:23.0478490Z [3090/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2024-08-20T21:51:23.0552170Z [3091/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2024-08-20T21:51:23.0555230Z [3092/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2024-08-20T21:51:23.0776430Z [3093/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2024-08-20T21:51:23.0863860Z [3094/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2024-08-20T21:51:23.1064820Z [3095/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2024-08-20T21:51:23.1168040Z [3096/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2024-08-20T21:51:23.1303880Z [3097/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2024-08-20T21:51:23.1318470Z [3098/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2024-08-20T21:51:23.1337130Z [3099/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2024-08-20T21:51:23.1514790Z [3100/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2024-08-20T21:51:23.1522390Z [3101/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2024-08-20T21:51:23.1575060Z [3102/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c.o 2024-08-20T21:51:23.1661100Z [3103/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2024-08-20T21:51:23.1996450Z [3104/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2024-08-20T21:51:23.2241260Z [3105/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2024-08-20T21:51:23.2278300Z [3106/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-int-u4.c.o 2024-08-20T21:51:23.2327480Z [3107/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-float-u4.c.o 2024-08-20T21:51:23.2403750Z [3108/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-20T21:51:23.2422800Z [3109/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-float-u4.c.o 2024-08-20T21:51:23.2489150Z [3110/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-08-20T21:51:23.2604620Z [3111/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-float-u4.c.o 2024-08-20T21:51:23.2707210Z [3112/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-08-20T21:51:23.3076870Z [3113/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2024-08-20T21:51:23.3079840Z [3114/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-20T21:51:23.3083170Z [3115/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2024-08-20T21:51:23.3179320Z [3116/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2024-08-20T21:51:23.3339260Z [3117/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2024-08-20T21:51:23.3362370Z [3118/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2024-08-20T21:51:23.3536190Z [3119/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2024-08-20T21:51:23.3553800Z [3120/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2024-08-20T21:51:23.3741820Z [3121/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2024-08-20T21:51:23.3987290Z [3122/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2024-08-20T21:51:23.4049770Z [3123/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2024-08-20T21:51:23.4117930Z [3124/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2024-08-20T21:51:23.4191960Z [3125/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2024-08-20T21:51:23.4203050Z [3126/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2024-08-20T21:51:23.4540650Z [3127/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2024-08-20T21:51:23.4694790Z [3128/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2024-08-20T21:51:23.4772640Z [3129/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2024-08-20T21:51:23.4808080Z [3130/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2024-08-20T21:51:23.4817630Z [3131/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2024-08-20T21:51:23.4871630Z [3132/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2024-08-20T21:51:23.5065160Z [3133/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2024-08-20T21:51:23.5066390Z [3134/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-08-20T21:51:23.5076150Z [3135/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2024-08-20T21:51:23.5196120Z [3136/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2024-08-20T21:51:23.5547210Z [3137/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2024-08-20T21:51:23.5726740Z [3138/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2024-08-20T21:51:23.5750260Z [3139/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2024-08-20T21:51:23.5756350Z [3140/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2024-08-20T21:51:23.5849550Z [3141/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2024-08-20T21:51:23.5869870Z [3142/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2024-08-20T21:51:23.5983030Z [3143/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2024-08-20T21:51:23.5988050Z [3144/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2024-08-20T21:51:23.5988970Z [3145/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2024-08-20T21:51:23.6475520Z [3146/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2024-08-20T21:51:23.6576550Z [3147/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2024-08-20T21:51:23.6646510Z [3148/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2024-08-20T21:51:23.6652460Z [3149/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2024-08-20T21:51:23.6778020Z [3150/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2024-08-20T21:51:23.6822350Z [3151/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2024-08-20T21:51:23.6982970Z [3152/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2024-08-20T21:51:23.6995230Z [3153/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2024-08-20T21:51:23.7205580Z [3154/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2024-08-20T21:51:23.7419380Z [3155/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2024-08-20T21:51:23.7674090Z [3156/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-08-20T21:51:23.7711910Z [3157/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2024-08-20T21:51:23.7731360Z [3158/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2024-08-20T21:51:23.7754940Z [3159/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2024-08-20T21:51:23.7936110Z [3160/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-08-20T21:51:23.7940140Z [3161/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-08-20T21:51:23.7951150Z [3162/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-08-20T21:51:23.8070770Z [3163/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-20T21:51:23.8168250Z [3164/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-08-20T21:51:23.8552790Z [3165/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-08-20T21:51:23.8596680Z [3166/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-08-20T21:51:23.8767700Z [3167/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-rcp.c.o 2024-08-20T21:51:23.8778740Z [3168/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-20T21:51:23.8955000Z [3169/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-rcp.c.o 2024-08-20T21:51:23.8996100Z [3170/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-08-20T21:51:23.9071730Z [3171/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-08-20T21:51:23.9213770Z [3172/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-08-20T21:51:23.9397180Z [3173/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-08-20T21:51:23.9471780Z [3174/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-08-20T21:51:23.9477270Z [3175/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-20T21:51:23.9608690Z [3176/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-08-20T21:51:23.9661610Z [3177/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-08-20T21:51:24.0197990Z [3178/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-08-20T21:51:24.0209980Z [3179/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-08-20T21:51:24.0211910Z [3180/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-08-20T21:51:24.0219510Z [3181/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-08-20T21:51:24.0400320Z [3182/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-08-20T21:51:24.0421270Z [3183/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-08-20T21:51:24.0548900Z [3184/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-div.c.o 2024-08-20T21:51:24.0550860Z [3185/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-08-20T21:51:24.0940230Z [3186/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-08-20T21:51:24.1012710Z [3187/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h4ts-div.c.o 2024-08-20T21:51:24.1085230Z [3188/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-rcp.c.o 2024-08-20T21:51:24.1116870Z [3189/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-div.c.o 2024-08-20T21:51:24.1124570Z [3190/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-rcp.c.o 2024-08-20T21:51:24.1237060Z [3191/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-08-20T21:51:24.1362910Z [3192/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-08-20T21:51:24.1758220Z [3193/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-08-20T21:51:24.1762800Z [3194/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-08-20T21:51:24.1964870Z [3195/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-08-20T21:51:24.1967370Z [3196/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-08-20T21:51:24.2002270Z [3197/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-08-20T21:51:24.2154210Z [3198/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-08-20T21:51:24.2155730Z [3199/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-08-20T21:51:24.2160290Z [3200/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-08-20T21:51:24.2163850Z [3201/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-08-20T21:51:24.2169560Z [3202/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-08-20T21:51:24.2680160Z [3203/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-08-20T21:51:24.2684580Z [3204/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-08-20T21:51:24.3092910Z [3205/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h4ts-div.c.o 2024-08-20T21:51:24.3129200Z [3206/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-08-20T21:51:24.3203120Z [3207/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ps-div.c.o 2024-08-20T21:51:24.3210830Z [3208/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-08-20T21:51:24.3221600Z [3209/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-08-20T21:51:24.3268510Z [3210/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-08-20T21:51:24.3436010Z [3211/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ts-div.c.o 2024-08-20T21:51:24.3439450Z [3212/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-08-20T21:51:24.3562980Z [3213/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-08-20T21:51:24.4049840Z [3214/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-08-20T21:51:24.4061980Z [3215/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-08-20T21:51:24.4207370Z [3216/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-08-20T21:51:24.4230200Z [3217/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-08-20T21:51:24.4385440Z [3218/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h4ts-div.c.o 2024-08-20T21:51:24.4404120Z [3219/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-08-20T21:51:24.4405300Z [3220/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ps-div.c.o 2024-08-20T21:51:24.4419830Z [3221/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-08-20T21:51:24.4786970Z [3222/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-08-20T21:51:24.4826140Z [3223/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ts-div.c.o 2024-08-20T21:51:24.4991980Z [3224/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-08-20T21:51:24.5035380Z [3225/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-08-20T21:51:24.5063960Z [3226/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-08-20T21:51:24.5168870Z [3227/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-08-20T21:51:24.5524110Z [3228/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-08-20T21:51:24.5652920Z [3229/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-08-20T21:51:24.5674390Z [3230/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-08-20T21:51:24.5682070Z [3231/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-08-20T21:51:24.5838380Z [3232/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-08-20T21:51:24.5844820Z [3233/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-08-20T21:51:24.5857940Z [3234/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-08-20T21:51:24.5941600Z [3235/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ps-div.c.o 2024-08-20T21:51:24.6045330Z [3236/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h4ts-div.c.o 2024-08-20T21:51:24.6080810Z [3237/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-08-20T21:51:24.6620630Z [3238/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ts-div.c.o 2024-08-20T21:51:24.6996870Z [3239/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-neon.c.o 2024-08-20T21:51:24.7049190Z [3240/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-neon-x1.c.o 2024-08-20T21:51:24.7150430Z [3241/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/cs16-fftr-neon-x4.c.o 2024-08-20T21:51:24.7158670Z [3242/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x4.c.o 2024-08-20T21:51:24.7278670Z [3243/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-neon.c.o 2024-08-20T21:51:24.7348060Z [3244/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-neon-x4.c.o 2024-08-20T21:51:24.7451060Z [3245/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x16.c.o 2024-08-20T21:51:24.7555680Z [3246/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x8.c.o 2024-08-20T21:51:24.7572970Z [3247/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-neon-mlal-ld128-x12.c.o 2024-08-20T21:51:24.7697290Z [3248/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u8.c.o 2024-08-20T21:51:24.8270290Z [3249/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2024-08-20T21:51:24.8371230Z [3250/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u32.c.o 2024-08-20T21:51:24.8486150Z [3251/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u8.c.o 2024-08-20T21:51:24.8487410Z [3252/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u24.c.o 2024-08-20T21:51:24.8688600Z [3253/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u16.c.o 2024-08-20T21:51:24.8719540Z [3254/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2024-08-20T21:51:24.8813380Z [3255/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u24.c.o 2024-08-20T21:51:24.9014500Z [3256/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int32-u32.c.o 2024-08-20T21:51:24.9084480Z [3257/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2024-08-20T21:51:24.9250990Z [3258/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2024-08-20T21:51:24.9417770Z [3259/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2024-08-20T21:51:24.9661310Z [3260/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x1.c.o 2024-08-20T21:51:24.9687460Z [3261/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2024-08-20T21:51:24.9859300Z [3262/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x1.c.o 2024-08-20T21:51:24.9942990Z [3263/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x4-neon-2x2.c.o 2024-08-20T21:51:25.0043130Z [3264/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p0p1c3x8-neon-2x2.c.o 2024-08-20T21:51:25.0185640Z [3265/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x1.c.o 2024-08-20T21:51:25.0235140Z [3266/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x1.c.o 2024-08-20T21:51:25.0418370Z [3267/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2024-08-20T21:51:25.0607260Z [3268/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x4-neon-2x2.c.o 2024-08-20T21:51:25.0783800Z [3269/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/gen/f32-conv-hwc-3x3s2p1c3x8-neon-2x2.c.o 2024-08-20T21:51:25.0980220Z [3270/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc2.c.o 2024-08-20T21:51:25.0991160Z [3271/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc3.c.o 2024-08-20T21:51:25.1207360Z [3272/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4.c.o 2024-08-20T21:51:25.1465580Z [3273/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-1x4-acc4.c.o 2024-08-20T21:51:25.1482540Z [3274/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4-acc2.c.o 2024-08-20T21:51:25.1658570Z [3275/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2024-08-20T21:51:25.1771320Z [3276/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-3x4.c.o 2024-08-20T21:51:25.2006780Z [3277/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-6x4.c.o 2024-08-20T21:51:25.2205180Z [3278/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc3.c.o 2024-08-20T21:51:25.2250120Z [3279/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc2.c.o 2024-08-20T21:51:25.2499980Z [3280/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-5x4.c.o 2024-08-20T21:51:25.2611200Z [3281/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4-acc4.c.o 2024-08-20T21:51:25.2749320Z [3282/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-4x4.c.o 2024-08-20T21:51:25.2758050Z [3283/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2024-08-20T21:51:25.2767500Z [3284/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-2x4-acc2.c.o 2024-08-20T21:51:25.2984670Z [3285/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-2x4.c.o 2024-08-20T21:51:25.2989620Z [3286/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-3x4.c.o 2024-08-20T21:51:25.3400680Z [3287/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-4x4.c.o 2024-08-20T21:51:25.3741420Z [3288/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc3.c.o 2024-08-20T21:51:25.3753450Z [3289/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc4.c.o 2024-08-20T21:51:25.3982170Z [3290/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc2.c.o 2024-08-20T21:51:25.4038690Z [3291/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2024-08-20T21:51:25.4117800Z [3292/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4-acc3.c.o 2024-08-20T21:51:25.4251200Z [3293/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-3x4-acc2.c.o 2024-08-20T21:51:25.4466130Z [3294/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4.c.o 2024-08-20T21:51:25.4559920Z [3295/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4-acc5.c.o 2024-08-20T21:51:25.4686180Z [3296/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-2x4-acc2.c.o 2024-08-20T21:51:25.4689120Z [3297/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-3x4.c.o 2024-08-20T21:51:25.5073200Z [3298/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-4x4.c.o 2024-08-20T21:51:25.5205270Z [3299/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-4x4-acc2.c.o 2024-08-20T21:51:25.5368460Z [3300/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-5x4.c.o 2024-08-20T21:51:25.5471660Z [3301/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc2.c.o 2024-08-20T21:51:25.5477220Z [3302/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc3.c.o 2024-08-20T21:51:25.5610850Z [3303/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc4.c.o 2024-08-20T21:51:25.5962600Z [3304/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4-acc5.c.o 2024-08-20T21:51:25.6212550Z [3305/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4-acc3.c.o 2024-08-20T21:51:25.6257310Z [3306/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4-acc2.c.o 2024-08-20T21:51:25.6353380Z [3307/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-2x4.c.o 2024-08-20T21:51:25.6454790Z [3308/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2024-08-20T21:51:25.6457590Z [3309/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-3x4-acc2.c.o 2024-08-20T21:51:25.6803360Z [3310/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-3x4.c.o 2024-08-20T21:51:25.6896930Z [3311/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon-acc2.c.o 2024-08-20T21:51:25.7023360Z [3312/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon-acc2.c.o 2024-08-20T21:51:25.7062730Z [3313/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-neon.c.o 2024-08-20T21:51:25.7532140Z [3314/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:25.7535240Z [3315/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-neon.c.o 2024-08-20T21:51:25.7577590Z [3316/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2024-08-20T21:51:25.7777180Z [3317/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon-acc2.c.o 2024-08-20T21:51:25.7778560Z [3318/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon-acc2.c.o 2024-08-20T21:51:25.7954050Z [3319/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-neon.c.o 2024-08-20T21:51:25.8146050Z [3320/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon.c.o 2024-08-20T21:51:25.8479890Z [3321/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-neon-acc2.c.o 2024-08-20T21:51:25.8599900Z [3322/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon-acc2.c.o 2024-08-20T21:51:25.8843790Z [3323/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon-acc2.c.o 2024-08-20T21:51:25.8950720Z [3324/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neon.c.o 2024-08-20T21:51:25.8961340Z [3325/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-neon.c.o 2024-08-20T21:51:25.9034840Z [3326/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon.c.o 2024-08-20T21:51:25.9203450Z [3327/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2024-08-20T21:51:25.9533620Z [3328/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon.c.o 2024-08-20T21:51:25.9553790Z [3329/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-neon-acc2.c.o 2024-08-20T21:51:25.9631740Z [3330/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-neon-acc2.c.o 2024-08-20T21:51:26.0030130Z [3331/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon-acc2.c.o 2024-08-20T21:51:26.0073840Z [3332/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2024-08-20T21:51:26.0079710Z [3333/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon.c.o 2024-08-20T21:51:26.0183990Z [3334/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-neon.c.o 2024-08-20T21:51:26.0374360Z [3335/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon-acc2.c.o 2024-08-20T21:51:26.0670440Z [3336/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-neon.c.o 2024-08-20T21:51:26.0733940Z [3337/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon-acc2.c.o 2024-08-20T21:51:26.0971130Z [3338/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2024-08-20T21:51:26.1102270Z [3339/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon.c.o 2024-08-20T21:51:26.1269790Z [3340/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-neon-acc2.c.o 2024-08-20T21:51:26.1272830Z [3341/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon-acc2.c.o 2024-08-20T21:51:26.1318190Z [3342/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-neon.c.o 2024-08-20T21:51:26.1451190Z [3343/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2024-08-20T21:51:26.1651630Z [3344/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon.c.o 2024-08-20T21:51:26.1888270Z [3345/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon-acc2.c.o 2024-08-20T21:51:26.1899760Z [3346/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2024-08-20T21:51:26.2119940Z [3347/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u16.c.o 2024-08-20T21:51:26.2307650Z [3348/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-neon-c4.c.o 2024-08-20T21:51:26.2313170Z [3349/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-neon.c.o 2024-08-20T21:51:26.2516720Z [3350/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u32.c.o 2024-08-20T21:51:26.2584290Z [3351/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u24.c.o 2024-08-20T21:51:26.2720870Z [3352/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-neon-c4.c.o 2024-08-20T21:51:26.3042430Z [3353/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:26.3239550Z [3354/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-neon-u4.c.o 2024-08-20T21:51:26.3299580Z [3355/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:26.3479560Z [3356/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:26.3539970Z [3357/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:26.3705110Z [3358/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x16-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:26.3795590Z [3359/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neon.c.o 2024-08-20T21:51:26.3982160Z [3360/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:26.4120320Z [3361/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:26.4391850Z [3362/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:26.4472540Z [3363/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-dup-ld128.c.o 2024-08-20T21:51:26.4597700Z [3364/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:26.4651810Z [3365/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8s4-minmax-neon.c.o 2024-08-20T21:51:26.4654440Z [3366/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:26.4857730Z [3367/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neon.c.o 2024-08-20T21:51:26.5030250Z [3368/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:26.5245430Z [3369/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:26.5477950Z [3370/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:26.5508550Z [3371/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:26.5710100Z [3372/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:26.5873880Z [3373/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-dup-ld128.c.o 2024-08-20T21:51:26.6190650Z [3374/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:26.6202250Z [3375/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:26.6212140Z [3376/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neon.c.o 2024-08-20T21:51:26.6463040Z [3377/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8s4-minmax-neon.c.o 2024-08-20T21:51:26.6478400Z [3378/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:26.6842770Z [3379/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:26.7032520Z [3380/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-neon.c.o 2024-08-20T21:51:26.7051500Z [3381/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:26.7102040Z [3382/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:26.7277250Z [3383/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:26.7585610Z [3384/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:26.7722010Z [3385/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:26.7734070Z [3386/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:26.7796990Z [3387/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-neon.c.o 2024-08-20T21:51:26.7947200Z [3388/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-neon-dup-ld128.c.o 2024-08-20T21:51:26.8371850Z [3389/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:26.8405260Z [3390/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-dup-ld128.c.o 2024-08-20T21:51:26.8679190Z [3391/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:26.8686810Z [3392/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-neon.c.o 2024-08-20T21:51:26.8870730Z [3393/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8s4-minmax-neon.c.o 2024-08-20T21:51:26.8874500Z [3394/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:26.9019340Z [3395/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p4.c.o 2024-08-20T21:51:26.9114470Z [3396/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2024-08-20T21:51:26.9134870Z [3397/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p16.c.o 2024-08-20T21:51:26.9356150Z [3398/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c4.c.o 2024-08-20T21:51:26.9847030Z [3399/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2024-08-20T21:51:26.9904250Z [3400/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:26.9921300Z [3401/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.0123240Z [3402/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neon.c.o 2024-08-20T21:51:27.0223570Z [3403/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:27.0326250Z [3404/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:27.0431530Z [3405/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x16-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:27.0432970Z [3406/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.0590670Z [3407/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.0623600Z [3408/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:27.1291070Z [3409/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:27.1307970Z [3410/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-dup-ld128.c.o 2024-08-20T21:51:27.1414440Z [3411/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:27.1539940Z [3412/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.1589660Z [3413/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neon.c.o 2024-08-20T21:51:27.1620300Z [3414/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:27.1744470Z [3415/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.1775730Z [3416/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld128.c.o 2024-08-20T21:51:27.1796480Z [3417/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:27.2074940Z [3418/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:27.2729090Z [3419/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld128.c.o 2024-08-20T21:51:27.2816970Z [3420/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:27.2923560Z [3421/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-neon-c4.c.o 2024-08-20T21:51:27.2964590Z [3422/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neon.c.o 2024-08-20T21:51:27.3096040Z [3423/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon.c.o 2024-08-20T21:51:27.3267640Z [3424/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-neon-prfm.c.o 2024-08-20T21:51:27.3305370Z [3425/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.3341860Z [3426/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon.c.o 2024-08-20T21:51:27.3511580Z [3427/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2024-08-20T21:51:27.3745230Z [3428/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x16-minmax-neon-prfm.c.o 2024-08-20T21:51:27.3882580Z [3429/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon.c.o 2024-08-20T21:51:27.3902140Z [3430/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2024-08-20T21:51:27.3999730Z [3431/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-8x8-minmax-neon-prfm.c.o 2024-08-20T21:51:27.4019280Z [3432/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-1x8.c.o 2024-08-20T21:51:27.4264630Z [3433/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-1x4.c.o 2024-08-20T21:51:27.4530460Z [3434/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-1x16.c.o 2024-08-20T21:51:27.4531480Z [3435/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-2x8.c.o 2024-08-20T21:51:27.4546280Z [3436/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-2x4.c.o 2024-08-20T21:51:27.4792110Z [3437/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-2x16.c.o 2024-08-20T21:51:27.5176610Z [3438/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-4x8.c.o 2024-08-20T21:51:27.5206350Z [3439/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-4x16.c.o 2024-08-20T21:51:27.5230320Z [3440/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:27.5451730Z [3441/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-neon-4x4.c.o 2024-08-20T21:51:27.5469260Z [3442/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.5586420Z [3443/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:27.6001200Z [3444/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.6020040Z [3445/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.6044280Z [3446/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:27.6264310Z [3447/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.6759710Z [3448/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.6824060Z [3449/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.6831430Z [3450/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:27.6898660Z [3451/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.7013190Z [3452/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.7508570Z [3453/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.7572230Z [3454/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:27.7584140Z [3455/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-neon-dup-ld64.c.o 2024-08-20T21:51:27.7590820Z [3456/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u8.c.o 2024-08-20T21:51:27.7626430Z [3457/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2-minmax-neon-lane-ld64.c.o 2024-08-20T21:51:27.7833680Z [3458/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u8-acc2.c.o 2024-08-20T21:51:27.8112210Z [3459/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u24.c.o 2024-08-20T21:51:27.8130610Z [3460/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u8.c.o 2024-08-20T21:51:27.8197300Z [3461/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2024-08-20T21:51:27.8419250Z [3462/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u16.c.o 2024-08-20T21:51:27.8825660Z [3463/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u24.c.o 2024-08-20T21:51:27.8836940Z [3464/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u8.c.o 2024-08-20T21:51:27.8885140Z [3465/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u4.c.o 2024-08-20T21:51:27.9033820Z [3466/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u16.c.o 2024-08-20T21:51:27.9039370Z [3467/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2024-08-20T21:51:27.9202470Z [3468/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u12-acc2.c.o 2024-08-20T21:51:27.9318340Z [3469/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u12-acc3.c.o 2024-08-20T21:51:27.9498630Z [3470/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16-acc4.c.o 2024-08-20T21:51:27.9681520Z [3471/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16-acc2.c.o 2024-08-20T21:51:27.9814210Z [3472/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u12.c.o 2024-08-20T21:51:28.0168220Z [3473/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u16.c.o 2024-08-20T21:51:28.0173240Z [3474/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u20-acc2.c.o 2024-08-20T21:51:28.0179550Z [3475/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u20-acc5.c.o 2024-08-20T21:51:28.0189350Z [3476/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u8-acc2.c.o 2024-08-20T21:51:28.0221100Z [3477/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-lut64-p2-u20.c.o 2024-08-20T21:51:28.0362370Z [3478/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u4.c.o 2024-08-20T21:51:28.0500880Z [3479/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u8.c.o 2024-08-20T21:51:28.0876100Z [3480/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u12-acc2.c.o 2024-08-20T21:51:28.1154330Z [3481/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u12.c.o 2024-08-20T21:51:28.1272960Z [3482/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u12-acc3.c.o 2024-08-20T21:51:28.1428070Z [3483/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u20-acc2.c.o 2024-08-20T21:51:28.1522980Z [3484/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u4.c.o 2024-08-20T21:51:28.1524510Z [3485/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u20-acc5.c.o 2024-08-20T21:51:28.1552800Z [3486/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16.c.o 2024-08-20T21:51:28.1571770Z [3487/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc4.c.o 2024-08-20T21:51:28.1769040Z [3488/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u16-acc2.c.o 2024-08-20T21:51:28.1815160Z [3489/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neon-rr2-p5-u20.c.o 2024-08-20T21:51:28.2120990Z [3490/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u8-acc2.c.o 2024-08-20T21:51:28.2400540Z [3491/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u8-acc2.c.o 2024-08-20T21:51:28.2517340Z [3492/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u12-acc3.c.o 2024-08-20T21:51:28.2909720Z [3493/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u4.c.o 2024-08-20T21:51:28.2934280Z [3494/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2024-08-20T21:51:28.2956550Z [3495/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u12-acc3.c.o 2024-08-20T21:51:28.2963320Z [3496/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc2.c.o 2024-08-20T21:51:28.2972520Z [3497/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u8-acc2.c.o 2024-08-20T21:51:28.3040080Z [3498/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-neon-u4.c.o 2024-08-20T21:51:28.3227980Z [3499/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc2.c.o 2024-08-20T21:51:28.3229810Z [3500/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-neon-u16-acc4.c.o 2024-08-20T21:51:28.3656360Z [3501/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u4.c.o 2024-08-20T21:51:28.3861870Z [3502/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc2.c.o 2024-08-20T21:51:28.4177170Z [3503/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u4.c.o 2024-08-20T21:51:28.4270510Z [3504/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2024-08-20T21:51:28.4288480Z [3505/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u8-acc2.c.o 2024-08-20T21:51:28.4327560Z [3506/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-pipelined.c.o 2024-08-20T21:51:28.4346260Z [3507/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc2.c.o 2024-08-20T21:51:28.4499710Z [3508/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-neon-u12-acc3.c.o 2024-08-20T21:51:28.4502850Z [3509/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2024-08-20T21:51:28.4552760Z [3510/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-neon-u12-acc3.c.o 2024-08-20T21:51:28.5260610Z [3511/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-x2.c.o 2024-08-20T21:51:28.5302510Z [3512/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon-x2.c.o 2024-08-20T21:51:28.5387860Z [3513/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon-pipelined.c.o 2024-08-20T21:51:28.5558230Z [3514/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-neon.c.o 2024-08-20T21:51:28.5648120Z [3515/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-12x1-minmax-neon.c.o 2024-08-20T21:51:28.5689700Z [3516/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-neon.c.o 2024-08-20T21:51:28.5700340Z [3517/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-pipelined.c.o 2024-08-20T21:51:28.5711510Z [3518/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon-x2.c.o 2024-08-20T21:51:28.5903260Z [3519/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-x2.c.o 2024-08-20T21:51:28.5914520Z [3520/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-neon.c.o 2024-08-20T21:51:28.6450860Z [3521/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2024-08-20T21:51:28.6631130Z [3522/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2024-08-20T21:51:28.6857300Z [3523/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-neon-u4.c.o 2024-08-20T21:51:28.6952030Z [3524/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-neon-u4.c.o 2024-08-20T21:51:28.7064470Z [3525/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u4.c.o 2024-08-20T21:51:28.7162530Z [3526/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-neon-u8.c.o 2024-08-20T21:51:28.7315260Z [3527/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-neon-u8.c.o 2024-08-20T21:51:28.7509840Z [3528/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-neon-u4.c.o 2024-08-20T21:51:28.7569860Z [3529/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2024-08-20T21:51:28.7668190Z [3530/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-neon-u4.c.o 2024-08-20T21:51:28.7953990Z [3531/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-neon-u4.c.o 2024-08-20T21:51:28.8052090Z [3532/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2024-08-20T21:51:28.8170710Z [3533/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-neon-u4.c.o 2024-08-20T21:51:28.8183590Z [3534/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-neon-u8.c.o 2024-08-20T21:51:28.8365810Z [3535/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2024-08-20T21:51:28.8368890Z [3536/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-neon-u8.c.o 2024-08-20T21:51:28.8496960Z [3537/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon-pipelined.c.o 2024-08-20T21:51:28.8588890Z [3538/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-neon-u4.c.o 2024-08-20T21:51:28.8810820Z [3539/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-neon-u8.c.o 2024-08-20T21:51:28.9014850Z [3540/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-neon-u4.c.o 2024-08-20T21:51:28.9239430Z [3541/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u4.c.o 2024-08-20T21:51:28.9402780Z [3542/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2024-08-20T21:51:28.9476230Z [3543/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u8.c.o 2024-08-20T21:51:28.9564730Z [3544/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u4.c.o 2024-08-20T21:51:28.9614910Z [3545/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2024-08-20T21:51:28.9625850Z [3546/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-neon-u4.c.o 2024-08-20T21:51:28.9833410Z [3547/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-neon-u8.c.o 2024-08-20T21:51:28.9968680Z [3548/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-neon-u4.c.o 2024-08-20T21:51:29.0055590Z [3549/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-neon-u8.c.o 2024-08-20T21:51:29.0489930Z [3550/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2024-08-20T21:51:29.0706300Z [3551/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-neon-u4.c.o 2024-08-20T21:51:29.0845030Z [3552/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u4.c.o 2024-08-20T21:51:29.0856400Z [3553/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2024-08-20T21:51:29.0886050Z [3554/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u16.c.o 2024-08-20T21:51:29.0890670Z [3555/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-neon-u12.c.o 2024-08-20T21:51:29.1082410Z [3556/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u4.c.o 2024-08-20T21:51:29.1127330Z [3557/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2024-08-20T21:51:29.1198300Z [3558/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u12.c.o 2024-08-20T21:51:29.1618160Z [3559/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u16.c.o 2024-08-20T21:51:29.1869780Z [3560/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u20.c.o 2024-08-20T21:51:29.1907890Z [3561/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u24.c.o 2024-08-20T21:51:29.2320880Z [3562/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u16.c.o 2024-08-20T21:51:29.2323650Z [3563/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u8.c.o 2024-08-20T21:51:29.2350520Z [3564/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u20.c.o 2024-08-20T21:51:29.2388680Z [3565/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u8.c.o 2024-08-20T21:51:29.2391280Z [3566/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u24.c.o 2024-08-20T21:51:29.2550040Z [3567/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u12.c.o 2024-08-20T21:51:29.3312550Z [3568/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u4.c.o 2024-08-20T21:51:29.3334630Z [3569/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2024-08-20T21:51:29.3375250Z [3570/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-neon-2x.c.o 2024-08-20T21:51:29.3400470Z [3571/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2024-08-20T21:51:29.3404990Z [3572/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u8.c.o 2024-08-20T21:51:29.3556210Z [3573/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neon-u4.c.o 2024-08-20T21:51:29.3577260Z [3574/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-neon-u4.c.o 2024-08-20T21:51:29.3814440Z [3575/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-neon-rr2-p6-u4.c.o 2024-08-20T21:51:29.3922700Z [3576/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2024-08-20T21:51:29.4411860Z [3577/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2024-08-20T21:51:29.4503860Z [3578/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neon-u8.c.o 2024-08-20T21:51:29.4546750Z [3579/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-neon-u4.c.o 2024-08-20T21:51:29.4676140Z [3580/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neon-u4.c.o 2024-08-20T21:51:29.4814630Z [3581/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neon-u8.c.o 2024-08-20T21:51:29.4815930Z [3582/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u4.c.o 2024-08-20T21:51:29.5030700Z [3583/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u8.c.o 2024-08-20T21:51:29.5063710Z [3584/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-neon-u4.c.o 2024-08-20T21:51:29.5191910Z [3585/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u4.c.o 2024-08-20T21:51:29.5248780Z [3586/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-neon-u8.c.o 2024-08-20T21:51:29.5737950Z [3587/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u16.c.o 2024-08-20T21:51:29.5774200Z [3588/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u12.c.o 2024-08-20T21:51:29.5786310Z [3589/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u20.c.o 2024-08-20T21:51:29.5950530Z [3590/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut64-p2-nr2recps-u24.c.o 2024-08-20T21:51:29.6100430Z [3591/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u4.c.o 2024-08-20T21:51:29.6385130Z [3592/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u20.c.o 2024-08-20T21:51:29.6419210Z [3593/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u8.c.o 2024-08-20T21:51:29.6523420Z [3594/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u12.c.o 2024-08-20T21:51:29.6561380Z [3595/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u16.c.o 2024-08-20T21:51:29.6907860Z [3596/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-lut2048-p1-nr2recps-u24.c.o 2024-08-20T21:51:29.7075530Z [3597/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u12.c.o 2024-08-20T21:51:29.7092840Z [3598/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u4.c.o 2024-08-20T21:51:29.7336200Z [3599/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u8.c.o 2024-08-20T21:51:29.7357960Z [3600/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u16.c.o 2024-08-20T21:51:29.7463560Z [3601/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u20.c.o 2024-08-20T21:51:29.7703820Z [3602/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neon-rr2-p5-nr2recps-u24.c.o 2024-08-20T21:51:29.7912020Z [3603/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u12.c.o 2024-08-20T21:51:29.7999740Z [3604/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u4.c.o 2024-08-20T21:51:29.8018860Z [3605/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u16.c.o 2024-08-20T21:51:29.8230430Z [3606/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-neon-expm1minus-rr1-p6h5ts-nr2recps-u8.c.o 2024-08-20T21:51:29.8376650Z [3607/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-neon-u4.c.o 2024-08-20T21:51:29.8572360Z [3608/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-neon-u4.c.o 2024-08-20T21:51:29.8647710Z [3609/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-neon-u8.c.o 2024-08-20T21:51:29.8864150Z [3610/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-neon-u8.c.o 2024-08-20T21:51:29.8896320Z [3611/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-neon-u8.c.o 2024-08-20T21:51:29.9013600Z [3612/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2024-08-20T21:51:29.9253790Z [3613/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u32.c.o 2024-08-20T21:51:29.9260210Z [3614/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u8.c.o 2024-08-20T21:51:29.9451280Z [3615/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u24.c.o 2024-08-20T21:51:29.9559620Z [3616/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-neon-u16.c.o 2024-08-20T21:51:29.9644030Z [3617/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-neon-int16.c.o 2024-08-20T21:51:29.9911330Z [3618/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-neon-int32.c.o 2024-08-20T21:51:30.0088740Z [3619/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-neon-rr2-lut16-p3.c.o 2024-08-20T21:51:30.0181330Z [3620/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-neon.c.o 2024-08-20T21:51:30.0247880Z [3621/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-qs8-cvt-neon.c.o 2024-08-20T21:51:30.0523900Z [3622/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-neon-addsub.c.o 2024-08-20T21:51:30.0549610Z [3623/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-neon-rr2-p6.c.o 2024-08-20T21:51:30.0658300Z [3624/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-qu8-cvt-neon.c.o 2024-08-20T21:51:30.0759390Z [3625/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-neon-addsub.c.o 2024-08-20T21:51:30.0825520Z [3626/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-neon-addsub.c.o 2024-08-20T21:51:30.1003850Z [3627/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-neon-cvt.c.o 2024-08-20T21:51:30.1015940Z [3628/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-neon-cvt.c.o 2024-08-20T21:51:30.1395500Z [3629/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-neon-cvt.c.o 2024-08-20T21:51:30.1566190Z [3630/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-neon-addsub.c.o 2024-08-20T21:51:30.1615080Z [3631/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neon-rr2-lut64-p2-nr2recps.c.o 2024-08-20T21:51:30.1648200Z [3632/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neon-rr2-lut2048-p1-nr2recps.c.o 2024-08-20T21:51:30.1927450Z [3633/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neon-nr1rsqrts.c.o 2024-08-20T21:51:30.2087580Z [3634/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-neon-rr2-p5-nr2recps.c.o 2024-08-20T21:51:30.2129200Z [3635/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neon-expm1minus-rr2-lut8-p4h2ts-nr2recps.c.o 2024-08-20T21:51:30.2151760Z [3636/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neon-nr3rsqrts.c.o 2024-08-20T21:51:30.2330600Z [3637/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neon-expm1minus-rr1-p6h5ts-nr2recps.c.o 2024-08-20T21:51:30.2639590Z [3638/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-neon-nr2rsqrts.c.o 2024-08-20T21:51:30.2698700Z [3639/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-neon-expm1minus-rr2-lut8-p4h3ps-nr2recps.c.o 2024-08-20T21:51:30.2907680Z [3640/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.3147400Z [3641/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.3164740Z [3642/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.3406040Z [3643/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.3738110Z [3644/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.3819670Z [3645/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.3827710Z [3646/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.3902090Z [3647/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.3967860Z [3648/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.4282690Z [3649/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.4419020Z [3650/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.4447680Z [3651/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2024-08-20T21:51:30.4757910Z [3652/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.5020060Z [3653/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.5155750Z [3654/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.5309510Z [3655/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.5317420Z [3656/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2024-08-20T21:51:30.5420450Z [3657/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.5424710Z [3658/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.5497590Z [3659/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.5855360Z [3660/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.5976210Z [3661/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.6089040Z [3662/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.6602480Z [3663/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.6621780Z [3664/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.6666650Z [3665/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.6697310Z [3666/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.6884830Z [3667/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.6893340Z [3668/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.6966020Z [3669/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.7388940Z [3670/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.7475300Z [3671/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.7610900Z [3672/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.8011160Z [3673/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.8179750Z [3674/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.8470530Z [3675/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.8484960Z [3676/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2024-08-20T21:51:30.8532000Z [3677/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.8583840Z [3678/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2024-08-20T21:51:30.8708280Z [3679/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.8812190Z [3680/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.9013250Z [3681/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.9026110Z [3682/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.9226570Z [3683/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.9230290Z [3684/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.9792670Z [3685/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:30.9948890Z [3686/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:30.9958190Z [3687/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:31.0105820Z [3688/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:31.0188510Z [3689/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:31.0251830Z [3690/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:31.0461060Z [3691/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:31.0474310Z [3692/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:31.0487850Z [3693/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8-minmax-neon-mlal-lane.c.o 2024-08-20T21:51:31.0679090Z [3694/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16-minmax-neon-mlal-lane-prfm.c.o 2024-08-20T21:51:31.1372380Z [3695/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-20T21:51:31.1425650Z [3696/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:31.1437010Z [3697/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2024-08-20T21:51:31.1441760Z [3698/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-20T21:51:31.1596870Z [3699/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:31.1776110Z [3700/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-20T21:51:31.1911290Z [3701/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2024-08-20T21:51:31.1932070Z [3702/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:31.1946550Z [3703/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-20T21:51:31.2084970Z [3704/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:31.2854370Z [3705/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-20T21:51:31.2890900Z [3706/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:31.3069990Z [3707/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-20T21:51:31.3103540Z [3708/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:31.3156070Z [3709/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:31.3271550Z [3710/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2024-08-20T21:51:31.3275160Z [3711/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-20T21:51:31.3672170Z [3712/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-20T21:51:31.3784690Z [3713/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul8-ld128.c.o 2024-08-20T21:51:31.3856970Z [3714/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:31.4261190Z [3715/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:31.4381760Z [3716/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:31.4453780Z [3717/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:31.4557130Z [3718/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:31.4664280Z [3719/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-20T21:51:31.4693470Z [3720/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-rndnu-neon-mul16.c.o 2024-08-20T21:51:31.4698810Z [3721/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-20T21:51:31.4961500Z [3722/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-neon-mul16.c.o 2024-08-20T21:51:31.5314550Z [3723/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mla8-ld128.c.o 2024-08-20T21:51:31.5391950Z [3724/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mul8-ld64.c.o 2024-08-20T21:51:31.5493700Z [3725/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-rndnu-neon-mla8-ld64.c.o 2024-08-20T21:51:31.6812590Z [3726/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2024-08-20T21:51:31.6840320Z [3727/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2024-08-20T21:51:31.7059440Z [3728/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-08-20T21:51:31.7081880Z [3729/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-08-20T21:51:31.7184660Z [3730/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-08-20T21:51:31.7201360Z [3731/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-08-20T21:51:31.7354960Z [3732/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2024-08-20T21:51:31.7602350Z [3733/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-08-20T21:51:31.8515880Z [3734/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-08-20T21:51:31.9119970Z [3735/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-08-20T21:51:31.9181420Z [3736/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-08-20T21:51:31.9187280Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/src/google/protobuf/stubs/strutil.cc:507:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 2024-08-20T21:51:31.9191540Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2024-08-20T21:51:31.9192410Z ^ 2024-08-20T21:51:31.9194160Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2024-08-20T21:51:31.9197500Z __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") 2024-08-20T21:51:31.9199770Z ^ 2024-08-20T21:51:31.9201390Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2024-08-20T21:51:31.9203360Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2024-08-20T21:51:31.9208540Z ^ 2024-08-20T21:51:31.9208820Z 1 warning generated. 2024-08-20T21:51:31.9263500Z [3737/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2024-08-20T21:51:31.9357590Z [3738/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-08-20T21:51:31.9429180Z [3739/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2024-08-20T21:51:31.9563070Z [3740/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2024-08-20T21:51:31.9972290Z [3741/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-08-20T21:51:32.0071570Z [3742/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2024-08-20T21:51:32.1337260Z [3743/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-08-20T21:51:32.1344080Z [3744/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2024-08-20T21:51:32.1351420Z [3745/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-08-20T21:51:32.1402100Z [3746/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2024-08-20T21:51:32.1553650Z [3747/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-08-20T21:51:32.1574840Z [3748/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-08-20T21:51:32.1676780Z [3749/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-08-20T21:51:32.1679940Z [3750/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-08-20T21:51:32.2680530Z [3751/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2024-08-20T21:51:32.2910310Z [3752/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-08-20T21:51:32.4019350Z [3753/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2024-08-20T21:51:32.4035480Z [3754/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-08-20T21:51:32.4044260Z [3755/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2024-08-20T21:51:32.4089130Z [3756/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-08-20T21:51:32.4221840Z [3757/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2024-08-20T21:51:32.4323340Z [3758/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-08-20T21:51:32.4326070Z [3759/5911] Linking CXX static library lib/libprotobuf-lite.a 2024-08-20T21:51:32.4405030Z [3760/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2024-08-20T21:51:32.4457400Z [3761/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-08-20T21:51:32.5065710Z [3762/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-08-20T21:51:32.6434790Z [3763/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-08-20T21:51:32.6544190Z [3764/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-08-20T21:51:32.6644800Z [3765/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-08-20T21:51:32.6749550Z [3766/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2024-08-20T21:51:32.6761100Z [3767/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-08-20T21:51:32.6762340Z [3768/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2024-08-20T21:51:32.6763400Z [3769/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2024-08-20T21:51:32.6804940Z [3770/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2024-08-20T21:51:32.8008060Z [3771/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-08-20T21:51:32.8208530Z [3772/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-08-20T21:51:32.8946590Z [3773/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-08-20T21:51:32.9080980Z [3774/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-08-20T21:51:32.9104640Z /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/protobuf/src/google/protobuf/stubs/strutil.cc:507:11: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 2024-08-20T21:51:32.9107480Z sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), 2024-08-20T21:51:32.9156420Z ^ 2024-08-20T21:51:32.9174830Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here 2024-08-20T21:51:32.9299360Z __deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.") 2024-08-20T21:51:32.9319100Z ^ 2024-08-20T21:51:32.9321700Z /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:218:48: note: expanded from macro '__deprecated_msg' 2024-08-20T21:51:32.9322540Z #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg))) 2024-08-20T21:51:32.9322940Z ^ 2024-08-20T21:51:32.9323220Z 1 warning generated. 2024-08-20T21:51:32.9323780Z [3775/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2024-08-20T21:51:32.9324750Z [3776/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-08-20T21:51:32.9327300Z [3777/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-08-20T21:51:32.9329880Z [3778/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2024-08-20T21:51:32.9331770Z [3779/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2024-08-20T21:51:33.0155430Z [3780/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-08-20T21:51:33.0947760Z [3781/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-08-20T21:51:33.1216620Z [3782/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2024-08-20T21:51:33.1439840Z [3783/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2024-08-20T21:51:33.1615570Z [3784/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2024-08-20T21:51:33.1715390Z [3785/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2024-08-20T21:51:33.1880950Z [3786/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2024-08-20T21:51:33.1924570Z [3787/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2024-08-20T21:51:33.3095970Z [3788/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2024-08-20T21:51:33.3199630Z [3789/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2024-08-20T21:51:33.3410550Z [3790/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2024-08-20T21:51:33.3688210Z [3791/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2024-08-20T21:51:33.3828580Z [3792/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2024-08-20T21:51:33.4005240Z [3793/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2024-08-20T21:51:33.4251980Z [3794/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2024-08-20T21:51:33.4275260Z [3795/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2024-08-20T21:51:33.4309450Z [3796/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2024-08-20T21:51:33.4662260Z [3797/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2024-08-20T21:51:33.5840590Z [3798/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2024-08-20T21:51:33.6162850Z [3799/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2024-08-20T21:51:33.6212130Z [3800/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2024-08-20T21:51:33.6596190Z [3801/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2024-08-20T21:51:33.6603240Z [3802/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2024-08-20T21:51:33.6787260Z [3803/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2024-08-20T21:51:33.6802010Z [3804/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2024-08-20T21:51:33.7066580Z [3805/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2024-08-20T21:51:33.7075480Z [3806/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2024-08-20T21:51:33.7994370Z [3807/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2024-08-20T21:51:33.8970710Z [3808/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2024-08-20T21:51:33.9006550Z [3809/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2024-08-20T21:51:33.9062990Z [3810/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2024-08-20T21:51:33.9149560Z [3811/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2024-08-20T21:51:33.9250210Z [3812/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2024-08-20T21:51:33.9292340Z [3813/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2024-08-20T21:51:33.9373540Z [3814/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2024-08-20T21:51:33.9479490Z [3815/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2024-08-20T21:51:34.1378630Z [3816/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2024-08-20T21:51:34.1390250Z [3817/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2024-08-20T21:51:34.1397220Z [3818/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2024-08-20T21:51:34.1412270Z [3819/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2024-08-20T21:51:34.1419530Z [3820/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2024-08-20T21:51:34.1618020Z [3821/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2024-08-20T21:51:34.1625610Z [3822/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2024-08-20T21:51:34.1738010Z [3823/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2024-08-20T21:51:34.2772360Z [3824/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2024-08-20T21:51:34.3387770Z [3825/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2024-08-20T21:51:34.3791550Z [3826/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2024-08-20T21:51:34.4022370Z [3827/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2024-08-20T21:51:34.4082140Z [3828/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2024-08-20T21:51:34.4106650Z [3829/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2024-08-20T21:51:34.4294010Z [3830/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2024-08-20T21:51:34.4408450Z [3831/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2024-08-20T21:51:34.5361490Z [3832/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2024-08-20T21:51:34.5962920Z [3833/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2024-08-20T21:51:34.6092290Z [3834/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2024-08-20T21:51:34.6519390Z [3835/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2024-08-20T21:51:34.6623190Z [3836/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2024-08-20T21:51:34.6743270Z [3837/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2024-08-20T21:51:34.6750190Z [3838/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2024-08-20T21:51:34.6859020Z [3839/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2024-08-20T21:51:34.6937560Z [3840/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2024-08-20T21:51:34.8335120Z [3841/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2024-08-20T21:51:34.8480180Z [3842/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2024-08-20T21:51:34.8996820Z [3843/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2024-08-20T21:51:34.9017860Z [3844/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2024-08-20T21:51:34.9091990Z [3845/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2024-08-20T21:51:34.9197340Z [3846/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2024-08-20T21:51:34.9304660Z [3847/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2024-08-20T21:51:34.9387240Z [3848/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2024-08-20T21:51:34.9512020Z [3849/5911] Linking CXX static library lib/libprotobuf.a 2024-08-20T21:51:35.0483230Z [3850/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2024-08-20T21:51:35.1572060Z [3851/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2024-08-20T21:51:35.1597150Z [3852/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2024-08-20T21:51:35.1625240Z [3853/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2024-08-20T21:51:35.1762040Z [3854/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2024-08-20T21:51:35.1878600Z [3855/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2024-08-20T21:51:35.1888590Z [3856/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2024-08-20T21:51:35.1892650Z [3857/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2024-08-20T21:51:35.2495230Z [3858/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2024-08-20T21:51:35.3847100Z [3859/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2024-08-20T21:51:35.4009320Z [3860/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2024-08-20T21:51:35.4016000Z [3861/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2024-08-20T21:51:35.4145550Z [3862/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2024-08-20T21:51:35.4158940Z [3863/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2024-08-20T21:51:35.4314880Z [3864/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2024-08-20T21:51:35.4358570Z [3865/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2024-08-20T21:51:35.4921380Z [3866/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2024-08-20T21:51:35.6185070Z [3867/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2024-08-20T21:51:35.6378540Z [3868/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2024-08-20T21:51:35.6385510Z [3869/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2024-08-20T21:51:35.6559490Z [3870/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2024-08-20T21:51:35.6580330Z [3871/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2024-08-20T21:51:35.6599150Z [3872/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2024-08-20T21:51:35.6716080Z [3873/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2024-08-20T21:51:35.6813020Z [3874/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2024-08-20T21:51:35.8766260Z [3875/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2024-08-20T21:51:35.8774090Z [3876/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2024-08-20T21:51:35.8826420Z [3877/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2024-08-20T21:51:35.8930800Z [3878/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2024-08-20T21:51:35.9052980Z [3879/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2024-08-20T21:51:35.9076290Z [3880/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2024-08-20T21:51:35.9211890Z [3881/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2024-08-20T21:51:35.9223260Z [3882/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2024-08-20T21:51:36.0767980Z [3883/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2024-08-20T21:51:36.0868180Z [3884/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2024-08-20T21:51:36.1538070Z [3885/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2024-08-20T21:51:36.1777860Z [3886/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2024-08-20T21:51:36.1794900Z [3887/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2024-08-20T21:51:36.1882210Z [3888/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2024-08-20T21:51:36.2105060Z [3889/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2024-08-20T21:51:36.2114000Z [3890/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2024-08-20T21:51:36.2468670Z [3891/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2024-08-20T21:51:36.2535110Z [3892/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2024-08-20T21:51:36.3091200Z [3893/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2024-08-20T21:51:36.3123010Z [3894/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2024-08-20T21:51:36.3314750Z [3895/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2024-08-20T21:51:36.3516080Z [3896/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2024-08-20T21:51:36.4411730Z [3897/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2024-08-20T21:51:36.4747080Z [3898/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2024-08-20T21:51:36.5189160Z [3899/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2024-08-20T21:51:36.5227990Z [3900/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2024-08-20T21:51:36.5569390Z [3901/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2024-08-20T21:51:36.5577250Z [3902/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2024-08-20T21:51:36.5771740Z [3903/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2024-08-20T21:51:36.6030010Z [3904/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2024-08-20T21:51:36.6099940Z [3905/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2024-08-20T21:51:36.7494870Z [3906/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2024-08-20T21:51:36.7531380Z [3907/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2024-08-20T21:51:36.7718380Z [3908/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2024-08-20T21:51:36.7745880Z [3909/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2024-08-20T21:51:36.7808920Z [3910/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2024-08-20T21:51:36.7818770Z [3911/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2024-08-20T21:51:36.7974010Z [3912/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2024-08-20T21:51:36.8657020Z [3913/5911] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-08-20T21:51:36.8868350Z [3914/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2024-08-20T21:51:36.8878840Z [3915/5911] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-08-20T21:51:36.8939950Z [3916/5911] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/gcd.c.o 2024-08-20T21:51:36.9068530Z [3917/5911] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-08-20T21:51:36.9513640Z [3918/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-08-20T21:51:36.9740150Z [3919/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2024-08-20T21:51:36.9770040Z [3920/5911] Linking C static library lib/libpthreadpool.a 2024-08-20T21:51:36.9785010Z [3921/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2024-08-20T21:51:36.9795350Z [3922/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-08-20T21:51:36.9963700Z [3923/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2024-08-20T21:51:36.9970430Z [3924/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-08-20T21:51:36.9971240Z [3925/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-08-20T21:51:36.9974210Z [3926/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2024-08-20T21:51:37.0205790Z [3927/5911] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2024-08-20T21:51:37.0503210Z [3928/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2024-08-20T21:51:37.0775990Z [3929/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-08-20T21:51:37.0797040Z [3930/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/mach/init.c.o 2024-08-20T21:51:37.0930930Z [3931/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-08-20T21:51:37.0964150Z [3932/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-08-20T21:51:37.1063170Z [3933/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2024-08-20T21:51:37.1200290Z [3934/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-08-20T21:51:37.1390260Z [3935/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/mach/topology.c.o 2024-08-20T21:51:37.1448760Z [3936/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2024-08-20T21:51:37.1533690Z [3937/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/mach/init.c.o 2024-08-20T21:51:37.1842780Z [3938/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2024-08-20T21:51:37.1902080Z [3939/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2024-08-20T21:51:37.1910800Z [3940/5911] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/mach/topology.c.o 2024-08-20T21:51:37.1933960Z [3941/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2024-08-20T21:51:37.2026010Z [3942/5911] Linking C static library lib/libcpuinfo.a 2024-08-20T21:51:37.2119060Z [3943/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2024-08-20T21:51:37.2147060Z [3944/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2024-08-20T21:51:37.2640180Z [3945/5911] Linking C static library lib/libcpuinfo_internals.a 2024-08-20T21:51:37.2687120Z [3946/5911] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2024-08-20T21:51:37.2759890Z [3947/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2024-08-20T21:51:37.2968960Z [3948/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2024-08-20T21:51:37.3151840Z [3949/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2024-08-20T21:51:37.3159310Z [3950/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2024-08-20T21:51:37.3370090Z [3951/5911] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2024-08-20T21:51:37.3633350Z [3952/5911] Linking CXX static library lib/libprotoc.a 2024-08-20T21:51:37.3769940Z [3953/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2024-08-20T21:51:37.3778630Z [3954/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2024-08-20T21:51:37.3879520Z [3955/5911] Linking CXX shared library lib/libc10.dylib 2024-08-20T21:51:37.3986520Z [3956/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2024-08-20T21:51:37.4094870Z [3957/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2024-08-20T21:51:37.4373720Z [3958/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2024-08-20T21:51:37.4410210Z [3959/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2024-08-20T21:51:37.4608220Z [3960/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2024-08-20T21:51:37.4851380Z [3961/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2024-08-20T21:51:37.5017760Z [3962/5911] Linking CXX static library lib/libXNNPACK.a 2024-08-20T21:51:37.5039960Z [3963/5911] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2024-08-20T21:51:37.5250890Z [3964/5911] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-unpack.cc.o 2024-08-20T21:51:37.5499770Z [3965/5911] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2024-08-20T21:51:37.5503210Z [3966/5911] Linking CXX executable bin/protoc-3.13.0.0 2024-08-20T21:51:37.5719800Z [3967/5911] Creating executable symlink bin/protoc 2024-08-20T21:51:37.5793970Z [3968/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2024-08-20T21:51:37.5810840Z [3969/5911] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2024-08-20T21:51:37.5995760Z [3970/5911] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2024-08-20T21:51:37.6002120Z [3971/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2024-08-20T21:51:37.6006000Z [3972/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2024-08-20T21:51:37.6207220Z [3973/5911] Running gen_proto.py on onnx/onnx.in.proto 2024-08-20T21:51:37.6211120Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx.in.proto 2024-08-20T21:51:37.6211940Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-08-20T21:51:37.6212790Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2024-08-20T21:51:37.6213590Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-ml.pb.h 2024-08-20T21:51:37.6214330Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_pb.py 2024-08-20T21:51:37.6219920Z [3974/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2024-08-20T21:51:37.6380930Z [3975/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2024-08-20T21:51:37.6729820Z [3976/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-neon.c.o 2024-08-20T21:51:37.6739360Z [3977/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-neon.c.o 2024-08-20T21:51:37.7284020Z [3978/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-neon.c.o 2024-08-20T21:51:37.7346210Z [3979/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x8-neon.c.o 2024-08-20T21:51:37.7409980Z [3980/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-neon.c.o 2024-08-20T21:51:37.7413790Z [3981/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-neon-per-channel.c.o 2024-08-20T21:51:37.7433360Z [3982/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/8x8-neon.c.o 2024-08-20T21:51:37.7644650Z [3983/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-neon.c.o 2024-08-20T21:51:37.7983390Z [3984/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-neon.c.o 2024-08-20T21:51:37.8282510Z [3985/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-neon-per-channel.c.o 2024-08-20T21:51:37.8489980Z [3986/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-neon.c.o 2024-08-20T21:51:37.8519480Z [3987/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-neon.c.o 2024-08-20T21:51:37.8526690Z [3988/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x-sumrows-neon.c.o 2024-08-20T21:51:37.8825710Z [3989/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8c2-xzp-neon.c.o 2024-08-20T21:51:37.8868850Z [3990/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8-neon.c.o 2024-08-20T21:51:37.8973590Z [3991/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x8-dq-neon.c.o 2024-08-20T21:51:37.9199060Z [3992/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-neon.c.o 2024-08-20T21:51:37.9282520Z [3993/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/6x4-neon.c.o 2024-08-20T21:51:37.9304530Z [3994/5911] Running C++ protocol buffer compiler on /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-08-20T21:51:37.9487180Z [3995/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-neon.c.o 2024-08-20T21:51:37.9566620Z [3996/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/neon.c.o 2024-08-20T21:51:37.9670410Z [3997/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/5x8-neon.c.o 2024-08-20T21:51:37.9772520Z [3998/5911] Running gen_proto.py on onnx/onnx-data.in.proto 2024-08-20T21:51:37.9773440Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx-data.in.proto 2024-08-20T21:51:37.9774380Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-08-20T21:51:37.9775250Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2024-08-20T21:51:37.9776140Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data.pb.h 2024-08-20T21:51:37.9780060Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_data_pb.py 2024-08-20T21:51:37.9787100Z [3999/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-neon.c.o 2024-08-20T21:51:37.9906620Z [4000/5911] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-08-20T21:51:37.9914340Z Processing /Users/ec2-user/runner/_work/pytorch/pytorch/third_party/onnx/onnx/onnx-operators.in.proto 2024-08-20T21:51:37.9915910Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-08-20T21:51:37.9919670Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2024-08-20T21:51:37.9924560Z Writing /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2024-08-20T21:51:37.9926490Z generating /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_operators_pb.py 2024-08-20T21:51:38.0019550Z [4001/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/neon.c.o 2024-08-20T21:51:38.0230030Z [4002/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-neon.c.o 2024-08-20T21:51:38.0351390Z [4003/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-neon.c.o 2024-08-20T21:51:38.0451580Z [4004/5911] Running C++ protocol buffer compiler on /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-08-20T21:51:38.0583540Z [4005/5911] Running C++ protocol buffer compiler on /Users/ec2-user/runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-08-20T21:51:38.0602990Z [4006/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-neon.c.o 2024-08-20T21:51:38.0681850Z [4007/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/neon.c.o 2024-08-20T21:51:38.1035600Z [4008/5911] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/8x8-aarch64-neon.S.o 2024-08-20T21:51:38.1058470Z [4009/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-neon.c.o 2024-08-20T21:51:38.1191980Z [4010/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-neon.c.o 2024-08-20T21:51:38.1300740Z [4011/5911] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-dq-aarch64-neon.S.o 2024-08-20T21:51:38.1305510Z [4012/5911] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/8x8-aarch64-neon.S.o 2024-08-20T21:51:38.1313380Z [4013/5911] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-neon.c.o 2024-08-20T21:51:38.1315550Z [4014/5911] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-aarch64-neon.S.o 2024-08-20T21:51:38.2950670Z [4015/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2024-08-20T21:51:38.3238310Z [4016/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2024-08-20T21:51:38.3537620Z [4017/5911] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2024-08-20T21:51:38.3635760Z [4018/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2024-08-20T21:51:38.3678960Z [4019/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2024-08-20T21:51:38.3723510Z [4020/5911] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2024-08-20T21:51:38.3931510Z [4021/5911] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2024-08-20T21:51:38.4003820Z [4022/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2024-08-20T21:51:38.4950050Z [4023/5911] Linking CXX static library lib/libonnx_proto.a 2024-08-20T21:51:38.5573600Z [4024/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2024-08-20T21:51:38.5953720Z [4025/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2024-08-20T21:51:38.6053540Z [4026/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2024-08-20T21:51:38.6187840Z [4027/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2024-08-20T21:51:38.6222590Z [4028/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2024-08-20T21:51:38.6450310Z [4029/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/utils.cc.o 2024-08-20T21:51:38.6571030Z [4030/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2024-08-20T21:51:38.6641980Z [4031/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2024-08-20T21:51:38.7733080Z [4032/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2024-08-20T21:51:38.8181950Z [4033/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/utils.cc.o 2024-08-20T21:51:38.8230800Z [4034/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2024-08-20T21:51:38.9168880Z [4035/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/image/defs.cc.o 2024-08-20T21:51:38.9292770Z [4036/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2024-08-20T21:51:38.9744070Z [4037/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2024-08-20T21:51:38.9829170Z [4038/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2024-08-20T21:51:38.9847470Z [4039/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2024-08-20T21:51:39.0106590Z [4040/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2024-08-20T21:51:39.0121490Z [4041/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/utils.cc.o 2024-08-20T21:51:39.0384050Z [4042/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2024-08-20T21:51:39.1122330Z [4043/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2024-08-20T21:51:39.1431610Z [4044/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2024-08-20T21:51:39.2148080Z [4045/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2024-08-20T21:51:39.2211720Z [4046/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/old.cc.o 2024-08-20T21:51:39.2869380Z [4047/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2024-08-20T21:51:39.3061350Z [4048/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2024-08-20T21:51:39.3073220Z [4049/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2024-08-20T21:51:39.3276620Z [4050/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2024-08-20T21:51:39.3377330Z [4051/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2024-08-20T21:51:39.4019300Z [4052/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2024-08-20T21:51:39.4630330Z [4053/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2024-08-20T21:51:39.5038560Z [4054/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/utils.cc.o 2024-08-20T21:51:39.5298840Z [4055/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2024-08-20T21:51:39.5316200Z [4056/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2024-08-20T21:51:39.5588210Z [4057/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2024-08-20T21:51:39.5900880Z [4058/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2024-08-20T21:51:39.6147520Z [4059/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2024-08-20T21:51:39.6188720Z [4060/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2024-08-20T21:51:39.7026690Z [4061/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2024-08-20T21:51:39.7574450Z [4062/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2024-08-20T21:51:39.7875620Z [4063/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2024-08-20T21:51:39.8205770Z [4064/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2024-08-20T21:51:39.8268220Z [4065/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2024-08-20T21:51:39.8279850Z [4066/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/text/defs.cc.o 2024-08-20T21:51:39.8439810Z [4067/5911] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x8c1x4-dq-packedA-aarch64-neon.S.o 2024-08-20T21:51:39.8641180Z [4068/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2024-08-20T21:51:39.8704860Z [4069/5911] Building ASM object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x8c8x1-dq-packedA-aarch64-neon.S.o 2024-08-20T21:51:39.9105060Z [4070/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/inliner/inliner.cc.o 2024-08-20T21:51:39.9255660Z [4071/5911] Building C object confu-deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2024-08-20T21:51:39.9385250Z [4072/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2024-08-20T21:51:39.9573040Z [4073/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2024-08-20T21:51:39.9755030Z [4074/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2024-08-20T21:51:39.9773610Z [4075/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2024-08-20T21:51:39.9831180Z [4076/5911] Linking C static library lib/libclog.a 2024-08-20T21:51:39.9975900Z [4077/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2024-08-20T21:51:39.9982890Z [4078/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2024-08-20T21:51:40.0187380Z [4079/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2024-08-20T21:51:40.0231020Z [4080/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2024-08-20T21:51:40.0471290Z [4081/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2024-08-20T21:51:40.0717280Z [4082/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2024-08-20T21:51:40.0719530Z [4083/5911] Linking CXX static library lib/libpytorch_qnnpack.a 2024-08-20T21:51:40.0892020Z [4084/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2024-08-20T21:51:40.0993570Z [4085/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2024-08-20T21:51:40.0999610Z [4086/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2024-08-20T21:51:40.1043110Z [4087/5911] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2024-08-20T21:51:40.1214150Z [4088/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/2d-fourier-8x8.c.o 2024-08-20T21:51:40.1435390Z [4089/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/2d-fourier-16x16.c.o 2024-08-20T21:51:40.1585870Z [4090/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/2d-winograd-8x8-3x3.c.o 2024-08-20T21:51:40.1735550Z [4091/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/2d-winograd-8x8-3x3-fp16.c.o 2024-08-20T21:51:40.1974070Z [4092/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4gemm.c.o 2024-08-20T21:51:40.1991320Z [4093/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/h4gemm.c.o 2024-08-20T21:51:40.2150570Z [4094/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm-conjb.c.o 2024-08-20T21:51:40.2166660Z [4095/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/conv1x1.c.o 2024-08-20T21:51:40.2183340Z [4096/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm-conjb.c.o 2024-08-20T21:51:40.2490840Z [4097/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/sgemm.c.o 2024-08-20T21:51:40.2716650Z [4098/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/relu.c.o 2024-08-20T21:51:40.2786840Z [4099/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/sdotxf.c.o 2024-08-20T21:51:40.2899530Z [4100/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/softmax.c.o 2024-08-20T21:51:40.3289510Z [4101/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm-conjb-transc.c.o 2024-08-20T21:51:40.3292030Z [4102/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/s4c2gemm.c.o 2024-08-20T21:51:40.3431780Z [4103/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2024-08-20T21:51:40.3434260Z [4104/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/psimd/blas/shdotxf.c.o 2024-08-20T21:51:40.3478190Z [4105/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm.c.o 2024-08-20T21:51:40.3712600Z [4106/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2024-08-20T21:51:40.3856470Z [4107/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2024-08-20T21:51:40.3869700Z [4108/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/neon/blas/c4gemm-conjb-transc.c.o 2024-08-20T21:51:40.4095560Z [4109/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2024-08-20T21:51:40.4261520Z [4110/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2024-08-20T21:51:40.4303290Z [4111/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-scalar.c.o 2024-08-20T21:51:40.4363850Z [4112/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2024-08-20T21:51:40.4501630Z [4113/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2024-08-20T21:51:40.4609350Z [4114/5911] Linking C static library lib/libnnpack.a 2024-08-20T21:51:40.4660820Z [4115/5911] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2024-08-20T21:51:40.4795500Z [4116/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x2.c.o 2024-08-20T21:51:40.4844420Z [4117/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-scalar.c.o 2024-08-20T21:51:40.5057140Z [4118/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x1.c.o 2024-08-20T21:51:40.5151870Z [4119/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x4.c.o 2024-08-20T21:51:40.5166450Z [4120/5911] Linking CXX static library lib/libonnx.a 2024-08-20T21:51:40.5264570Z [4121/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x1.c.o 2024-08-20T21:51:40.5375100Z [4122/5911] Linking C static library lib/libnnpack_reference_layers.a 2024-08-20T21:51:40.5408650Z [4123/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x2.c.o 2024-08-20T21:51:40.5532900Z [4124/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x4.c.o 2024-08-20T21:51:40.5534520Z [4125/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x1.c.o 2024-08-20T21:51:40.5835830Z [4126/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x2.c.o 2024-08-20T21:51:40.5898710Z [4127/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x3.c.o 2024-08-20T21:51:40.6284900Z [4128/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2024-08-20T21:51:40.6295450Z [4129/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2024-08-20T21:51:40.6298160Z [4130/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2024-08-20T21:51:40.6326080Z [4131/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2024-08-20T21:51:40.6449700Z [4132/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2024-08-20T21:51:40.6522470Z [4133/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2024-08-20T21:51:40.6824330Z [4134/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2024-08-20T21:51:40.7054310Z [4135/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2024-08-20T21:51:40.7218380Z [4136/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2024-08-20T21:51:40.7232000Z [4137/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2024-08-20T21:51:40.7233680Z [4138/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2024-08-20T21:51:40.7334060Z [4139/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2024-08-20T21:51:40.7437640Z [4140/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2024-08-20T21:51:40.7555910Z [4141/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2024-08-20T21:51:40.7751430Z [4142/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2024-08-20T21:51:40.7806580Z [4143/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2024-08-20T21:51:40.8051550Z [4144/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2024-08-20T21:51:40.8147140Z [4145/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2024-08-20T21:51:40.8235280Z [4146/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x4.c.o 2024-08-20T21:51:40.8251950Z [4147/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2024-08-20T21:51:40.8261080Z [4148/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2024-08-20T21:51:40.8395210Z [4149/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2024-08-20T21:51:40.8588410Z [4150/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2024-08-20T21:51:40.8714260Z [4151/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2024-08-20T21:51:40.8763230Z [4152/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2024-08-20T21:51:40.9027380Z [4153/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2024-08-20T21:51:40.9030650Z [4154/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2024-08-20T21:51:40.9095000Z [4155/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2024-08-20T21:51:40.9233110Z [4156/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2024-08-20T21:51:40.9365600Z [4157/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2024-08-20T21:51:40.9502540Z [4158/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2024-08-20T21:51:40.9677140Z [4159/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2024-08-20T21:51:40.9739770Z [4160/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2024-08-20T21:51:40.9906070Z [4161/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2024-08-20T21:51:40.9909330Z [4162/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2024-08-20T21:51:41.0074150Z [4163/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.o 2024-08-20T21:51:41.0120170Z [4164/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.o 2024-08-20T21:51:41.0315460Z [4165/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.o 2024-08-20T21:51:41.0331590Z [4166/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2024-08-20T21:51:41.0386690Z [4167/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.o 2024-08-20T21:51:41.0564110Z [4168/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2024-08-20T21:51:41.0651360Z [4169/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.o 2024-08-20T21:51:41.0912340Z [4170/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.o 2024-08-20T21:51:41.0976490Z [4171/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.o 2024-08-20T21:51:41.1092440Z [4172/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2024-08-20T21:51:41.1094470Z [4173/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.o 2024-08-20T21:51:41.1192400Z [4174/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2024-08-20T21:51:41.1422940Z [4175/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.o 2024-08-20T21:51:41.1428610Z [4176/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.o 2024-08-20T21:51:41.1638390Z [4177/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.o 2024-08-20T21:51:41.1861240Z [4178/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.o 2024-08-20T21:51:41.1884430Z [4179/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2024-08-20T21:51:41.2018900Z [4180/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.o 2024-08-20T21:51:41.2074810Z [4181/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.o 2024-08-20T21:51:41.2304210Z [4182/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.o 2024-08-20T21:51:41.2392820Z [4183/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.o 2024-08-20T21:51:41.2524560Z [4184/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.o 2024-08-20T21:51:41.2771270Z [4185/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2024-08-20T21:51:41.2891770Z [4186/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.o 2024-08-20T21:51:41.2901280Z [4187/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.o 2024-08-20T21:51:41.3124900Z [4188/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2024-08-20T21:51:41.3243070Z [4189/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.o 2024-08-20T21:51:41.3290380Z [4190/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.o 2024-08-20T21:51:41.3295950Z [4191/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.o 2024-08-20T21:51:41.3397230Z [4192/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.o 2024-08-20T21:51:41.3539860Z [4193/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.o 2024-08-20T21:51:41.3793500Z [4194/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.o 2024-08-20T21:51:41.3802670Z [4195/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.o 2024-08-20T21:51:41.3804340Z [4196/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2024-08-20T21:51:41.4120680Z [4197/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2024-08-20T21:51:41.4169490Z [4198/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.o 2024-08-20T21:51:41.4336510Z [4199/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2024-08-20T21:51:41.4357770Z [4200/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.o 2024-08-20T21:51:41.4611240Z [4201/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.o 2024-08-20T21:51:41.4619400Z [4202/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.o 2024-08-20T21:51:41.4840790Z [4203/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2024-08-20T21:51:41.4989860Z [4204/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2024-08-20T21:51:41.5022470Z [4205/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2024-08-20T21:51:41.5074960Z [4206/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2024-08-20T21:51:41.5081580Z [4207/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2024-08-20T21:51:41.5193240Z [4208/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2024-08-20T21:51:41.5316200Z [4209/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2024-08-20T21:51:41.5358310Z [4210/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2024-08-20T21:51:41.5617570Z [4211/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2024-08-20T21:51:41.5940740Z [4212/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2024-08-20T21:51:41.6003910Z [4213/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2024-08-20T21:51:41.6144710Z [4214/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2024-08-20T21:51:41.6147990Z [4215/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2024-08-20T21:51:41.6295990Z [4216/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2024-08-20T21:51:41.6300420Z [4217/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2024-08-20T21:51:41.6438230Z [4218/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2024-08-20T21:51:41.6546020Z [4219/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2024-08-20T21:51:41.6648060Z [4220/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2024-08-20T21:51:41.6862800Z [4221/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2024-08-20T21:51:41.7077150Z [4222/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2024-08-20T21:51:41.7172280Z [4223/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2024-08-20T21:51:41.7311850Z [4224/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2024-08-20T21:51:41.7316290Z [4225/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2024-08-20T21:51:41.7367840Z [4226/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2024-08-20T21:51:41.7538240Z [4227/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2024-08-20T21:51:41.7607770Z [4228/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2024-08-20T21:51:41.7611500Z [4229/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2024-08-20T21:51:41.7764470Z [4230/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2024-08-20T21:51:41.7768450Z [4231/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2024-08-20T21:51:41.8138690Z [4232/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2024-08-20T21:51:41.8323920Z [4233/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2024-08-20T21:51:41.8382070Z [4234/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2024-08-20T21:51:41.8535890Z [4235/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2024-08-20T21:51:41.8539060Z [4236/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2024-08-20T21:51:41.8697260Z [4237/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-08-20T21:51:41.8821700Z [4238/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2024-08-20T21:51:41.8837860Z [4239/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2024-08-20T21:51:41.8852140Z [4240/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2024-08-20T21:51:41.9140750Z [4241/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-08-20T21:51:41.9178210Z [4242/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2024-08-20T21:51:41.9441370Z [4243/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2024-08-20T21:51:41.9448560Z [4244/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2024-08-20T21:51:41.9456620Z [4245/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2024-08-20T21:51:41.9905770Z [4246/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2024-08-20T21:51:41.9950940Z [4247/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2024-08-20T21:51:41.9954880Z [4248/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2024-08-20T21:51:41.9963420Z [4249/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2024-08-20T21:51:42.0075810Z [4250/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2024-08-20T21:51:42.0168400Z [4251/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2024-08-20T21:51:42.0185120Z [4252/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2024-08-20T21:51:42.0584310Z [4253/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2024-08-20T21:51:42.0624990Z [4254/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2024-08-20T21:51:42.0743850Z [4255/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2024-08-20T21:51:42.0893210Z [4256/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2024-08-20T21:51:42.1087610Z [4257/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2024-08-20T21:51:42.1101450Z [4258/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2024-08-20T21:51:42.1105840Z [4259/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2024-08-20T21:51:42.1114410Z [4260/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2024-08-20T21:51:42.1120040Z [4261/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2024-08-20T21:51:42.1364060Z [4262/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2024-08-20T21:51:42.1537680Z [4263/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-scalar-u1.c.o 2024-08-20T21:51:42.1662080Z [4264/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2024-08-20T21:51:42.1809660Z [4265/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-scalar-c1.c.o 2024-08-20T21:51:42.2087130Z [4266/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-scalar-c1.c.o 2024-08-20T21:51:42.2212610Z [4267/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2024-08-20T21:51:42.2253760Z [4268/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2024-08-20T21:51:42.2463990Z [4269/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2024-08-20T21:51:42.2597770Z [4270/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2024-08-20T21:51:42.2753810Z [4271/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2024-08-20T21:51:42.2755370Z [4272/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2024-08-20T21:51:42.2766060Z [4273/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2024-08-20T21:51:42.2824850Z [4274/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2024-08-20T21:51:42.3035050Z [4275/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2024-08-20T21:51:42.3187120Z [4276/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2024-08-20T21:51:42.3331400Z [4277/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2024-08-20T21:51:42.3540040Z [4278/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2024-08-20T21:51:42.3569730Z [4279/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2024-08-20T21:51:42.3620880Z [4280/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c.o 2024-08-20T21:51:42.3724740Z [4281/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2024-08-20T21:51:42.3829920Z [4282/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c.o 2024-08-20T21:51:42.3872880Z [4283/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2024-08-20T21:51:42.3892360Z [4284/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2024-08-20T21:51:42.4062960Z [4285/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2024-08-20T21:51:42.4236900Z [4286/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-08-20T21:51:42.4357190Z [4287/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2024-08-20T21:51:42.4620000Z [4288/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2024-08-20T21:51:42.4689050Z [4289/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2024-08-20T21:51:42.4874460Z [4290/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-08-20T21:51:42.4933970Z [4291/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2024-08-20T21:51:42.4998780Z [4292/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2024-08-20T21:51:42.5123860Z [4293/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2024-08-20T21:51:42.5127060Z [4294/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-08-20T21:51:42.5302960Z [4295/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2024-08-20T21:51:42.5408280Z [4296/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2024-08-20T21:51:42.5512110Z [4297/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2024-08-20T21:51:42.5771040Z [4298/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-20T21:51:42.5785260Z [4299/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2024-08-20T21:51:42.5919610Z [4300/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2024-08-20T21:51:42.5943960Z [4301/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2024-08-20T21:51:42.5976360Z [4302/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2024-08-20T21:51:42.5995510Z [4303/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2024-08-20T21:51:42.6190100Z [4304/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x4.c.o 2024-08-20T21:51:42.6226220Z [4305/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2024-08-20T21:51:42.6466300Z [4306/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2024-08-20T21:51:42.6760750Z [4307/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2024-08-20T21:51:42.6798610Z [4308/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x1.c.o 2024-08-20T21:51:42.7012690Z [4309/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-08-20T21:51:42.7049420Z [4310/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2024-08-20T21:51:42.7071920Z [4311/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-08-20T21:51:42.7266970Z [4312/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-08-20T21:51:42.7449610Z [4313/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2024-08-20T21:51:42.7473460Z [4314/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-08-20T21:51:42.7657490Z [4315/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2024-08-20T21:51:42.7731880Z [4316/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-08-20T21:51:42.7769380Z [4317/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2024-08-20T21:51:42.8048670Z [4318/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2024-08-20T21:51:42.8065480Z [4319/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2024-08-20T21:51:42.8270310Z [4320/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-08-20T21:51:42.8416060Z [4321/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2024-08-20T21:51:42.8565600Z [4322/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2024-08-20T21:51:42.8621420Z [4323/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2024-08-20T21:51:42.8642560Z [4324/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2024-08-20T21:51:42.8766540Z [4325/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2024-08-20T21:51:42.8805370Z [4326/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2024-08-20T21:51:42.9033000Z [4327/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2024-08-20T21:51:42.9181250Z [4328/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2024-08-20T21:51:42.9232810Z [4329/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2024-08-20T21:51:42.9316030Z [4330/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2024-08-20T21:51:42.9440550Z [4331/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2024-08-20T21:51:42.9481470Z [4332/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2024-08-20T21:51:42.9624640Z [4333/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2024-08-20T21:51:42.9636760Z [4334/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2024-08-20T21:51:42.9643720Z [4335/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2024-08-20T21:51:42.9916590Z [4336/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2024-08-20T21:51:43.0053730Z [4337/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2024-08-20T21:51:43.0196830Z [4338/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2024-08-20T21:51:43.0200830Z [4339/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2024-08-20T21:51:43.0409010Z [4340/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2024-08-20T21:51:43.0413380Z [4341/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2024-08-20T21:51:43.0521630Z [4342/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2024-08-20T21:51:43.0714950Z [4343/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2024-08-20T21:51:43.0822820Z [4344/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2024-08-20T21:51:43.0885510Z [4345/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2024-08-20T21:51:43.0975420Z [4346/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2024-08-20T21:51:43.1063070Z [4347/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2024-08-20T21:51:43.1204450Z [4348/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2024-08-20T21:51:43.1207430Z [4349/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2024-08-20T21:51:43.1478860Z [4350/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2024-08-20T21:51:43.1566270Z [4351/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2024-08-20T21:51:43.1684500Z [4352/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2024-08-20T21:51:43.1779710Z [4353/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2024-08-20T21:51:43.1841190Z [4354/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2024-08-20T21:51:43.1885590Z [4355/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2024-08-20T21:51:43.1990340Z [4356/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.o 2024-08-20T21:51:43.2097160Z [4357/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.o 2024-08-20T21:51:43.2100440Z [4358/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.o 2024-08-20T21:51:43.2375290Z [4359/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.o 2024-08-20T21:51:43.2479170Z [4360/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2024-08-20T21:51:43.2593230Z [4361/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2024-08-20T21:51:43.2669910Z [4362/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.o 2024-08-20T21:51:43.2906280Z [4363/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.o 2024-08-20T21:51:43.2909790Z [4364/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.o 2024-08-20T21:51:43.3128350Z [4365/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2024-08-20T21:51:43.3135200Z [4366/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2024-08-20T21:51:43.3297660Z [4367/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2024-08-20T21:51:43.3312540Z [4368/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2024-08-20T21:51:43.3325690Z [4369/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2024-08-20T21:51:43.3584440Z [4370/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2024-08-20T21:51:43.3604620Z [4371/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2024-08-20T21:51:43.3791600Z [4372/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2024-08-20T21:51:43.3999430Z [4373/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2024-08-20T21:51:43.4119630Z [4374/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2024-08-20T21:51:43.4141990Z [4375/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2024-08-20T21:51:43.4148420Z [4376/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2024-08-20T21:51:43.4271520Z [4377/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2024-08-20T21:51:43.4331780Z [4378/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2024-08-20T21:51:43.4408000Z [4379/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2024-08-20T21:51:43.4689130Z [4380/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2024-08-20T21:51:43.4869730Z [4381/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2024-08-20T21:51:43.4880060Z [4382/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2024-08-20T21:51:43.5022650Z [4383/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2024-08-20T21:51:43.5107470Z [4384/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2024-08-20T21:51:43.5228060Z [4385/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2024-08-20T21:51:43.5267860Z [4386/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2024-08-20T21:51:43.5306350Z [4387/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2024-08-20T21:51:43.5427240Z [4388/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2024-08-20T21:51:43.5431050Z [4389/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2024-08-20T21:51:43.5603950Z [4390/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2024-08-20T21:51:43.5857140Z [4391/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2024-08-20T21:51:43.5906880Z [4392/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2024-08-20T21:51:43.5944910Z [4393/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2024-08-20T21:51:43.6100940Z [4394/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2024-08-20T21:51:43.6232530Z [4395/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2024-08-20T21:51:43.6451830Z [4396/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u2.c.o 2024-08-20T21:51:43.6460010Z [4397/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u4.c.o 2024-08-20T21:51:43.6471650Z [4398/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2024-08-20T21:51:43.6746880Z [4399/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u8.c.o 2024-08-20T21:51:43.6898170Z [4400/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u1.c.o 2024-08-20T21:51:43.7029310Z [4401/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2024-08-20T21:51:43.7061740Z [4402/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u4.c.o 2024-08-20T21:51:43.7221820Z [4403/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u1.c.o 2024-08-20T21:51:43.7249470Z [4404/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u2.c.o 2024-08-20T21:51:43.7406830Z [4405/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2024-08-20T21:51:43.7492090Z [4406/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u8.c.o 2024-08-20T21:51:43.7641970Z [4407/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2024-08-20T21:51:43.7675380Z [4408/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u1.c.o 2024-08-20T21:51:43.7917940Z [4409/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u2.c.o 2024-08-20T21:51:43.7995380Z [4410/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u4.c.o 2024-08-20T21:51:43.8095110Z [4411/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2024-08-20T21:51:43.8228690Z [4412/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u8.c.o 2024-08-20T21:51:43.8271760Z [4413/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2024-08-20T21:51:43.8314710Z [4414/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u2.c.o 2024-08-20T21:51:43.8428440Z [4415/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u1.c.o 2024-08-20T21:51:43.8636700Z [4416/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u4.c.o 2024-08-20T21:51:43.8750910Z [4417/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2024-08-20T21:51:43.8937560Z [4418/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2024-08-20T21:51:43.9043960Z [4419/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2024-08-20T21:51:43.9100530Z [4420/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u1.c.o 2024-08-20T21:51:43.9142360Z [4421/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u2.c.o 2024-08-20T21:51:43.9221050Z [4422/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u8.c.o 2024-08-20T21:51:43.9303390Z [4423/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u8.c.o 2024-08-20T21:51:43.9344210Z [4424/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u4.c.o 2024-08-20T21:51:43.9572850Z [4425/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u2.c.o 2024-08-20T21:51:43.9597080Z [4426/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u1.c.o 2024-08-20T21:51:43.9740290Z [4427/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u1.c.o 2024-08-20T21:51:43.9866460Z [4428/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u4.c.o 2024-08-20T21:51:44.0149350Z [4429/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2024-08-20T21:51:44.0199950Z [4430/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u8.c.o 2024-08-20T21:51:44.0340770Z [4431/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2024-08-20T21:51:44.0495140Z [4432/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2024-08-20T21:51:44.0543540Z [4433/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u2.c.o 2024-08-20T21:51:44.0683680Z [4434/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2024-08-20T21:51:44.0697540Z [4435/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u1.c.o 2024-08-20T21:51:44.0903870Z [4436/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u1.c.o 2024-08-20T21:51:44.1091740Z [4437/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u4.c.o 2024-08-20T21:51:44.1233150Z [4438/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2024-08-20T21:51:44.1292920Z [4439/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u8.c.o 2024-08-20T21:51:44.1452200Z [4440/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u4.c.o 2024-08-20T21:51:44.1463750Z [4441/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u8.c.o 2024-08-20T21:51:44.1543420Z [4442/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2024-08-20T21:51:44.1707170Z [4443/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u2.c.o 2024-08-20T21:51:44.1721360Z [4444/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2024-08-20T21:51:44.1900900Z [4445/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2024-08-20T21:51:44.1905110Z [4446/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2024-08-20T21:51:44.2112110Z [4447/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2024-08-20T21:51:44.2248900Z [4448/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2024-08-20T21:51:44.2322730Z [4449/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2024-08-20T21:51:44.2424350Z [4450/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2024-08-20T21:51:44.2559810Z [4451/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2024-08-20T21:51:44.2639370Z [4452/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2024-08-20T21:51:44.2741390Z [4453/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2024-08-20T21:51:44.2847040Z [4454/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2024-08-20T21:51:44.3106200Z [4455/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2024-08-20T21:51:44.3116050Z [4456/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2024-08-20T21:51:44.3294400Z [4457/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2024-08-20T21:51:44.3378210Z [4458/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2024-08-20T21:51:44.3400770Z [4459/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2024-08-20T21:51:44.3531900Z [4460/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2024-08-20T21:51:44.3591330Z [4461/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2024-08-20T21:51:44.3698280Z [4462/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u1.c.o 2024-08-20T21:51:44.3700860Z [4463/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u2.c.o 2024-08-20T21:51:44.3881020Z [4464/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u4.c.o 2024-08-20T21:51:44.4182350Z [4465/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u1.c.o 2024-08-20T21:51:44.4186580Z [4466/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u8.c.o 2024-08-20T21:51:44.4247360Z [4467/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u2.c.o 2024-08-20T21:51:44.4434620Z [4468/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2024-08-20T21:51:44.4450060Z [4469/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u4.c.o 2024-08-20T21:51:44.4560700Z [4470/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u8.c.o 2024-08-20T21:51:44.4730800Z [4471/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2024-08-20T21:51:44.4741920Z [4472/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2024-08-20T21:51:44.4751970Z [4473/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2024-08-20T21:51:44.5040410Z [4474/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u1.c.o 2024-08-20T21:51:44.5278760Z [4475/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u2.c.o 2024-08-20T21:51:44.5281480Z [4476/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u8.c.o 2024-08-20T21:51:44.5326030Z [4477/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u4.c.o 2024-08-20T21:51:44.5514580Z [4478/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u2.c.o 2024-08-20T21:51:44.5545300Z [4479/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u1.c.o 2024-08-20T21:51:44.5581810Z [4480/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2024-08-20T21:51:44.5761450Z [4481/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u4.c.o 2024-08-20T21:51:44.5906410Z [4482/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2024-08-20T21:51:44.6154100Z [4483/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u8.c.o 2024-08-20T21:51:44.6312780Z [4484/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2024-08-20T21:51:44.6415830Z [4485/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u4.c.o 2024-08-20T21:51:44.6481920Z [4486/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u2.c.o 2024-08-20T21:51:44.6608940Z [4487/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u1.c.o 2024-08-20T21:51:44.6612240Z [4488/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u2.c.o 2024-08-20T21:51:44.6683640Z [4489/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u1.c.o 2024-08-20T21:51:44.6783720Z [4490/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u4.c.o 2024-08-20T21:51:44.6787290Z [4491/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2024-08-20T21:51:44.7066460Z [4492/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u8.c.o 2024-08-20T21:51:44.7078600Z [4493/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u8.c.o 2024-08-20T21:51:44.7123670Z [4494/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2024-08-20T21:51:44.7371450Z [4495/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2024-08-20T21:51:44.7466410Z [4496/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2024-08-20T21:51:44.7628800Z [4497/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2024-08-20T21:51:44.7750500Z [4498/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u8.c.o 2024-08-20T21:51:44.7811460Z [4499/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u1.c.o 2024-08-20T21:51:44.7907280Z [4500/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u4.c.o 2024-08-20T21:51:44.7952490Z [4501/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u2.c.o 2024-08-20T21:51:44.8131650Z [4502/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u2.c.o 2024-08-20T21:51:44.8184760Z [4503/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u4.c.o 2024-08-20T21:51:44.8337950Z [4504/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u8.c.o 2024-08-20T21:51:44.8412080Z [4505/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2024-08-20T21:51:44.8638300Z [4506/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2024-08-20T21:51:44.8785310Z [4507/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2024-08-20T21:51:44.8798490Z [4508/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u1.c.o 2024-08-20T21:51:44.8918900Z [4509/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2024-08-20T21:51:44.9159980Z [4510/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2024-08-20T21:51:44.9167380Z [4511/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2024-08-20T21:51:44.9340250Z [4512/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2024-08-20T21:51:44.9362420Z [4513/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2024-08-20T21:51:44.9408860Z [4514/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u2.c.o 2024-08-20T21:51:44.9472390Z [4515/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2024-08-20T21:51:44.9711040Z [4516/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2024-08-20T21:51:44.9807180Z [4517/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2024-08-20T21:51:44.9977110Z [4518/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2024-08-20T21:51:45.0099370Z [4519/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u1.c.o 2024-08-20T21:51:45.0104850Z [4520/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u8.c.o 2024-08-20T21:51:45.0240840Z [4521/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2024-08-20T21:51:45.0308830Z [4522/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2024-08-20T21:51:45.0458880Z [4523/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u4.c.o 2024-08-20T21:51:45.0460240Z [4524/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u2.c.o 2024-08-20T21:51:45.0600490Z [4525/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u4.c.o 2024-08-20T21:51:45.0875320Z [4526/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2024-08-20T21:51:45.0889200Z [4527/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u8.c.o 2024-08-20T21:51:45.1054950Z [4528/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2024-08-20T21:51:45.1091910Z [4529/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u1.c.o 2024-08-20T21:51:45.1209220Z [4530/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2024-08-20T21:51:45.1250770Z [4531/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u2.c.o 2024-08-20T21:51:45.1430090Z [4532/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u8.c.o 2024-08-20T21:51:45.1533740Z [4533/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2024-08-20T21:51:45.1542260Z [4534/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u4.c.o 2024-08-20T21:51:45.1651350Z [4535/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u1.c.o 2024-08-20T21:51:45.2008520Z [4536/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u8.c.o 2024-08-20T21:51:45.2056420Z [4537/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u2.c.o 2024-08-20T21:51:45.2157940Z [4538/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2024-08-20T21:51:45.2303410Z [4539/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2024-08-20T21:51:45.2487620Z [4540/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2024-08-20T21:51:45.2600470Z [4541/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2024-08-20T21:51:45.2601660Z [4542/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2024-08-20T21:51:45.2604590Z [4543/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2024-08-20T21:51:45.2614810Z [4544/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2024-08-20T21:51:45.2843020Z [4545/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u4.c.o 2024-08-20T21:51:45.2874320Z [4546/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2024-08-20T21:51:45.2998550Z [4547/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2024-08-20T21:51:45.3119130Z [4548/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2024-08-20T21:51:45.3169250Z [4549/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2024-08-20T21:51:45.3679890Z [4550/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2024-08-20T21:51:45.3698400Z [4551/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2024-08-20T21:51:45.3716470Z [4552/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2024-08-20T21:51:45.3875090Z [4553/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2024-08-20T21:51:45.3889020Z [4554/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2024-08-20T21:51:45.4135750Z [4555/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2024-08-20T21:51:45.4138780Z [4556/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2024-08-20T21:51:45.4306870Z [4557/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2024-08-20T21:51:45.4395410Z [4558/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2024-08-20T21:51:45.4596220Z [4559/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2024-08-20T21:51:45.4603370Z [4560/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2024-08-20T21:51:45.4842640Z [4561/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2024-08-20T21:51:45.4863100Z [4562/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2024-08-20T21:51:45.4875380Z [4563/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2024-08-20T21:51:45.5079450Z [4564/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2024-08-20T21:51:45.5105430Z [4565/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2024-08-20T21:51:45.5361180Z [4566/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2024-08-20T21:51:45.5385020Z [4567/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2024-08-20T21:51:45.5421680Z [4568/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2024-08-20T21:51:45.5638800Z [4569/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2024-08-20T21:51:45.5836530Z [4570/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2024-08-20T21:51:45.5850580Z [4571/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2024-08-20T21:51:45.5904390Z [4572/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2024-08-20T21:51:45.5923390Z [4573/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2024-08-20T21:51:45.6145270Z [4574/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2024-08-20T21:51:45.6163430Z [4575/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2024-08-20T21:51:45.6369290Z [4576/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2024-08-20T21:51:45.6374850Z [4577/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2024-08-20T21:51:45.6947070Z [4578/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2024-08-20T21:51:45.7070000Z [4579/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2024-08-20T21:51:45.7209780Z [4580/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2024-08-20T21:51:45.7210830Z [4581/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2024-08-20T21:51:45.7241770Z [4582/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2024-08-20T21:51:45.7246260Z [4583/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2024-08-20T21:51:45.7256760Z [4584/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2024-08-20T21:51:45.7554390Z [4585/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2024-08-20T21:51:45.8005720Z [4586/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2024-08-20T21:51:45.8031780Z [4587/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.o 2024-08-20T21:51:45.8040900Z [4588/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2024-08-20T21:51:45.8149610Z [4589/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.o 2024-08-20T21:51:45.8173970Z [4590/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.o 2024-08-20T21:51:45.8291730Z [4591/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2024-08-20T21:51:45.8293320Z [4592/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2024-08-20T21:51:45.8401360Z [4593/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.o 2024-08-20T21:51:45.8489130Z [4594/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2024-08-20T21:51:45.8564050Z [4595/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.o 2024-08-20T21:51:45.9125820Z [4596/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-08-20T21:51:45.9225690Z [4597/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2024-08-20T21:51:45.9333920Z [4598/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2024-08-20T21:51:45.9336870Z [4599/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-08-20T21:51:45.9361170Z [4600/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-20T21:51:45.9530540Z [4601/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-08-20T21:51:45.9554860Z [4602/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u1.c.o 2024-08-20T21:51:45.9584780Z [4603/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-20T21:51:45.9802360Z [4604/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-08-20T21:51:45.9810460Z [4605/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2024-08-20T21:51:46.0137660Z [4606/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u2.c.o 2024-08-20T21:51:46.0182120Z [4607/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u4.c.o 2024-08-20T21:51:46.0401840Z [4608/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u4.c.o 2024-08-20T21:51:46.0581040Z [4609/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u4.c.o 2024-08-20T21:51:46.0682000Z [4610/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p3.c.o 2024-08-20T21:51:46.0687960Z [4611/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u2.c.o 2024-08-20T21:51:46.0690990Z [4612/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u1.c.o 2024-08-20T21:51:46.0695690Z [4613/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u1.c.o 2024-08-20T21:51:46.0764640Z [4614/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u1.c.o 2024-08-20T21:51:46.0969740Z [4615/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u2.c.o 2024-08-20T21:51:46.1092490Z [4616/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u2.c.o 2024-08-20T21:51:46.1318480Z [4617/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u3.c.o 2024-08-20T21:51:46.1546240Z [4618/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut4-p4.c.o 2024-08-20T21:51:46.1549840Z [4619/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u4.c.o 2024-08-20T21:51:46.1593730Z [4620/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p3.c.o 2024-08-20T21:51:46.1731250Z [4621/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-08-20T21:51:46.1851410Z [4622/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p4.c.o 2024-08-20T21:51:46.2163190Z [4623/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-08-20T21:51:46.2175420Z [4624/5911] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-08-20T21:51:46.2400710Z [4625/5911] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2024-08-20T21:51:46.2513100Z [4626/5911] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2024-08-20T21:51:46.2515160Z [4627/5911] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2024-08-20T21:51:46.2654180Z [4628/5911] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2024-08-20T21:51:46.2662790Z [4629/5911] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2024-08-20T21:51:46.2675630Z [4630/5911] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2024-08-20T21:51:46.2751780Z [4631/5911] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2024-08-20T21:51:46.3533080Z [4632/5911] Linking C executable sleef/bin/mkrename_gnuabi 2024-08-20T21:51:46.4020740Z [4633/5911] Linking C executable sleef/bin/mkmasked_gnuabi 2024-08-20T21:51:46.4028850Z [4634/5911] Linking C executable sleef/bin/mkalias 2024-08-20T21:51:46.4031880Z [4635/5911] Linking C executable sleef/bin/mkdisp 2024-08-20T21:51:46.4170340Z [4636/5911] Linking C executable sleef/bin/addSuffix 2024-08-20T21:51:46.4229160Z [4637/5911] Linking C executable sleef/bin/mkrename 2024-08-20T21:51:46.4311560Z [4638/5911] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2024-08-20T21:51:46.4361640Z [4639/5911] Generating alias_ADVSIMD_sp.h.tmp 2024-08-20T21:51:46.4365570Z [4640/5911] Generating alias_ADVSIMD_dp.h.tmp 2024-08-20T21:51:46.4596110Z [4641/5911] Generating dispscalar.c.body 2024-08-20T21:51:46.4864170Z [4642/5911] Generating include/renameadvsimdnofma.h 2024-08-20T21:51:46.4864910Z Generating renameadvsimdnofma.h: mkrename cinz_ 2 4 advsimdnofma 2024-08-20T21:51:46.4865340Z [4643/5911] Generating include/renamepurec_scalar.h 2024-08-20T21:51:46.4865720Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2024-08-20T21:51:46.4866100Z [4644/5911] Generating include/renameadvsimd.h 2024-08-20T21:51:46.4866460Z Generating renameadvsimd.h: mkrename finz_ 2 4 advsimd 2024-08-20T21:51:46.4866840Z [4645/5911] Generating include/renamepurecfma_scalar.h 2024-08-20T21:51:46.5285410Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2024-08-20T21:51:46.5285970Z [4646/5911] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2024-08-20T21:51:46.5641890Z [4647/5911] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2024-08-20T21:51:46.6236150Z [4648/5911] Linking C shared library lib/libtorch_global_deps.dylib 2024-08-20T21:51:46.6406500Z [4649/5911] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimdnofma.dir/sleefsimddp.c.o 2024-08-20T21:51:46.6471070Z [4650/5911] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2024-08-20T21:51:46.6489900Z [4651/5911] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimdnofma.dir/sleefsimdsp.c.o 2024-08-20T21:51:46.6568280Z [4652/5911] Building C object sleef/src/libm/CMakeFiles/sleefadvsimdnofma.dir/sleefsimddp.c.o 2024-08-20T21:51:46.6670910Z [4653/5911] Building C object sleef/src/libm/CMakeFiles/sleefadvsimdnofma.dir/sleefsimdsp.c.o 2024-08-20T21:51:46.7086920Z [4654/5911] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2024-08-20T21:51:46.7177070Z [4655/5911] Generating include/renamecuda.h 2024-08-20T21:51:46.7197850Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2024-08-20T21:51:46.7237320Z [4656/5911] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2024-08-20T21:51:46.7287230Z [4657/5911] Generating sleeflibm_ADVSIMD.h.tmp 2024-08-20T21:51:46.7313700Z [4658/5911] Generating sleeflibm_ADVSIMDNOFMA.h.tmp 2024-08-20T21:51:46.7363900Z [4659/5911] Generating sleeflibm_ADVSIMD_.h.tmp 2024-08-20T21:51:46.7393550Z [4660/5911] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-08-20T21:51:46.7404300Z [4661/5911] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-08-20T21:51:46.7416290Z [4662/5911] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2024-08-20T21:51:46.7450080Z [4663/5911] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-08-20T21:51:46.7451250Z [4664/5911] Generating sleeflibm_SVE.h.tmp 2024-08-20T21:51:46.7463490Z [4665/5911] Generating sleeflibm_SVENOFMA.h.tmp 2024-08-20T21:51:46.7511050Z [4666/5911] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2024-08-20T21:51:46.7529760Z [4667/5911] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2024-08-20T21:51:46.7568560Z [4668/5911] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2024-08-20T21:51:46.7570320Z [4669/5911] Generating include/renamedspscalar.h 2024-08-20T21:51:46.7657590Z [4670/5911] Generating dispscalar.c 2024-08-20T21:51:46.7679220Z [4671/5911] Generating include/alias_advsimd.h 2024-08-20T21:51:46.7714560Z [4672/5911] Generating ../../../include/sleef.h 2024-08-20T21:51:46.7889770Z [4673/5911] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2024-08-20T21:51:46.8785790Z [4674/5911] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2024-08-20T21:51:46.9000620Z [4675/5911] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimd.dir/sleefsimdsp.c.o 2024-08-20T21:51:46.9098450Z [4676/5911] Building C object sleef/src/libm/CMakeFiles/sleefdetadvsimd.dir/sleefsimddp.c.o 2024-08-20T21:51:46.9156510Z [4677/5911] Building C object sleef/src/libm/CMakeFiles/dispscalar_obj.dir/dispscalar.c.o 2024-08-20T21:51:46.9220570Z [4678/5911] Building C object sleef/src/libm/CMakeFiles/sleefadvsimd.dir/sleefsimddp.c.o 2024-08-20T21:51:46.9648160Z [4679/5911] Building C object sleef/src/libm/CMakeFiles/sleefadvsimd.dir/sleefsimdsp.c.o 2024-08-20T21:51:47.0636100Z [4680/5911] Linking C static library sleef/lib/libsleef.a 2024-08-20T21:51:50.5189160Z [4681/5911] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2024-08-20T21:51:51.4927900Z [4682/5911] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/ViewFuncs.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/ViewFuncs.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/csrc/autograd/generated/python_return_types.h, ../../torch/testing/_internal/generated/annotated_fn_args.py, ../../torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2024-08-20T21:51:51.8028630Z [4683/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2024-08-20T21:51:51.8039450Z [4684/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2024-08-20T21:51:51.8228840Z [4685/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2024-08-20T21:51:51.8962970Z [4686/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2024-08-20T21:51:51.9160770Z [4687/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2024-08-20T21:51:51.9197280Z [4688/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2024-08-20T21:51:51.9358960Z [4689/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2024-08-20T21:51:51.9733410Z [4690/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2024-08-20T21:51:52.1527320Z [4691/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2024-08-20T21:51:52.1681750Z [4692/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2024-08-20T21:51:52.1771910Z [4693/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2024-08-20T21:51:52.1812730Z [4694/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2024-08-20T21:51:52.2013920Z [4695/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2024-08-20T21:51:52.2652090Z [4696/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2024-08-20T21:51:52.2752650Z [4697/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2024-08-20T21:51:52.2998670Z [4698/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2024-08-20T21:51:52.3395140Z [4699/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2024-08-20T21:51:52.4922290Z [4700/5911] Generating ../../../torch/version.py 2024-08-20T21:51:52.5659400Z [4701/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2024-08-20T21:51:52.5788350Z [4702/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2024-08-20T21:51:52.5990340Z [4703/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2024-08-20T21:51:52.6071400Z [4704/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2024-08-20T21:51:52.6164040Z [4705/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2024-08-20T21:51:52.6520760Z [4706/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2024-08-20T21:51:52.6912410Z [4707/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AmpKernels.cpp.o 2024-08-20T21:51:52.7170730Z [4708/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2024-08-20T21:51:52.9465560Z [4709/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2024-08-20T21:51:52.9657100Z [4710/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2024-08-20T21:51:52.9682960Z [4711/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2024-08-20T21:51:52.9697570Z [4712/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2024-08-20T21:51:52.9754910Z [4713/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2024-08-20T21:51:52.9983610Z [4714/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2024-08-20T21:51:53.0495660Z [4715/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2024-08-20T21:51:53.0685290Z [4716/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2024-08-20T21:51:53.2423950Z [4717/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2024-08-20T21:51:53.2716300Z [4718/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2024-08-20T21:51:53.3519480Z [4719/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Constraints.cpp.o 2024-08-20T21:51:53.3644200Z [4720/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2024-08-20T21:51:53.3875430Z [4721/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2024-08-20T21:51:53.3976790Z [4722/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2024-08-20T21:51:53.4487120Z [4723/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2024-08-20T21:51:53.4760040Z [4724/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2024-08-20T21:51:53.5282850Z [4725/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2024-08-20T21:51:53.5989800Z [4726/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2024-08-20T21:51:53.6288950Z [4727/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2024-08-20T21:51:53.6946620Z [4728/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2024-08-20T21:51:53.7615550Z [4729/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DeviceAccelerator.cpp.o 2024-08-20T21:51:53.7907550Z [4730/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2024-08-20T21:51:53.8281850Z [4731/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2024-08-20T21:51:53.8494280Z [4732/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2024-08-20T21:51:53.8731870Z [4733/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2024-08-20T21:51:53.8745510Z [4734/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2024-08-20T21:51:54.0199840Z [4735/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CachedTensorUtils.cpp.o 2024-08-20T21:51:54.0363780Z [4736/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2024-08-20T21:51:54.0519180Z [4737/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2024-08-20T21:51:54.2018240Z [4738/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2024-08-20T21:51:54.2469600Z [4739/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2024-08-20T21:51:54.3092520Z [4740/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedTensorImpl.cpp.o 2024-08-20T21:51:54.3172210Z [4741/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2024-08-20T21:51:54.3449090Z [4742/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapMode.cpp.o 2024-08-20T21:51:54.4431240Z [4743/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2024-08-20T21:51:54.4531460Z [4744/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2024-08-20T21:51:54.4633760Z [4745/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2024-08-20T21:51:54.5574110Z [4746/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2024-08-20T21:51:54.6540400Z [4747/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2024-08-20T21:51:54.6939440Z [4748/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2024-08-20T21:51:54.7076080Z [4749/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedFallback.cpp.o 2024-08-20T21:51:54.7221840Z [4750/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchingRegistrations.cpp.o 2024-08-20T21:51:54.7484550Z [4751/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapTransforms.cpp.o 2024-08-20T21:51:54.8047890Z [4752/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2024-08-20T21:51:54.8348050Z [4753/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2024-08-20T21:51:54.8448290Z [4754/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2024-08-20T21:51:54.8726020Z [4755/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2024-08-20T21:51:54.9163270Z [4756/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2024-08-20T21:51:55.0138470Z [4757/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2024-08-20T21:51:55.1146260Z [4758/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2024-08-20T21:51:55.1460800Z [4759/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2024-08-20T21:51:55.2347830Z [4760/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2024-08-20T21:51:55.2774720Z [4761/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/StorageUtils.cpp.o 2024-08-20T21:51:55.3271140Z [4762/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2024-08-20T21:51:55.3893480Z [4763/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2024-08-20T21:51:55.4217640Z [4764/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2024-08-20T21:51:55.4509580Z [4765/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2024-08-20T21:51:55.4519520Z [4766/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalPythonObjects.cpp.o 2024-08-20T21:51:55.5108210Z [4767/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2024-08-20T21:51:55.5433830Z [4768/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2024-08-20T21:51:55.5718730Z [4769/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/Utils.cpp.o 2024-08-20T21:51:55.5915180Z [4770/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2024-08-20T21:51:55.6258920Z [4771/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2024-08-20T21:51:55.7328540Z [4772/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2024-08-20T21:51:55.7728240Z [4773/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2024-08-20T21:51:55.7746730Z [4774/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2024-08-20T21:51:55.8641400Z [4775/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2024-08-20T21:51:55.8857990Z [4776/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2024-08-20T21:51:55.9480570Z [4777/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MAIAHooksInterface.cpp.o 2024-08-20T21:51:55.9886550Z [4778/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/IPUHooksInterface.cpp.o 2024-08-20T21:51:55.9926360Z [4779/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2024-08-20T21:51:56.0180950Z [4780/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2024-08-20T21:51:56.0346870Z [4781/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MTIAHooksInterface.cpp.o 2024-08-20T21:51:56.0509160Z [4782/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MPSHooksInterface.cpp.o 2024-08-20T21:51:56.0867780Z [4783/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2024-08-20T21:51:56.1461840Z [4784/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2024-08-20T21:51:56.1976490Z [4785/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/PrivateUse1HooksInterface.cpp.o 2024-08-20T21:51:56.2520180Z [4786/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/XPUHooksInterface.cpp.o 2024-08-20T21:51:56.4157440Z [4787/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2024-08-20T21:51:56.7188210Z [4788/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2024-08-20T21:51:56.7344350Z [4789/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2024-08-20T21:51:56.7594410Z [4790/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2024-08-20T21:51:56.7738070Z [4791/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2024-08-20T21:51:56.7843640Z [4792/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2024-08-20T21:51:56.8914940Z [4793/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2024-08-20T21:51:56.9045290Z [4794/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2024-08-20T21:51:57.0330840Z [4795/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesIndexing.cpp.o 2024-08-20T21:51:57.3786440Z [4796/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2024-08-20T21:51:57.3911020Z [4797/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2024-08-20T21:51:57.4064190Z [4798/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2024-08-20T21:51:57.4778100Z [4799/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2024-08-20T21:51:57.4942520Z [4800/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2024-08-20T21:51:57.5252100Z [4801/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2024-08-20T21:51:57.5343200Z [4802/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2024-08-20T21:51:57.6529200Z [4803/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2024-08-20T21:51:57.7543020Z [4804/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2024-08-20T21:51:57.9348840Z [4805/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2024-08-20T21:51:57.9891460Z [4806/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2024-08-20T21:51:58.0024910Z [4807/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2024-08-20T21:51:58.0347580Z [4808/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2024-08-20T21:51:58.0698230Z [4809/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2024-08-20T21:51:58.1085530Z [4810/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2024-08-20T21:51:58.2380240Z [4811/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2024-08-20T21:51:58.2832140Z [4812/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2024-08-20T21:51:58.3019330Z [4813/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2024-08-20T21:51:58.3552210Z [4814/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2024-08-20T21:51:58.3805670Z [4815/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2024-08-20T21:51:58.4593430Z [4816/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2024-08-20T21:51:58.5112020Z [4817/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2024-08-20T21:51:58.6047980Z [4818/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2024-08-20T21:51:58.6177670Z [4819/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2024-08-20T21:51:58.6386250Z [4820/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2024-08-20T21:51:58.6537660Z [4821/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2024-08-20T21:51:58.6557920Z [4822/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2024-08-20T21:51:58.6864030Z [4823/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2024-08-20T21:51:58.7431380Z [4824/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2024-08-20T21:51:58.8441250Z [4825/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2024-08-20T21:51:58.8989310Z [4826/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/GeneratorForPrivateuseone.cpp.o 2024-08-20T21:51:58.9346260Z [4827/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2024-08-20T21:51:58.9377660Z [4828/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NestedIntSymNodeImpl.cpp.o 2024-08-20T21:51:58.9539590Z [4829/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2024-08-20T21:51:59.0204850Z [4830/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2024-08-20T21:51:59.0373460Z [4831/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/MetaFallbackKernel.cpp.o 2024-08-20T21:51:59.0825080Z [4832/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2024-08-20T21:51:59.1229720Z [4833/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2024-08-20T21:51:59.2227340Z [4834/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2024-08-20T21:51:59.2427980Z [4835/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2024-08-20T21:51:59.3027320Z [4836/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2024-08-20T21:51:59.3194420Z [4837/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2024-08-20T21:51:59.3477380Z [4838/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2024-08-20T21:51:59.3647430Z [4839/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2024-08-20T21:51:59.3848650Z [4840/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2024-08-20T21:51:59.4102310Z [4841/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2024-08-20T21:51:59.4801980Z [4842/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2024-08-20T21:51:59.5669420Z [4843/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2024-08-20T21:51:59.6113180Z [4844/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2024-08-20T21:51:59.6404260Z [4845/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2024-08-20T21:51:59.6587240Z [4846/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2024-08-20T21:51:59.6595990Z [4847/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2024-08-20T21:51:59.7382910Z [4848/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2024-08-20T21:51:59.8049900Z [4849/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2024-08-20T21:51:59.8471930Z [4850/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2024-08-20T21:52:00.0075520Z [4851/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2024-08-20T21:52:00.0162710Z [4852/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2024-08-20T21:52:00.0738000Z [4853/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2024-08-20T21:52:00.0755430Z [4854/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2024-08-20T21:52:00.0775870Z [4855/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2024-08-20T21:52:00.1106030Z [4856/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2024-08-20T21:52:00.1139910Z [4857/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2024-08-20T21:52:00.1675280Z [4858/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2024-08-20T21:52:00.2520680Z [4859/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2024-08-20T21:52:00.3509010Z [4860/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2024-08-20T21:52:00.4451180Z [4861/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2024-08-20T21:52:00.4702230Z [4862/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2024-08-20T21:52:00.5048250Z [4863/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2024-08-20T21:52:00.5357150Z [4864/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2024-08-20T21:52:00.5457370Z [4865/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2024-08-20T21:52:00.5565230Z [4866/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2024-08-20T21:52:00.6269280Z [4867/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2024-08-20T21:52:00.6806100Z [4868/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2024-08-20T21:52:00.8025920Z [4869/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedAdagrad.cpp.o 2024-08-20T21:52:00.8550020Z [4870/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedAdam.cpp.o 2024-08-20T21:52:00.8563950Z [4871/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FusedSGD.cpp.o 2024-08-20T21:52:00.8857710Z [4872/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2024-08-20T21:52:00.9337920Z [4873/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2024-08-20T21:52:00.9636200Z [4874/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2024-08-20T21:52:00.9727670Z [4875/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2024-08-20T21:52:00.9828180Z [4876/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2024-08-20T21:52:01.1213870Z [4877/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2024-08-20T21:52:01.1673370Z [4878/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2024-08-20T21:52:01.2035790Z [4879/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2024-08-20T21:52:01.2109330Z [4880/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2024-08-20T21:52:01.2126510Z [4881/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBatching.cpp.o 2024-08-20T21:52:01.3009830Z [4882/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2024-08-20T21:52:01.3939900Z [4883/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2024-08-20T21:52:01.4235630Z [4884/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2024-08-20T21:52:01.4386150Z [4885/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2024-08-20T21:52:01.4524800Z [4886/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2024-08-20T21:52:01.5472290Z [4887/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2024-08-20T21:52:01.6253510Z [4888/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2024-08-20T21:52:01.6634820Z [4889/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2024-08-20T21:52:01.6675240Z [4890/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2024-08-20T21:52:01.6917750Z [4891/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2024-08-20T21:52:01.7310990Z [4892/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2024-08-20T21:52:01.7625170Z [4893/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2024-08-20T21:52:01.8567550Z [4894/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2024-08-20T21:52:01.9275080Z [4895/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2024-08-20T21:52:01.9792930Z [4896/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2024-08-20T21:52:01.9998980Z [4897/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2024-08-20T21:52:02.0118060Z [4898/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2024-08-20T21:52:02.0631170Z [4899/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2024-08-20T21:52:02.1396160Z [4900/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2024-08-20T21:52:02.1829210Z [4901/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2024-08-20T21:52:02.1889730Z [4902/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2024-08-20T21:52:02.2125980Z [4903/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2024-08-20T21:52:02.2950200Z [4904/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2024-08-20T21:52:02.3186820Z [4905/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2024-08-20T21:52:02.4756280Z [4906/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2024-08-20T21:52:02.4885630Z [4907/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2024-08-20T21:52:02.5114230Z [4908/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2024-08-20T21:52:02.5496430Z [4909/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2024-08-20T21:52:02.5523380Z [4910/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2024-08-20T21:52:02.5683660Z [4911/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2024-08-20T21:52:02.6928450Z [4912/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2024-08-20T21:52:02.7118760Z [4913/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2024-08-20T21:52:02.7943830Z [4914/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2024-08-20T21:52:02.8251820Z [4915/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2024-08-20T21:52:02.9034980Z [4916/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2024-08-20T21:52:02.9507530Z [4917/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2024-08-20T21:52:02.9607090Z [4918/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2024-08-20T21:52:02.9611170Z [4919/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2024-08-20T21:52:03.0132570Z [4920/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2024-08-20T21:52:03.0731110Z [4921/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2024-08-20T21:52:03.1249920Z [4922/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2024-08-20T21:52:03.2707090Z [4923/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2024-08-20T21:52:03.3257210Z [4924/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2024-08-20T21:52:03.3486090Z [4925/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2024-08-20T21:52:03.4162970Z [4926/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2024-08-20T21:52:03.4699300Z [4927/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2024-08-20T21:52:03.5946500Z [4928/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SparseTensorUtils.cpp.o 2024-08-20T21:52:03.5967320Z [4929/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2024-08-20T21:52:03.6678290Z [4930/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2024-08-20T21:52:03.6784000Z [4931/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2024-08-20T21:52:03.7314380Z [4932/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2024-08-20T21:52:03.7539780Z [4933/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2024-08-20T21:52:03.7826610Z [4934/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2024-08-20T21:52:03.7926820Z [4935/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2024-08-20T21:52:03.8086340Z [4936/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2024-08-20T21:52:03.8445600Z [4937/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2024-08-20T21:52:03.9266430Z [4938/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2024-08-20T21:52:04.0327720Z [4939/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2024-08-20T21:52:04.0368740Z [4940/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2024-08-20T21:52:04.0588780Z [4941/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2024-08-20T21:52:04.2230610Z [4942/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2024-08-20T21:52:04.2432240Z [4943/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2024-08-20T21:52:04.2537280Z [4944/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2024-08-20T21:52:04.3125020Z [4945/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2024-08-20T21:52:04.3163600Z [4946/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2024-08-20T21:52:04.3353350Z [4947/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2024-08-20T21:52:04.3462610Z [4948/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2024-08-20T21:52:04.4621140Z [4949/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2024-08-20T21:52:04.5252440Z [4950/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2024-08-20T21:52:04.5498760Z [4951/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2024-08-20T21:52:04.5558840Z [4952/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2024-08-20T21:52:04.6856300Z [4953/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2024-08-20T21:52:04.7100840Z [4954/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2024-08-20T21:52:04.7198900Z [4955/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2024-08-20T21:52:04.7410150Z [4956/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2024-08-20T21:52:04.7514240Z [4957/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2024-08-20T21:52:04.7636940Z [4958/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2024-08-20T21:52:04.9585190Z [4959/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2024-08-20T21:52:04.9783500Z [4960/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2024-08-20T21:52:05.0031990Z [4961/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2024-08-20T21:52:05.0402860Z [4962/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2024-08-20T21:52:05.1974570Z [4963/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2024-08-20T21:52:05.2242450Z [4964/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2024-08-20T21:52:05.2559760Z [4965/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/FlattenIndicesKernel.cpp.o 2024-08-20T21:52:05.2801600Z [4966/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2024-08-20T21:52:05.2837590Z [4967/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2024-08-20T21:52:05.4110970Z [4968/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2024-08-20T21:52:05.4805250Z [4969/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2024-08-20T21:52:05.4843270Z [4970/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2024-08-20T21:52:05.5230020Z [4971/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2024-08-20T21:52:05.5831260Z [4972/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2024-08-20T21:52:05.6069270Z [4973/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2024-08-20T21:52:05.6235900Z [4974/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2024-08-20T21:52:05.7024090Z [4975/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2024-08-20T21:52:05.7789100Z [4976/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2024-08-20T21:52:05.7989210Z [4977/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2024-08-20T21:52:05.8794410Z [4978/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2024-08-20T21:52:06.0160150Z [4979/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2024-08-20T21:52:06.2276320Z [4980/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2024-08-20T21:52:06.2481440Z [4981/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2024-08-20T21:52:06.2734760Z [4982/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2024-08-20T21:52:06.2966950Z [4983/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2024-08-20T21:52:06.3099500Z [4984/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2024-08-20T21:52:06.3374180Z [4985/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2024-08-20T21:52:06.3795760Z [4986/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2024-08-20T21:52:06.4712600Z [4987/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2024-08-20T21:52:06.5000230Z [4988/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2024-08-20T21:52:06.5311640Z [4989/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-08-20T21:52:06.8519250Z [4990/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2024-08-20T21:52:06.8935020Z [4991/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2024-08-20T21:52:06.9245440Z [4992/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2024-08-20T21:52:06.9592820Z [4993/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2024-08-20T21:52:06.9723040Z [4994/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2024-08-20T21:52:07.1106000Z [4995/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2024-08-20T21:52:07.1386070Z [4996/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2024-08-20T21:52:07.2108780Z [4997/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2024-08-20T21:52:07.2280740Z [4998/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2024-08-20T21:52:07.2546080Z [4999/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2024-08-20T21:52:07.3146550Z [5000/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2024-08-20T21:52:07.3156420Z [5001/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2024-08-20T21:52:07.3664820Z [5002/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2024-08-20T21:52:07.3724780Z [5003/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2024-08-20T21:52:07.4631640Z [5004/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2024-08-20T21:52:07.4732100Z [5005/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2024-08-20T21:52:07.5467750Z [5006/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2024-08-20T21:52:07.5649230Z [5007/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2024-08-20T21:52:07.6935820Z [5008/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2024-08-20T21:52:07.7178530Z [5009/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2024-08-20T21:52:07.7686860Z [5010/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2024-08-20T21:52:07.7787730Z [5011/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2024-08-20T21:52:07.8035350Z [5012/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2024-08-20T21:52:07.8224160Z [5013/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2024-08-20T21:52:07.9187030Z [5014/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2024-08-20T21:52:07.9616140Z [5015/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2024-08-20T21:52:08.0460500Z [5016/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2024-08-20T21:52:08.1259610Z [5017/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2024-08-20T21:52:08.1374420Z [5018/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2024-08-20T21:52:08.1516020Z [5019/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2024-08-20T21:52:08.1779440Z [5020/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2024-08-20T21:52:08.2036210Z [5021/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2024-08-20T21:52:08.3046700Z [5022/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2024-08-20T21:52:08.3324940Z [5023/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2024-08-20T21:52:08.5590090Z [5024/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2024-08-20T21:52:08.5704300Z [5025/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2024-08-20T21:52:08.5748380Z [5026/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2024-08-20T21:52:08.6020700Z [5027/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2024-08-20T21:52:08.6235570Z [5028/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2024-08-20T21:52:08.6341960Z [5029/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2024-08-20T21:52:08.6820930Z [5030/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2024-08-20T21:52:08.7141150Z [5031/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2024-08-20T21:52:08.8746590Z [5032/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2024-08-20T21:52:08.9189610Z [5033/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2024-08-20T21:52:08.9708610Z [5034/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2024-08-20T21:52:08.9941110Z [5035/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2024-08-20T21:52:09.0920050Z [5036/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2024-08-20T21:52:09.1023610Z [5037/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2024-08-20T21:52:09.1044790Z [5038/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2024-08-20T21:52:09.2365270Z [5039/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2024-08-20T21:52:09.3228220Z [5040/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2024-08-20T21:52:09.3908680Z [5041/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2024-08-20T21:52:09.3921780Z [5042/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2024-08-20T21:52:09.3937240Z [5043/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2024-08-20T21:52:09.4012190Z [5044/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2024-08-20T21:52:09.4303900Z [5045/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2024-08-20T21:52:09.5325610Z [5046/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2024-08-20T21:52:09.6151060Z [5047/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2024-08-20T21:52:09.6780250Z [5048/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2024-08-20T21:52:09.7320240Z [5049/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2024-08-20T21:52:09.7968940Z [5050/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2024-08-20T21:52:09.8006640Z [5051/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2024-08-20T21:52:09.8263950Z [5052/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2024-08-20T21:52:09.8465520Z [5053/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2024-08-20T21:52:09.8705540Z [5054/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2024-08-20T21:52:10.0160880Z [5055/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2024-08-20T21:52:10.0561350Z [5056/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2024-08-20T21:52:10.1166020Z [5057/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2024-08-20T21:52:10.1356180Z [5058/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2024-08-20T21:52:10.1625280Z [5059/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2024-08-20T21:52:10.1719970Z [5060/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2024-08-20T21:52:10.2702880Z [5061/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2024-08-20T21:52:10.3069100Z [5062/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2024-08-20T21:52:10.3386690Z [5063/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2024-08-20T21:52:10.4649030Z [5064/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2024-08-20T21:52:10.4713080Z [5065/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2024-08-20T21:52:10.5060100Z [5066/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2024-08-20T21:52:10.5188810Z [5067/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2024-08-20T21:52:10.6444770Z [5068/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2024-08-20T21:52:10.6654080Z [5069/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2024-08-20T21:52:10.6668310Z [5070/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2024-08-20T21:52:10.7070140Z [5071/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RNN.cpp.o 2024-08-20T21:52:10.8043340Z [5072/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2024-08-20T21:52:10.8410160Z [5073/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2024-08-20T21:52:10.9668070Z [5074/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2024-08-20T21:52:10.9683690Z [5075/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/sdp_utils_cpp.cpp.o 2024-08-20T21:52:10.9881190Z [5076/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2024-08-20T21:52:11.0084170Z [5077/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2024-08-20T21:52:11.0189870Z [5078/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2024-08-20T21:52:11.0289870Z [5079/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2024-08-20T21:52:11.0425120Z [5080/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2024-08-20T21:52:11.0439750Z [5081/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2024-08-20T21:52:11.0997250Z [5082/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2024-08-20T21:52:11.2612550Z [5083/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2024-08-20T21:52:11.2912730Z [5084/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2024-08-20T21:52:11.3743000Z [5085/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2024-08-20T21:52:11.3881090Z [5086/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2024-08-20T21:52:11.5386670Z [5087/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2024-08-20T21:52:11.5941910Z [5088/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2024-08-20T21:52:11.5965660Z [5089/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2024-08-20T21:52:11.6167850Z [5090/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2024-08-20T21:52:11.6630150Z [5091/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2024-08-20T21:52:11.6746030Z [5092/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2024-08-20T21:52:11.7559490Z [5093/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2024-08-20T21:52:11.7659590Z [5094/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2024-08-20T21:52:12.0079680Z [5095/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2024-08-20T21:52:12.0310020Z [5096/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2024-08-20T21:52:12.0421210Z [5097/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2024-08-20T21:52:12.1055710Z [5098/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2024-08-20T21:52:12.1497620Z [5099/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2024-08-20T21:52:12.1891020Z [5100/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2024-08-20T21:52:12.1960310Z [5101/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2024-08-20T21:52:12.2731060Z [5102/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2024-08-20T21:52:12.4583500Z [5103/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2024-08-20T21:52:12.4688200Z [5104/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2024-08-20T21:52:12.4839450Z [5105/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2024-08-20T21:52:12.5211850Z [5106/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2024-08-20T21:52:12.5717660Z [5107/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2024-08-20T21:52:12.5839200Z [5108/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2024-08-20T21:52:12.5995900Z [5109/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMPS.cpp.o 2024-08-20T21:52:12.6094820Z [5110/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2024-08-20T21:52:12.7500420Z [5111/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2024-08-20T21:52:12.8465840Z [5112/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2024-08-20T21:52:12.8766370Z [5113/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2024-08-20T21:52:12.9289680Z [5114/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2024-08-20T21:52:12.9307810Z [5115/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2024-08-20T21:52:12.9400150Z [5116/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrMeta.cpp.o 2024-08-20T21:52:12.9502100Z [5117/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2024-08-20T21:52:12.9603070Z [5118/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2024-08-20T21:52:12.9605290Z [5119/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterXPU.cpp.o 2024-08-20T21:52:13.0898550Z [5120/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2024-08-20T21:52:13.2025190Z [5121/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2024-08-20T21:52:13.2300890Z [5122/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2024-08-20T21:52:13.2944650Z [5123/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2024-08-20T21:52:13.3094000Z [5124/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2024-08-20T21:52:13.3747660Z [5125/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2024-08-20T21:52:13.4167320Z [5126/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2024-08-20T21:52:13.4449950Z [5127/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2024-08-20T21:52:13.6132220Z [5128/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2024-08-20T21:52:13.6209210Z [5129/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2024-08-20T21:52:13.6492460Z [5130/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2024-08-20T21:52:13.6596090Z [5131/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:13.6612280Z [5132/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:13.6796680Z [5133/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2024-08-20T21:52:13.6868570Z [5134/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:13.8734040Z [5135/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2024-08-20T21:52:13.9463180Z [5136/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:13.9726290Z [5137/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:13.9867370Z [5138/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2024-08-20T21:52:14.0400930Z [5139/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:14.0510220Z [5140/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:14.0757340Z [5141/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:14.1079860Z [5142/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:14.2553440Z [5143/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:14.2567630Z [5144/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:14.2678590Z [5145/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:14.2890430Z [5146/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:14.2946720Z [5147/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2024-08-20T21:52:14.4056690Z [5148/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:14.4365810Z [5149/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:14.4492910Z [5150/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:15.0051330Z [5151/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2024-08-20T21:52:15.0231670Z [5152/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2024-08-20T21:52:15.0364190Z [5153/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2024-08-20T21:52:15.0425350Z [5154/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalNeurons.mm.o 2024-08-20T21:52:15.0493440Z [5155/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalLeakyReLU.mm.o 2024-08-20T21:52:15.0745700Z [5156/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalHardswish.mm.o 2024-08-20T21:52:15.1009820Z [5157/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2024-08-20T21:52:15.3211130Z [5158/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalPadding.mm.o 2024-08-20T21:52:15.4625080Z [5159/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2024-08-20T21:52:15.4809560Z [5160/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2024-08-20T21:52:15.4852250Z [5161/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2024-08-20T21:52:15.4957480Z [5162/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2024-08-20T21:52:15.5073600Z [5163/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2024-08-20T21:52:15.5336270Z [5164/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2024-08-20T21:52:15.7357400Z [5165/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2024-08-20T21:52:15.7457870Z [5166/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2024-08-20T21:52:15.8869720Z [5167/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2024-08-20T21:52:15.8934930Z [5168/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2024-08-20T21:52:15.9108970Z [5169/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2024-08-20T21:52:15.9253820Z [5170/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2024-08-20T21:52:15.9338920Z [5171/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2024-08-20T21:52:15.9528720Z [5172/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2024-08-20T21:52:16.0604340Z [5173/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2024-08-20T21:52:16.1148900Z [5174/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2024-08-20T21:52:16.3006770Z [5175/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2024-08-20T21:52:16.3237300Z [5176/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2024-08-20T21:52:16.3504600Z [5177/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2024-08-20T21:52:16.5638460Z [5178/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2024-08-20T21:52:16.5692600Z [5179/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2024-08-20T21:52:16.5974620Z [5180/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2024-08-20T21:52:16.6888990Z [5181/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2024-08-20T21:52:16.7101500Z [5182/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2024-08-20T21:52:16.7259750Z [5183/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2024-08-20T21:52:16.8877260Z [5184/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/PyInterpreter.cpp.o 2024-08-20T21:52:17.1358550Z [5185/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2024-08-20T21:52:17.2046240Z [5186/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2024-08-20T21:52:17.2412750Z [5187/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2024-08-20T21:52:17.3059910Z [5188/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2024-08-20T21:52:17.3193980Z [5189/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2024-08-20T21:52:17.3399690Z [5190/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Event.cpp.o 2024-08-20T21:52:17.4483920Z [5191/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2024-08-20T21:52:17.4635700Z [5192/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2024-08-20T21:52:17.6082480Z [5193/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2024-08-20T21:52:17.6390000Z [5194/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2024-08-20T21:52:17.7252350Z [5195/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2024-08-20T21:52:17.9744930Z [5196/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2024-08-20T21:52:17.9848270Z [5197/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2024-08-20T21:52:18.0335690Z [5198/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2024-08-20T21:52:18.0541970Z [5199/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2024-08-20T21:52:18.0711810Z [5200/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2024-08-20T21:52:18.2188070Z [5201/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2024-08-20T21:52:18.2439840Z [5202/5911] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2024-08-20T21:52:18.3456600Z [5203/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2024-08-20T21:52:18.3558740Z [5204/5911] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpython_defs.c.o 2024-08-20T21:52:18.4007220Z [5205/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2024-08-20T21:52:18.4013880Z [5206/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/framelocals_mapping.cpp.o 2024-08-20T21:52:18.4521450Z [5207/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpp_shim.cpp.o 2024-08-20T21:52:18.4877170Z [5208/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cache_entry.cpp.o 2024-08-20T21:52:18.5544510Z [5209/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2024-08-20T21:52:18.6586960Z [5210/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/fx/node.cpp.o 2024-08-20T21:52:18.6770900Z [5211/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2024-08-20T21:52:18.6832780Z [5212/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/extra_state.cpp.o 2024-08-20T21:52:18.8470960Z [5213/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2024-08-20T21:52:18.9503070Z [5214/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/python_compiled_autograd.cpp.o 2024-08-20T21:52:19.0168610Z [5215/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_runner/pybind.cpp.o 2024-08-20T21:52:19.1310220Z [5216/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/resize_storage_bytes.cpp.o 2024-08-20T21:52:19.1656210Z [5217/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mps/Module.cpp.o 2024-08-20T21:52:19.1865540Z [5218/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2024-08-20T21:52:19.2689080Z [5219/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mtia/Module.cpp.o 2024-08-20T21:52:19.2842370Z [5220/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2024-08-20T21:52:19.3483950Z [5221/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_eager/kernel_holder.cpp.o 2024-08-20T21:52:19.5709240Z [5222/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_eager/kernel_meta_info.cpp.o 2024-08-20T21:52:19.5922360Z [5223/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2024-08-20T21:52:19.6306940Z [5224/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2024-08-20T21:52:19.7022170Z [5225/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2024-08-20T21:52:19.8193200Z [5226/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2024-08-20T21:52:19.9382180Z [5227/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2024-08-20T21:52:19.9401830Z [5228/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2024-08-20T21:52:19.9591240Z [5229/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2024-08-20T21:52:19.9931320Z [5230/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2024-08-20T21:52:20.0226700Z [5231/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2024-08-20T21:52:20.0500310Z [5232/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2024-08-20T21:52:20.1904750Z [5233/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2024-08-20T21:52:20.3029260Z [5234/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2024-08-20T21:52:20.3102520Z [5235/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2024-08-20T21:52:20.3237620Z [5236/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2024-08-20T21:52:20.3348960Z [5237/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2024-08-20T21:52:20.3369260Z [5238/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2024-08-20T21:52:20.5176240Z [5239/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2024-08-20T21:52:20.5422910Z [5240/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2024-08-20T21:52:20.6103200Z [5241/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2024-08-20T21:52:20.6467750Z [5242/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2024-08-20T21:52:20.6472700Z [5243/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2024-08-20T21:52:20.6708260Z [5244/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2024-08-20T21:52:20.8092980Z [5245/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2024-08-20T21:52:20.8248950Z [5246/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2024-08-20T21:52:20.8435450Z [5247/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2024-08-20T21:52:21.0170040Z [5248/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2024-08-20T21:52:21.0425310Z [5249/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2024-08-20T21:52:21.1098330Z [5250/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2024-08-20T21:52:21.1979990Z [5251/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2024-08-20T21:52:21.2083580Z [5252/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2024-08-20T21:52:21.3485370Z [5253/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2024-08-20T21:52:21.3880480Z [5254/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2024-08-20T21:52:21.4452030Z [5255/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2024-08-20T21:52:21.5208850Z [5256/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2024-08-20T21:52:21.5524800Z [5257/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2024-08-20T21:52:21.7175000Z [5258/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2024-08-20T21:52:21.7393720Z [5259/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2024-08-20T21:52:21.7573960Z [5260/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2024-08-20T21:52:21.7627340Z [5261/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2024-08-20T21:52:21.8884900Z [5262/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2024-08-20T21:52:21.9215650Z [5263/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2024-08-20T21:52:21.9533140Z [5264/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2024-08-20T21:52:22.0361940Z [5265/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2024-08-20T21:52:22.1753350Z [5266/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/combined_traceback.cpp.o 2024-08-20T21:52:22.2822860Z [5267/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2024-08-20T21:52:22.3395940Z [5268/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2024-08-20T21:52:22.3478880Z [5269/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2024-08-20T21:52:22.3726880Z [5270/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2024-08-20T21:52:22.4755270Z [5271/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2024-08-20T21:52:22.5100430Z [5272/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2024-08-20T21:52:22.5469400Z [5273/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2024-08-20T21:52:22.5853280Z [5274/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/device_lazy_init.cpp.o 2024-08-20T21:52:22.6122080Z [5275/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2024-08-20T21:52:22.6222400Z [5276/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2024-08-20T21:52:22.7681210Z [5277/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pyobject_preservation.cpp.o 2024-08-20T21:52:22.9206850Z [5278/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2024-08-20T21:52:22.9432960Z [5279/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2024-08-20T21:52:22.9493200Z [5280/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2024-08-20T21:52:22.9804860Z [5281/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2024-08-20T21:52:23.0887400Z [5282/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2024-08-20T21:52:23.2122510Z [5283/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2024-08-20T21:52:23.2332120Z [5284/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2024-08-20T21:52:23.2542440Z [5285/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2024-08-20T21:52:23.3056180Z [5286/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2024-08-20T21:52:23.3218820Z [5287/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2024-08-20T21:52:23.3394290Z [5288/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2024-08-20T21:52:23.4673630Z [5289/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2024-08-20T21:52:23.6854870Z [5290/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2024-08-20T21:52:23.6958150Z [5291/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2024-08-20T21:52:23.7427610Z [5292/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2024-08-20T21:52:23.7604840Z [5293/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cpu/Module.cpp.o 2024-08-20T21:52:23.8129980Z [5294/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/instruction_counter/Module.cpp.o 2024-08-20T21:52:23.9305550Z [5295/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2024-08-20T21:52:23.9457770Z [5296/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2024-08-20T21:52:23.9491690Z [5297/5911] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2024-08-20T21:52:23.9643560Z [5298/5911] Building C object functorch/CMakeFiles/functorch.dir/csrc/dim/dim_opcode.c.o 2024-08-20T21:52:23.9831400Z [5299/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2024-08-20T21:52:24.0123330Z [5300/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2024-08-20T21:52:24.0223440Z [5301/5911] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2024-08-20T21:52:24.2680480Z [5302/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:24.3352930Z [5303/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:24.3614890Z [5304/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:24.3632570Z [5305/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:24.4117830Z [5306/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:24.4815980Z [5307/5911] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2024-08-20T21:52:24.5817970Z [5308/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:24.6142990Z [5309/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:24.6450300Z [5310/5911] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2024-08-20T21:52:24.6740150Z [5311/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:24.6974150Z [5312/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:24.7411570Z [5313/5911] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2024-08-20T21:52:24.7445840Z [5314/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:24.8201680Z [5315/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:24.8775430Z [5316/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:24.9211290Z [5317/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:24.9470570Z [5318/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.0687370Z [5319/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.0881240Z [5320/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.0962840Z [5321/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.1569300Z [5322/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.1963010Z [5323/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedSGDKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.2081480Z [5324/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedAdamKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.2212750Z [5325/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.3513890Z [5326/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.3930860Z [5327/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.4093670Z [5328/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.4534280Z [5329/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FusedAdagradKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.5359230Z [5330/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.5467080Z [5331/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.5510170Z [5332/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.5612600Z [5333/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.6394380Z [5334/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.7356770Z [5335/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.8193200Z [5336/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.8394470Z [5337/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.8407150Z [5338/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.9507620Z [5339/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:25.9574680Z [5340/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp.o 2024-08-20T21:52:26.0346990Z [5341/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:26.1127310Z [5342/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:26.1360420Z [5343/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2024-08-20T21:52:26.1558250Z [5344/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2024-08-20T21:52:26.1791840Z [5345/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:26.1862230Z [5346/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2024-08-20T21:52:26.1913610Z [5347/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2024-08-20T21:52:26.2897970Z [5348/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalConvParams.mm.o 2024-08-20T21:52:26.3987970Z [5349/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalGuardImpl.cpp.o 2024-08-20T21:52:26.4942000Z [5350/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalCommandBuffer.mm.o 2024-08-20T21:52:26.5600650Z [5351/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalContext.mm.o 2024-08-20T21:52:26.8396850Z [5352/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalTensorUtils.mm.o 2024-08-20T21:52:26.8812070Z [5353/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalTensorImplStorage.mm.o 2024-08-20T21:52:26.9101350Z [5354/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNClampOp.mm.o 2024-08-20T21:52:26.9638650Z [5355/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalAten.mm.o 2024-08-20T21:52:26.9838180Z [5356/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/MetalPrepackOpRegister.cpp.o 2024-08-20T21:52:26.9854840Z [5357/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNUtils.mm.o 2024-08-20T21:52:27.2019080Z [5358/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNConvOp.mm.o 2024-08-20T21:52:27.3064810Z [5359/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNNeuronOp.mm.o 2024-08-20T21:52:27.3305680Z [5360/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSImage+Tensor.mm.o 2024-08-20T21:52:27.4715650Z [5361/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSCNNFullyConnectedOp.mm.o 2024-08-20T21:52:27.5955350Z [5362/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSImageWrapper.mm.o 2024-08-20T21:52:27.6339740Z [5363/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalBinaryElementwise.mm.o 2024-08-20T21:52:27.7868660Z [5364/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalChunk.mm.o 2024-08-20T21:52:27.8793990Z [5365/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/mpscnn/MPSImageUtils.mm.o 2024-08-20T21:52:27.9200910Z [5366/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalAddmm.mm.o 2024-08-20T21:52:27.9622110Z [5367/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalClamp.mm.o 2024-08-20T21:52:28.0692500Z [5368/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalConcat.mm.o 2024-08-20T21:52:28.2221540Z [5369/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalCopy.mm.o 2024-08-20T21:52:28.3323270Z [5370/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalHardshrink.mm.o 2024-08-20T21:52:28.4015270Z [5371/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalConvolution.mm.o 2024-08-20T21:52:28.4338410Z [5372/5911] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2024-08-20T21:52:28.4597920Z [5373/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalReshape.mm.o 2024-08-20T21:52:28.4829630Z [5374/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalPooling.mm.o 2024-08-20T21:52:28.6587710Z [5375/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2024-08-20T21:52:28.6662540Z [5376/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2024-08-20T21:52:28.6914570Z [5377/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2024-08-20T21:52:28.7711080Z [5378/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2024-08-20T21:52:28.8098150Z [5379/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalSoftmax.mm.o 2024-08-20T21:52:28.8171590Z [5380/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2024-08-20T21:52:28.8643470Z [5381/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalReduce.mm.o 2024-08-20T21:52:28.8713730Z [5382/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalUpsamplingNearest.mm.o 2024-08-20T21:52:28.8941170Z [5383/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2024-08-20T21:52:28.9501810Z [5384/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2024-08-20T21:52:28.9742070Z [5385/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/metal/ops/MetalTranspose.mm.o 2024-08-20T21:52:29.0042090Z [5386/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2024-08-20T21:52:29.0261360Z [5387/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2024-08-20T21:52:29.1192120Z [5388/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2024-08-20T21:52:29.1309560Z [5389/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup_idx.cc.o 2024-08-20T21:52:29.1952300Z [5390/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2024-08-20T21:52:29.3248450Z [5391/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ViewFuncs.cpp.o 2024-08-20T21:52:29.6074870Z [5392/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2024-08-20T21:52:29.6380210Z [5393/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2024-08-20T21:52:29.6886150Z [5394/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2024-08-20T21:52:29.7488310Z [5395/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2024-08-20T21:52:29.7681320Z [5396/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2024-08-20T21:52:29.7873770Z [5397/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2024-08-20T21:52:29.8244740Z [5398/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2024-08-20T21:52:29.9013630Z [5399/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2024-08-20T21:52:30.0455760Z [5400/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2024-08-20T21:52:30.0634050Z [5401/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2024-08-20T21:52:30.1580590Z [5402/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2024-08-20T21:52:30.1687400Z [5403/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp.o 2024-08-20T21:52:30.1907410Z [5404/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2024-08-20T21:52:30.1958550Z [5405/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2024-08-20T21:52:30.2386380Z [5406/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2024-08-20T21:52:30.2819130Z [5407/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2024-08-20T21:52:30.4311930Z [5408/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2024-08-20T21:52:30.4942140Z [5409/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2024-08-20T21:52:30.5601700Z [5410/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2024-08-20T21:52:30.5871460Z [5411/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2024-08-20T21:52:30.5945460Z [5412/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2024-08-20T21:52:30.6166370Z [5413/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2024-08-20T21:52:30.6314700Z [5414/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2024-08-20T21:52:30.6482810Z [5415/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2024-08-20T21:52:30.8831480Z [5416/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2024-08-20T21:52:30.9644700Z [5417/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2024-08-20T21:52:30.9921780Z [5418/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2024-08-20T21:52:31.1326770Z [5419/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_metadata.cpp.o 2024-08-20T21:52:31.1871210Z [5420/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2024-08-20T21:52:31.2092130Z [5421/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2024-08-20T21:52:31.2319220Z [5422/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2024-08-20T21:52:31.2469310Z [5423/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2024-08-20T21:52:31.2572340Z [5424/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2024-08-20T21:52:31.2876250Z [5425/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2024-08-20T21:52:31.3875140Z [5426/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2024-08-20T21:52:31.4009670Z [5427/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2024-08-20T21:52:31.4669900Z [5428/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2024-08-20T21:52:31.5335330Z [5429/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2024-08-20T21:52:31.6664750Z [5430/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/mkldnn_tensor.cpp.o 2024-08-20T21:52:31.6824810Z [5431/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp.o 2024-08-20T21:52:31.6925900Z [5432/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner.cpp.o 2024-08-20T21:52:31.7028920Z [5433/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable_info.cpp.o 2024-08-20T21:52:31.7214150Z [5434/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/tensor_converter.cpp.o 2024-08-20T21:52:31.7860040Z [5435/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/oss_proxy_executor.cpp.o 2024-08-20T21:52:31.8927830Z [5436/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_common.cpp.o 2024-08-20T21:52:32.0571130Z [5437/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2024-08-20T21:52:32.0942460Z [5438/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2024-08-20T21:52:32.1002900Z [5439/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2024-08-20T21:52:32.1275440Z [5440/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2024-08-20T21:52:32.1604450Z [5441/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2024-08-20T21:52:32.1711200Z [5442/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2024-08-20T21:52:32.2929420Z [5443/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/inductor_ops.cpp.o 2024-08-20T21:52:32.3180320Z [5444/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2024-08-20T21:52:32.3709780Z [5445/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2024-08-20T21:52:32.5043320Z [5446/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2024-08-20T21:52:32.7217220Z [5447/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2024-08-20T21:52:32.7544680Z [5448/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2024-08-20T21:52:32.7794330Z [5449/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2024-08-20T21:52:32.8029320Z [5450/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2024-08-20T21:52:32.8110400Z [5451/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2024-08-20T21:52:32.8279250Z [5452/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2024-08-20T21:52:32.8548680Z [5453/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2024-08-20T21:52:32.8775830Z [5454/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2024-08-20T21:52:32.9384440Z [5455/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2024-08-20T21:52:33.0706570Z [5456/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2024-08-20T21:52:33.0952810Z [5457/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2024-08-20T21:52:33.1420520Z [5458/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2024-08-20T21:52:33.2247600Z [5459/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2024-08-20T21:52:33.2378320Z [5460/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2024-08-20T21:52:33.2448600Z [5461/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2024-08-20T21:52:33.2702080Z [5462/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2024-08-20T21:52:33.3389720Z [5463/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2024-08-20T21:52:33.4582780Z [5464/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2024-08-20T21:52:33.5101850Z [5465/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2024-08-20T21:52:33.5300300Z [5466/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2024-08-20T21:52:33.5361020Z [5467/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2024-08-20T21:52:33.5786200Z [5468/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2024-08-20T21:52:33.6901520Z [5469/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/graph_utils.cpp.o 2024-08-20T21:52:33.7202570Z [5470/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2024-08-20T21:52:33.7638660Z [5471/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2024-08-20T21:52:33.8269010Z [5472/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2024-08-20T21:52:33.9621080Z [5473/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2024-08-20T21:52:33.9739690Z [5474/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2024-08-20T21:52:34.0137270Z [5475/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2024-08-20T21:52:34.0180750Z [5476/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2024-08-20T21:52:34.0436050Z [5477/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2024-08-20T21:52:34.1253640Z [5478/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2024-08-20T21:52:34.1336630Z [5479/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2024-08-20T21:52:34.2429880Z [5480/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2024-08-20T21:52:34.2842140Z [5481/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2024-08-20T21:52:34.3923140Z [5482/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2024-08-20T21:52:34.4222090Z [5483/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2024-08-20T21:52:34.4860220Z [5484/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2024-08-20T21:52:34.5364760Z [5485/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2024-08-20T21:52:34.5615890Z [5486/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2024-08-20T21:52:34.6244570Z [5487/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2024-08-20T21:52:34.6375940Z [5488/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2024-08-20T21:52:34.7489940Z [5489/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2024-08-20T21:52:34.7580340Z [5490/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2024-08-20T21:52:34.7860030Z [5491/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2024-08-20T21:52:34.8225380Z [5492/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2024-08-20T21:52:34.8452240Z [5493/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2024-08-20T21:52:34.9592840Z [5494/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2024-08-20T21:52:35.0562900Z [5495/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2024-08-20T21:52:35.0927540Z [5496/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2024-08-20T21:52:35.1250770Z [5497/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2024-08-20T21:52:35.1277280Z [5498/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2024-08-20T21:52:35.1505160Z [5499/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2024-08-20T21:52:35.1540580Z [5500/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2024-08-20T21:52:35.1617020Z [5501/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2024-08-20T21:52:35.1638340Z [5502/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2024-08-20T21:52:35.1901940Z [5503/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2024-08-20T21:52:35.3982420Z [5504/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2024-08-20T21:52:35.4927300Z [5505/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2024-08-20T21:52:35.5520240Z [5506/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2024-08-20T21:52:35.6122930Z [5507/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2024-08-20T21:52:35.6356170Z [5508/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2024-08-20T21:52:35.7778390Z [5509/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2024-08-20T21:52:35.7989230Z [5510/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2024-08-20T21:52:35.8657710Z [5511/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2024-08-20T21:52:35.9088310Z [5512/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2024-08-20T21:52:35.9616710Z [5513/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2024-08-20T21:52:35.9777840Z [5514/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2024-08-20T21:52:35.9881190Z [5515/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2024-08-20T21:52:36.1416700Z [5516/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2024-08-20T21:52:36.1743830Z [5517/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2024-08-20T21:52:36.1905750Z [5518/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2024-08-20T21:52:36.2614660Z [5519/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2024-08-20T21:52:36.2712680Z [5520/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2024-08-20T21:52:36.2868470Z [5521/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2024-08-20T21:52:36.3099530Z [5522/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2024-08-20T21:52:36.4302470Z [5523/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2024-08-20T21:52:36.4725760Z [5524/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2024-08-20T21:52:36.4831090Z [5525/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2024-08-20T21:52:36.6313270Z [5526/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2024-08-20T21:52:36.6459420Z [5527/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_linear_bn.cpp.o 2024-08-20T21:52:36.6716060Z [5528/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2024-08-20T21:52:36.6849740Z [5529/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2024-08-20T21:52:36.7673640Z [5530/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2024-08-20T21:52:36.7892600Z [5531/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2024-08-20T21:52:36.9267860Z [5532/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2024-08-20T21:52:37.0087890Z [5533/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_folding.cpp.o 2024-08-20T21:52:37.0173540Z [5534/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2024-08-20T21:52:37.0410010Z [5535/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2024-08-20T21:52:37.1266860Z [5536/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2024-08-20T21:52:37.1571420Z [5537/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2024-08-20T21:52:37.2724360Z [5538/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2024-08-20T21:52:37.3434350Z [5539/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2024-08-20T21:52:37.4260550Z [5540/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2024-08-20T21:52:37.4407110Z [5541/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2024-08-20T21:52:37.4728040Z [5542/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2024-08-20T21:52:37.4830560Z [5543/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2024-08-20T21:52:37.5107320Z [5544/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2024-08-20T21:52:37.6296500Z [5545/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2024-08-20T21:52:37.6671450Z [5546/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2024-08-20T21:52:37.7564730Z [5547/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2024-08-20T21:52:37.8011990Z [5548/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2024-08-20T21:52:37.8427720Z [5549/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2024-08-20T21:52:37.9643880Z [5550/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2024-08-20T21:52:37.9814390Z [5551/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2024-08-20T21:52:37.9914890Z [5552/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2024-08-20T21:52:38.0743790Z [5553/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2024-08-20T21:52:38.1579510Z [5554/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2024-08-20T21:52:38.2035560Z [5555/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2024-08-20T21:52:38.3311800Z [5556/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2024-08-20T21:52:38.3338510Z [5557/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2024-08-20T21:52:38.3682980Z [5558/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2024-08-20T21:52:38.4392830Z [5559/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2024-08-20T21:52:38.4590940Z [5560/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2024-08-20T21:52:38.4828110Z [5561/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2024-08-20T21:52:38.5000390Z [5562/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2024-08-20T21:52:38.6329000Z [5563/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2024-08-20T21:52:38.6959270Z [5564/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2024-08-20T21:52:38.7070180Z [5565/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2024-08-20T21:52:38.7804410Z [5566/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2024-08-20T21:52:38.8093590Z [5567/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2024-08-20T21:52:38.8162610Z [5568/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2024-08-20T21:52:38.9471220Z [5569/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2024-08-20T21:52:38.9702080Z [5570/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2024-08-20T21:52:39.0928400Z [5571/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2024-08-20T21:52:39.1225230Z [5572/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2024-08-20T21:52:39.1706700Z [5573/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2024-08-20T21:52:39.1781100Z [5574/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2024-08-20T21:52:39.2008100Z [5575/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2024-08-20T21:52:39.2235290Z [5576/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2024-08-20T21:52:39.3820140Z [5577/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2024-08-20T21:52:39.3965190Z [5578/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2024-08-20T21:52:39.4069640Z [5579/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2024-08-20T21:52:39.4158730Z [5580/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2024-08-20T21:52:39.5391340Z [5581/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2024-08-20T21:52:39.5919950Z [5582/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2024-08-20T21:52:39.6005480Z [5583/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2024-08-20T21:52:39.6724430Z [5584/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2024-08-20T21:52:39.7511520Z [5585/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2024-08-20T21:52:39.8502400Z [5586/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2024-08-20T21:52:39.9471650Z [5587/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2024-08-20T21:52:39.9802260Z [5588/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2024-08-20T21:52:39.9905750Z [5589/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2024-08-20T21:52:40.0173670Z [5590/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2024-08-20T21:52:40.0527610Z [5591/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2024-08-20T21:52:40.0913790Z [5592/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2024-08-20T21:52:40.1165870Z [5593/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/utf8_decoding_ignore.cpp.o 2024-08-20T21:52:40.1222580Z [5594/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2024-08-20T21:52:40.2373670Z [5595/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2024-08-20T21:52:40.2620100Z [5596/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2024-08-20T21:52:40.3131120Z [5597/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2024-08-20T21:52:40.4791870Z [5598/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2024-08-20T21:52:40.4863610Z [5599/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2024-08-20T21:52:40.5241370Z [5600/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2024-08-20T21:52:40.5506920Z [5601/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2024-08-20T21:52:40.5531310Z [5602/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2024-08-20T21:52:40.6389620Z [5603/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2024-08-20T21:52:40.7236960Z [5604/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2024-08-20T21:52:40.8372900Z [5605/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2024-08-20T21:52:40.8760490Z [5606/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2024-08-20T21:52:40.9165190Z [5607/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2024-08-20T21:52:40.9434750Z [5608/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2024-08-20T21:52:40.9654740Z [5609/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2024-08-20T21:52:41.1540660Z [5610/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2024-08-20T21:52:41.1803960Z [5611/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2024-08-20T21:52:41.2016900Z [5612/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2024-08-20T21:52:41.2940990Z [5613/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2024-08-20T21:52:41.3643870Z [5614/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2024-08-20T21:52:41.3746600Z [5615/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2024-08-20T21:52:41.4812030Z [5616/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2024-08-20T21:52:41.5264900Z [5617/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2024-08-20T21:52:41.5810310Z [5618/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2024-08-20T21:52:41.6396220Z [5619/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2024-08-20T21:52:41.6511670Z [5620/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2024-08-20T21:52:41.7077980Z [5621/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2024-08-20T21:52:41.8273180Z [5622/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2024-08-20T21:52:42.0046420Z [5623/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2024-08-20T21:52:42.0294880Z [5624/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2024-08-20T21:52:42.0336420Z [5625/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2024-08-20T21:52:42.0879540Z [5626/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2024-08-20T21:52:42.1630090Z [5627/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2024-08-20T21:52:42.2252140Z [5628/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2024-08-20T21:52:42.3165710Z [5629/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2024-08-20T21:52:42.3900930Z [5630/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2024-08-20T21:52:42.4094810Z [5631/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2024-08-20T21:52:42.4696440Z [5632/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2024-08-20T21:52:42.5257790Z [5633/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2024-08-20T21:52:42.5539590Z [5634/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2024-08-20T21:52:42.6031920Z [5635/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2024-08-20T21:52:42.6812570Z [5636/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2024-08-20T21:52:42.7116720Z [5637/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2024-08-20T21:52:42.8508980Z [5638/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2024-08-20T21:52:42.8900410Z [5639/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2024-08-20T21:52:42.9707910Z [5640/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2024-08-20T21:52:43.0173700Z [5641/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2024-08-20T21:52:43.0577170Z [5642/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2024-08-20T21:52:43.2733380Z [5643/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2024-08-20T21:52:43.3237040Z [5644/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2024-08-20T21:52:43.3394250Z [5645/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2024-08-20T21:52:43.3598580Z [5646/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2024-08-20T21:52:43.4877720Z [5647/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2024-08-20T21:52:43.5877210Z [5648/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2024-08-20T21:52:43.6244000Z [5649/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2024-08-20T21:52:43.6471640Z [5650/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2024-08-20T21:52:43.6483210Z [5651/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2024-08-20T21:52:43.6900850Z [5652/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2024-08-20T21:52:43.8395440Z [5653/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2024-08-20T21:52:43.9145280Z [5654/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2024-08-20T21:52:44.0129160Z [5655/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2024-08-20T21:52:44.0928710Z [5656/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2024-08-20T21:52:44.1130110Z [5657/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2024-08-20T21:52:44.2248920Z [5658/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2024-08-20T21:52:44.2399000Z [5659/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2024-08-20T21:52:44.2846700Z [5660/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2024-08-20T21:52:44.3856560Z [5661/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2024-08-20T21:52:44.4197860Z [5662/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2024-08-20T21:52:44.5227760Z [5663/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2024-08-20T21:52:44.5665220Z [5664/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2024-08-20T21:52:44.5961160Z [5665/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2024-08-20T21:52:44.6246800Z [5666/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2024-08-20T21:52:44.7840550Z [5667/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2024-08-20T21:52:44.9746250Z [5668/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2024-08-20T21:52:45.0057310Z [5669/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2024-08-20T21:52:45.0570720Z [5670/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2024-08-20T21:52:45.0993930Z [5671/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2024-08-20T21:52:45.2042950Z [5672/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2024-08-20T21:52:45.2564450Z [5673/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2024-08-20T21:52:45.3273500Z [5674/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2024-08-20T21:52:45.4815480Z [5675/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2024-08-20T21:52:45.5095320Z [5676/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2024-08-20T21:52:45.6379320Z [5677/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2024-08-20T21:52:45.6589720Z [5678/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2024-08-20T21:52:45.6643660Z [5679/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2024-08-20T21:52:45.6800670Z [5680/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2024-08-20T21:52:45.7055990Z [5681/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2024-08-20T21:52:45.7059120Z [5682/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2024-08-20T21:52:45.7829870Z [5683/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2024-08-20T21:52:45.8322260Z [5684/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2024-08-20T21:52:45.9625010Z [5685/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2024-08-20T21:52:45.9917320Z [5686/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2024-08-20T21:52:46.0020670Z [5687/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2024-08-20T21:52:46.0290610Z [5688/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2024-08-20T21:52:46.1515310Z [5689/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2024-08-20T21:52:46.1728280Z [5690/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2024-08-20T21:52:46.1784220Z [5691/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2024-08-20T21:52:46.1916890Z [5692/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2024-08-20T21:52:46.2693630Z [5693/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2024-08-20T21:52:46.3900650Z [5694/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2024-08-20T21:52:46.4027340Z [5695/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2024-08-20T21:52:46.4113290Z [5696/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2024-08-20T21:52:46.4358410Z [5697/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2024-08-20T21:52:46.4605110Z [5698/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2024-08-20T21:52:46.5004840Z [5699/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2024-08-20T21:52:46.5954780Z [5700/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2024-08-20T21:52:46.6683540Z [5701/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2024-08-20T21:52:46.6794350Z [5702/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2024-08-20T21:52:46.7024750Z [5703/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2024-08-20T21:52:46.8425230Z [5704/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2024-08-20T21:52:46.8510580Z [5705/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2024-08-20T21:52:46.9133160Z [5706/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2024-08-20T21:52:46.9310230Z [5707/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2024-08-20T21:52:46.9468280Z [5708/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2024-08-20T21:52:46.9516720Z [5709/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2024-08-20T21:52:47.0381420Z [5710/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2024-08-20T21:52:47.0595040Z [5711/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2024-08-20T21:52:47.1718910Z [5712/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2024-08-20T21:52:47.2119020Z [5713/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2024-08-20T21:52:47.2860100Z [5714/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/combined_traceback.cpp.o 2024-08-20T21:52:47.2893740Z [5715/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2024-08-20T21:52:47.3421360Z [5716/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2024-08-20T21:52:47.3752430Z [5717/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2024-08-20T21:52:47.4162640Z [5718/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2024-08-20T21:52:47.4448560Z [5719/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2024-08-20T21:52:47.4690520Z [5720/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2024-08-20T21:52:47.5433830Z [5721/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind_fb.cpp.o 2024-08-20T21:52:47.5705330Z [5722/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2024-08-20T21:52:47.5984670Z [5723/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/vulkan.cpp.o 2024-08-20T21:52:47.6451370Z [5724/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind.cpp.o 2024-08-20T21:52:47.6615670Z [5725/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_trace_observer.cpp.o 2024-08-20T21:52:47.6989540Z [5726/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2024-08-20T21:52:47.7141160Z [5727/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2024-08-20T21:52:47.7546680Z [5728/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/privateuse1_observer.cpp.o 2024-08-20T21:52:47.7760950Z [5729/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2024-08-20T21:52:47.9368120Z [5730/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2024-08-20T21:52:47.9558250Z [5731/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2024-08-20T21:52:47.9833180Z [5732/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2024-08-20T21:52:48.1015520Z [5733/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2024-08-20T21:52:48.1556070Z [5734/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2024-08-20T21:52:48.3023980Z [5735/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2024-08-20T21:52:48.3349030Z [5736/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2024-08-20T21:52:48.3768510Z [5737/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2024-08-20T21:52:48.4596890Z [5738/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2024-08-20T21:52:48.4997660Z [5739/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2024-08-20T21:52:48.5286470Z [5740/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2024-08-20T21:52:48.6872030Z [5741/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2024-08-20T21:52:48.7358070Z [5742/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2024-08-20T21:52:48.7716920Z [5743/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2024-08-20T21:52:48.7835520Z [5744/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2024-08-20T21:52:48.7955150Z [5745/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2024-08-20T21:52:48.8231820Z [5746/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2024-08-20T21:52:48.8355050Z [5747/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2024-08-20T21:52:48.9163170Z [5748/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2024-08-20T21:52:49.1121450Z [5749/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2024-08-20T21:52:49.1556250Z [5750/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2024-08-20T21:52:49.1722470Z [5751/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2024-08-20T21:52:49.1900760Z [5752/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2024-08-20T21:52:49.4441270Z [5753/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2024-08-20T21:52:49.4544450Z [5754/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2024-08-20T21:52:49.4917570Z [5755/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2024-08-20T21:52:49.5738630Z [5756/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2024-08-20T21:52:49.6185090Z [5757/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2024-08-20T21:52:49.7145420Z [5758/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2024-08-20T21:52:49.7359820Z [5759/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2024-08-20T21:52:49.8681570Z [5760/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2024-08-20T21:52:49.9693720Z [5761/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2024-08-20T21:52:49.9709570Z [5762/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2024-08-20T21:52:49.9999040Z [5763/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2024-08-20T21:52:50.0407320Z [5764/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2024-08-20T21:52:50.0963500Z [5765/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2024-08-20T21:52:50.1141760Z [5766/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2024-08-20T21:52:50.1849260Z [5767/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2024-08-20T21:52:50.2817240Z [5768/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2024-08-20T21:52:50.2852400Z [5769/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2024-08-20T21:52:50.4061700Z [5770/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2024-08-20T21:52:50.4699940Z [5771/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2024-08-20T21:52:50.5421520Z [5772/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2024-08-20T21:52:50.7346940Z [5773/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2024-08-20T21:52:50.7572980Z [5774/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2024-08-20T21:52:50.7725650Z [5775/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2024-08-20T21:52:50.7915200Z [5776/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2024-08-20T21:52:50.7933140Z [5777/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2024-08-20T21:52:50.9437830Z [5778/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2024-08-20T21:52:50.9973410Z [5779/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2024-08-20T21:52:51.0022980Z [5780/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2024-08-20T21:52:51.1245790Z [5781/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/mps.cpp.o 2024-08-20T21:52:51.1556960Z [5782/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2024-08-20T21:52:51.2002120Z [5783/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2024-08-20T21:52:51.5071370Z [5784/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2024-08-20T21:52:51.5271790Z [5785/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2024-08-20T21:52:51.5717460Z [5786/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2024-08-20T21:52:51.6487340Z [5787/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2024-08-20T21:52:51.6693630Z [5788/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2024-08-20T21:52:51.7020100Z [5789/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2024-08-20T21:52:51.7435500Z [5790/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2024-08-20T21:52:51.8529710Z [5791/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2024-08-20T21:52:52.0635150Z [5792/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2024-08-20T21:52:52.1537240Z [5793/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2024-08-20T21:52:52.2784100Z [5794/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2024-08-20T21:52:52.3016140Z [5795/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2024-08-20T21:52:52.3141560Z [5796/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2024-08-20T21:52:52.4356670Z [5797/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2024-08-20T21:52:52.4558690Z [5798/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2024-08-20T21:52:52.4754400Z [5799/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2024-08-20T21:52:52.7756370Z [5800/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2024-08-20T21:52:52.7991390Z [5801/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2024-08-20T21:52:52.9342900Z [5802/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2024-08-20T21:52:52.9531770Z [5803/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2024-08-20T21:52:52.9711170Z [5804/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2024-08-20T21:52:53.0213210Z [5805/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2024-08-20T21:52:53.0424960Z [5806/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2024-08-20T21:52:53.1989580Z [5807/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2024-08-20T21:52:53.3642700Z [5808/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2024-08-20T21:52:53.3947040Z [5809/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2024-08-20T21:52:53.5165890Z [5810/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2024-08-20T21:52:53.5534610Z [5811/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2024-08-20T21:52:53.7392030Z [5812/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2024-08-20T21:52:53.7670410Z [5813/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2024-08-20T21:52:53.8181520Z [5814/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2024-08-20T21:52:53.8506180Z [5815/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2024-08-20T21:52:53.9193410Z [5816/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2024-08-20T21:52:53.9323530Z [5817/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2024-08-20T21:52:54.1489990Z [5818/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2024-08-20T21:52:54.2713790Z [5819/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2024-08-20T21:52:54.4105450Z [5820/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2024-08-20T21:52:54.4312180Z [5821/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2024-08-20T21:52:54.4504050Z [5822/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2024-08-20T21:52:54.4634150Z [5823/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2024-08-20T21:52:54.4848330Z [5824/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2024-08-20T21:52:54.5057450Z [5825/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2024-08-20T21:52:54.6678000Z [5826/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2024-08-20T21:52:54.7948770Z [5827/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/reduce_on_plateau_scheduler.cpp.o 2024-08-20T21:52:54.8270990Z [5828/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2024-08-20T21:52:54.8374390Z [5829/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2024-08-20T21:52:54.9117880Z [5830/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/xpu.cpp.o 2024-08-20T21:52:54.9590060Z [5831/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2024-08-20T21:52:55.0291590Z [5832/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2024-08-20T21:52:55.1432330Z [5833/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2024-08-20T21:52:55.2416540Z [5834/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2024-08-20T21:52:55.3199800Z [5835/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSGeneratorImpl.mm.o 2024-08-20T21:52:55.4523800Z [5836/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSDevice.mm.o 2024-08-20T21:52:55.4741130Z [5837/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSAllocator.mm.o 2024-08-20T21:52:55.4858600Z [5838/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSEvent.mm.o 2024-08-20T21:52:55.5111850Z [5839/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/EmptyTensor.cpp.o 2024-08-20T21:52:55.5397590Z [5840/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSFallback.mm.o 2024-08-20T21:52:55.7308040Z [5841/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSGuardImpl.mm.o 2024-08-20T21:52:55.8617990Z [5842/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSHooks.mm.o 2024-08-20T21:52:55.8778540Z [5843/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Equal.cpp.o 2024-08-20T21:52:55.9809990Z [5844/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSProfiler.mm.o 2024-08-20T21:52:56.0001950Z [5845/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mps/MPSStream.mm.o 2024-08-20T21:52:56.0291870Z [5846/5911] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/TensorFactory.cpp.o 2024-08-20T21:52:56.2873140Z [5847/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Activation.mm.o 2024-08-20T21:52:56.3470830Z [5848/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/OperationUtils.mm.o 2024-08-20T21:52:56.4795440Z [5849/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BinaryKernel.mm.o 2024-08-20T21:52:56.5060760Z [5850/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/AdaptivePooling.mm.o 2024-08-20T21:52:56.5330050Z [5851/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Attention.mm.o 2024-08-20T21:52:56.6077090Z [5852/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BinaryOps.mm.o 2024-08-20T21:52:56.6278720Z [5853/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/BitwiseOps.mm.o 2024-08-20T21:52:56.7630580Z [5854/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Blas.mm.o 2024-08-20T21:52:56.9566890Z [5855/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ConstantOps.mm.o 2024-08-20T21:52:56.9943420Z [5856/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Bucketization.mm.o 2024-08-20T21:52:57.1042940Z [5857/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Convolution.mm.o 2024-08-20T21:52:57.1246540Z [5858/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Copy.mm.o 2024-08-20T21:52:57.2308360Z [5859/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Distributions.mm.o 2024-08-20T21:52:57.2545690Z [5860/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/CrossKernel.mm.o 2024-08-20T21:52:57.2831480Z [5861/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Eye.mm.o 2024-08-20T21:52:57.2934950Z [5862/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamKernel.mm.o 2024-08-20T21:52:57.4858380Z [5863/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWKernel.mm.o 2024-08-20T21:52:57.5159280Z [5864/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FastFourierTransform.mm.o 2024-08-20T21:52:57.7153580Z [5865/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamAmsgradKernelImpl.mm.o 2024-08-20T21:52:57.7668930Z [5866/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWAmsgradKernelImpl.mm.o 2024-08-20T21:52:57.8551990Z [5867/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamKernelImpl.mm.o 2024-08-20T21:52:57.8671900Z [5868/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedAdamWKernelImpl.mm.o 2024-08-20T21:52:58.0172320Z [5869/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Gamma.mm.o 2024-08-20T21:52:58.0675300Z [5870/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/FusedSgdKernel.mm.o 2024-08-20T21:52:58.1054730Z [5871/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/GridSampler.mm.o 2024-08-20T21:52:58.1357040Z [5872/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/HistogramKernel.mm.o 2024-08-20T21:52:58.4020210Z [5873/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Indexing.mm.o 2024-08-20T21:52:58.4641860Z [5874/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Linear.mm.o 2024-08-20T21:52:58.4736910Z [5875/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Lerp.mm.o 2024-08-20T21:52:58.4751760Z [5876/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Inverse.mm.o 2024-08-20T21:52:58.5962320Z [5877/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/LossOps.mm.o 2024-08-20T21:52:58.6225330Z [5878/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/LinearAlgebra.mm.o 2024-08-20T21:52:58.8065520Z [5879/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Normalization.mm.o 2024-08-20T21:52:58.8250360Z [5880/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Pad.mm.o 2024-08-20T21:52:59.0638450Z [5881/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/PixelShuffle.mm.o 2024-08-20T21:52:59.1454430Z [5882/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/PointwiseOps.mm.o 2024-08-20T21:52:59.1695430Z [5883/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Pooling.mm.o 2024-08-20T21:52:59.2259040Z [5884/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Quantized.mm.o 2024-08-20T21:52:59.2561640Z [5885/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RangeFactories.mm.o 2024-08-20T21:52:59.2774200Z [5886/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ReduceOps.mm.o 2024-08-20T21:52:59.5018720Z [5887/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RenormKernel.mm.o 2024-08-20T21:52:59.5344250Z [5888/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Repeat.mm.o 2024-08-20T21:52:59.7409150Z [5889/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/RnnOps.mm.o 2024-08-20T21:52:59.8020140Z [5890/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Shape.mm.o 2024-08-20T21:52:59.8229430Z [5891/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Scalar.mm.o 2024-08-20T21:52:59.8379320Z [5892/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SoftMax.mm.o 2024-08-20T21:52:59.9138410Z [5893/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/ScatterGather.mm.o 2024-08-20T21:52:59.9441630Z [5894/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Sort.mm.o 2024-08-20T21:53:00.2116120Z [5895/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/SummaryOps.mm.o 2024-08-20T21:53:00.2993450Z [5896/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/TensorCompare.mm.o 2024-08-20T21:53:00.3374820Z [5897/5911] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2024-08-20T21:53:00.4231000Z [5898/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/TriangularOps.mm.o 2024-08-20T21:53:00.4318890Z [5899/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UpSample.mm.o 2024-08-20T21:53:00.4381230Z [5900/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/Unique.mm.o 2024-08-20T21:53:00.4465900Z [5901/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnaryKernel.mm.o 2024-08-20T21:53:00.4597720Z [5902/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/UnaryOps.mm.o 2024-08-20T21:53:00.4697930Z [5903/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/View.mm.o 2024-08-20T21:53:00.6473490Z [5904/5911] Building OBJCXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mps/operations/WeightNorm.mm.o 2024-08-20T21:53:01.5522660Z [5905/5911] Linking CXX shared library lib/libtorch_cpu.dylib 2024-08-20T21:53:01.5523440Z ld: warning: ignoring duplicate libraries: 'lib/libcpuinfo.a', 'lib/libnnpack.a', 'lib/libpthreadpool.a' 2024-08-20T21:53:01.6737790Z [5906/5911] Linking CXX shared library lib/libshm.dylib 2024-08-20T21:53:01.6768530Z [5907/5911] Linking CXX shared library lib/libtorch.dylib 2024-08-20T21:53:01.7398510Z [5908/5911] Linking CXX executable bin/torch_shm_manager 2024-08-20T21:53:01.8803010Z [5909/5911] Linking CXX shared library lib/libtorch_python.dylib 2024-08-20T21:53:01.9852360Z [5910/5911] Linking CXX shared module functorch/functorch.so 2024-08-20T21:53:01.9852750Z [5910/5911] Install the project... 2024-08-20T21:53:01.9989120Z -- Install configuration: "Release" 2024-08-20T21:53:07.6093710Z Building wheel torch-2.5.0a0+git40ec5f6 2024-08-20T21:53:07.6094060Z -- Building version 2.5.0a0+git40ec5f6 2024-08-20T21:53:07.6096650Z 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_10479310961/bin/cmake -DCMAKE_INSTALL_PREFIX=/Users/ec2-user/runner/_work/pytorch/pytorch/torch -DCMAKE_PREFIX_PATH=/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib/python3.9/site-packages -DPython_EXECUTABLE=/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/bin/python -DTORCH_BUILD_VERSION=2.5.0a0+git40ec5f6 -DUSE_DISTRIBUTED=0 -DUSE_NUMPY=True -DUSE_OPENMP=1 -DUSE_PYTORCH_METAL=1 -DWERROR=1 /Users/ec2-user/runner/_work/pytorch/pytorch 2024-08-20T21:53:07.6098980Z cmake --build . --target install --config Release 2024-08-20T21:53:07.6099270Z running bdist_wheel 2024-08-20T21:53:09.8881650Z running build 2024-08-20T21:53:09.8881880Z running build_py 2024-08-20T21:53:09.9176000Z creating build/lib.macosx-11.1-arm64-3.9 2024-08-20T21:53:09.9176380Z creating build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9177000Z copying torch/_storage_docs.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9185150Z copying torch/_meta_registrations.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9216850Z copying torch/version.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9218240Z copying torch/library.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9238020Z copying torch/_jit_internal.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9253650Z copying torch/_custom_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9261020Z copying torch/return_types.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9266450Z copying torch/_size_docs.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9272290Z copying torch/_torch_docs.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9275490Z copying torch/_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9302590Z copying torch/_utils_internal.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9303500Z copying torch/quasirandom.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9310370Z copying torch/torch_version.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9315660Z copying torch/_VF.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9320510Z copying torch/_streambase.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9325410Z copying torch/_tensor_docs.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9327390Z copying torch/_weights_only_unpickler.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9334660Z copying torch/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9359950Z copying torch/overrides.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9389980Z copying torch/_namedtensor_internals.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9397310Z copying torch/types.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9402590Z copying torch/_linalg_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9407100Z copying torch/__config__.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9412420Z copying torch/_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9431670Z copying torch/random.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9436910Z copying torch/hub.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9453200Z copying torch/_tensor_str.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9474190Z copying torch/_sources.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9479530Z copying torch/_vmap_internals.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9485240Z copying torch/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9515630Z copying torch/_lowrank.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9521850Z copying torch/_appdirs.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9550630Z copying torch/storage.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9568970Z copying torch/_compile.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9574560Z copying torch/_lobpcg.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9597550Z copying torch/__future__.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9609110Z copying torch/_guards.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9619620Z copying torch/_deploy.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9624840Z copying torch/_python_dispatcher.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9634250Z copying torch/_classes.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9638960Z copying torch/serialization.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9668500Z copying torch/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:09.9691020Z creating build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9691550Z copying torchgen/native_function_generation.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9692470Z copying torchgen/gen_vmap_plumbing.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9693900Z copying torchgen/gen.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9695470Z copying torchgen/gen_executorch.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9709900Z copying torchgen/local.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9711090Z copying torchgen/gen_functionalization_type.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9712460Z copying torchgen/code_template.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9713390Z copying torchgen/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9714840Z copying torchgen/yaml_utils.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9715760Z copying torchgen/gen_aoti_c_shim.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9717200Z copying torchgen/model.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9718860Z copying torchgen/context.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9719720Z copying torchgen/utils.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9721310Z copying torchgen/gen_backend_stubs.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9722280Z copying torchgen/gen_lazy_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torchgen 2024-08-20T21:53:09.9724690Z creating build/lib.macosx-11.1-arm64-3.9/functorch 2024-08-20T21:53:09.9725160Z copying functorch/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch 2024-08-20T21:53:09.9734820Z creating build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9735440Z copying torch/_higher_order_ops/effects.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9741690Z copying torch/_higher_order_ops/while_loop.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9748160Z copying torch/_higher_order_ops/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9753380Z copying torch/_higher_order_ops/strict_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9758530Z copying torch/_higher_order_ops/torchbind.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9764190Z copying torch/_higher_order_ops/cond.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9793680Z copying torch/_higher_order_ops/map.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9800800Z copying torch/_higher_order_ops/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9807330Z copying torch/_higher_order_ops/out_dtype.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9815650Z copying torch/_higher_order_ops/executorch_call_delegate.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9821520Z copying torch/_higher_order_ops/run_const_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9829670Z copying torch/_higher_order_ops/associative_scan.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9834780Z copying torch/_higher_order_ops/auto_functionalize.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9841350Z copying torch/_higher_order_ops/triton_kernel_wrap.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9854570Z copying torch/_higher_order_ops/flex_attention.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9865840Z copying torch/_higher_order_ops/wrap.py -> build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops 2024-08-20T21:53:09.9872810Z creating build/lib.macosx-11.1-arm64-3.9/torch/_prims 2024-08-20T21:53:09.9873320Z copying torch/_prims/debug_prims.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims 2024-08-20T21:53:09.9879070Z copying torch/_prims/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims 2024-08-20T21:53:09.9920660Z copying torch/_prims/context.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims 2024-08-20T21:53:09.9926750Z copying torch/_prims/rng_prims.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims 2024-08-20T21:53:09.9937810Z copying torch/_prims/executor.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims 2024-08-20T21:53:09.9944330Z creating build/lib.macosx-11.1-arm64-3.9/torch/_logging 2024-08-20T21:53:09.9944850Z copying torch/_logging/_internal.py -> build/lib.macosx-11.1-arm64-3.9/torch/_logging 2024-08-20T21:53:09.9960880Z copying torch/_logging/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_logging 2024-08-20T21:53:09.9965860Z copying torch/_logging/_registrations.py -> build/lib.macosx-11.1-arm64-3.9/torch/_logging 2024-08-20T21:53:09.9972250Z copying torch/_logging/structured.py -> build/lib.macosx-11.1-arm64-3.9/torch/_logging 2024-08-20T21:53:09.9982390Z creating build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:09.9982950Z copying torch/_functorch/partitioners.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0009410Z copying torch/_functorch/compile_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0017060Z copying torch/_functorch/config.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0025120Z copying torch/_functorch/autograd_function.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0037540Z copying torch/_functorch/python_key.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0042350Z copying torch/_functorch/pytree_hacks.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0047510Z copying torch/_functorch/pyfunctorch.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0057830Z copying torch/_functorch/deprecated.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0062600Z copying torch/_functorch/top_operators_github_usage.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0075720Z copying torch/_functorch/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0081220Z copying torch/_functorch/batch_norm_replacement.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0086100Z copying torch/_functorch/fx_minifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0097780Z copying torch/_functorch/apis.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0106770Z copying torch/_functorch/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0112300Z copying torch/_functorch/aot_autograd.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0127350Z copying torch/_functorch/compilers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0133850Z copying torch/_functorch/eager_transforms.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0150750Z copying torch/_functorch/vmap.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0163660Z copying torch/_functorch/benchmark_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0169320Z copying torch/_functorch/make_functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0179390Z copying torch/_functorch/functional_call.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch 2024-08-20T21:53:10.0187560Z creating build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0188080Z copying torch/_numpy/_reductions_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0193560Z copying torch/_numpy/_getlimits.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0199010Z copying torch/_numpy/_unary_ufuncs_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0203820Z copying torch/_numpy/_casting_dicts.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0215250Z copying torch/_numpy/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0220800Z copying torch/_numpy/_binary_ufuncs_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0232620Z copying torch/_numpy/random.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0239080Z copying torch/_numpy/_dtypes.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0244800Z copying torch/_numpy/linalg.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0250690Z copying torch/_numpy/_ndarray.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0263800Z copying torch/_numpy/_ufuncs.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0270510Z copying torch/_numpy/_util.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0276390Z copying torch/_numpy/_normalizations.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0281700Z copying torch/_numpy/_dtypes_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0287240Z copying torch/_numpy/fft.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0292230Z copying torch/_numpy/_funcs_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0306350Z copying torch/_numpy/_funcs.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy 2024-08-20T21:53:10.0312280Z creating build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-20T21:53:10.0312770Z copying torch/_export/error.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-20T21:53:10.0318930Z copying torch/_export/tools.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-20T21:53:10.0324590Z copying torch/_export/converter.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-20T21:53:10.0340700Z copying torch/_export/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-20T21:53:10.0346990Z copying torch/_export/pass_base.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-20T21:53:10.0356770Z copying torch/_export/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-20T21:53:10.0366690Z copying torch/_export/wrappers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-20T21:53:10.0372400Z copying torch/_export/non_strict_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-20T21:53:10.0382410Z copying torch/_export/verifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export 2024-08-20T21:53:10.0392800Z creating build/lib.macosx-11.1-arm64-3.9/torch/monitor 2024-08-20T21:53:10.0393300Z copying torch/monitor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/monitor 2024-08-20T21:53:10.0400270Z creating build/lib.macosx-11.1-arm64-3.9/torch/_dispatch 2024-08-20T21:53:10.0400790Z copying torch/_dispatch/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dispatch 2024-08-20T21:53:10.0401510Z copying torch/_dispatch/python.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dispatch 2024-08-20T21:53:10.0409100Z creating build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-20T21:53:10.0409680Z copying torch/_subclasses/functional_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-20T21:53:10.0422830Z copying torch/_subclasses/meta_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-20T21:53:10.0439260Z copying torch/_subclasses/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-20T21:53:10.0444530Z copying torch/_subclasses/_fake_tensor_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-20T21:53:10.0449990Z copying torch/_subclasses/fake_impls.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-20T21:53:10.0460490Z copying torch/_subclasses/fake_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-20T21:53:10.0484000Z copying torch/_subclasses/schema_check_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-20T21:53:10.0489950Z copying torch/_subclasses/fake_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_subclasses 2024-08-20T21:53:10.0496750Z creating build/lib.macosx-11.1-arm64-3.9/torch/futures 2024-08-20T21:53:10.0497250Z copying torch/futures/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/futures 2024-08-20T21:53:10.0503320Z creating build/lib.macosx-11.1-arm64-3.9/torch/linalg 2024-08-20T21:53:10.0503830Z copying torch/linalg/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/linalg 2024-08-20T21:53:10.0543860Z creating build/lib.macosx-11.1-arm64-3.9/torch/_custom_op 2024-08-20T21:53:10.0544390Z copying torch/_custom_op/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_custom_op 2024-08-20T21:53:10.0545170Z copying torch/_custom_op/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/_custom_op 2024-08-20T21:53:10.0551120Z copying torch/_custom_op/autograd.py -> build/lib.macosx-11.1-arm64-3.9/torch/_custom_op 2024-08-20T21:53:10.0556600Z copying torch/_custom_op/impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_custom_op 2024-08-20T21:53:10.0567470Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-20T21:53:10.0567940Z copying torch/nn/common_types.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-20T21:53:10.0573420Z copying torch/nn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-20T21:53:10.0579330Z copying torch/nn/_reduction.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-20T21:53:10.0586770Z copying torch/nn/cpp.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-20T21:53:10.0592680Z copying torch/nn/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-20T21:53:10.0642660Z copying torch/nn/init.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-20T21:53:10.0655850Z copying torch/nn/grad.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-20T21:53:10.0665170Z copying torch/nn/parameter.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-20T21:53:10.0670720Z creating build/lib.macosx-11.1-arm64-3.9/torch/mps 2024-08-20T21:53:10.0671190Z copying torch/mps/event.py -> build/lib.macosx-11.1-arm64-3.9/torch/mps 2024-08-20T21:53:10.0676440Z copying torch/mps/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/mps 2024-08-20T21:53:10.0682720Z copying torch/mps/profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/mps 2024-08-20T21:53:10.0691890Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0692380Z copying torch/onnx/_type_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0698740Z copying torch/onnx/_constants.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0703480Z copying torch/onnx/symbolic_opset15.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0708440Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0713170Z copying torch/onnx/symbolic_opset7.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0717840Z copying torch/onnx/symbolic_caffe2.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0724970Z copying torch/onnx/symbolic_opset11.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0741010Z copying torch/onnx/verification.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0760110Z copying torch/onnx/_flags.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0767850Z copying torch/onnx/symbolic_opset10.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0781280Z copying torch/onnx/symbolic_opset20.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0787830Z copying torch/onnx/symbolic_opset14.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0795440Z copying torch/onnx/_globals.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0799960Z copying torch/onnx/symbolic_helper.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0832070Z copying torch/onnx/symbolic_opset9.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0877330Z copying torch/onnx/_deprecation.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0882690Z copying torch/onnx/_exporter_states.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0889060Z copying torch/onnx/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0895270Z copying torch/onnx/symbolic_opset8.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0900990Z copying torch/onnx/symbolic_opset19.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0906280Z copying torch/onnx/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0933220Z copying torch/onnx/_experimental.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0940640Z copying torch/onnx/symbolic_opset18.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0946290Z copying torch/onnx/errors.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0951820Z copying torch/onnx/symbolic_opset13.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0963800Z copying torch/onnx/operators.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0971240Z copying torch/onnx/symbolic_opset17.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0976080Z copying torch/onnx/symbolic_opset16.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0981810Z copying torch/onnx/symbolic_opset12.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx 2024-08-20T21:53:10.0987640Z creating build/lib.macosx-11.1-arm64-3.9/torch/_vendor 2024-08-20T21:53:10.0988170Z copying torch/_vendor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_vendor 2024-08-20T21:53:10.0989750Z creating build/lib.macosx-11.1-arm64-3.9/torch/cpu 2024-08-20T21:53:10.0990310Z copying torch/cpu/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/cpu 2024-08-20T21:53:10.0997850Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.0998440Z copying torch/distributed/_composable_state.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1004600Z copying torch/distributed/logging_handlers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1010550Z copying torch/distributed/rendezvous.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1021180Z copying torch/distributed/run.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1034210Z copying torch/distributed/_state_dict_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1047800Z copying torch/distributed/distributed_c10d.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1079470Z copying torch/distributed/argparse_util.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1084570Z copying torch/distributed/_checkpointable.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1089400Z copying torch/distributed/constants.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1094700Z copying torch/distributed/c10d_logger.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1099500Z copying torch/distributed/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1104190Z copying torch/distributed/collective_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1108720Z copying torch/distributed/_functional_collectives.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1119470Z copying torch/distributed/launch.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1124850Z copying torch/distributed/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1132460Z copying torch/distributed/remote_device.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1139480Z copying torch/distributed/device_mesh.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1149770Z copying torch/distributed/_functional_collectives_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed 2024-08-20T21:53:10.1159060Z creating build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-20T21:53:10.1159600Z copying torch/autograd/anomaly_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-20T21:53:10.1165670Z copying torch/autograd/graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-20T21:53:10.1181040Z copying torch/autograd/forward_ad.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-20T21:53:10.1189540Z copying torch/autograd/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-20T21:53:10.1212560Z copying torch/autograd/variable.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-20T21:53:10.1225950Z copying torch/autograd/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-20T21:53:10.1246130Z copying torch/autograd/grad_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-20T21:53:10.1253180Z copying torch/autograd/profiler_util.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-20T21:53:10.1277010Z copying torch/autograd/profiler_legacy.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-20T21:53:10.1284690Z copying torch/autograd/gradcheck.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-20T21:53:10.1312920Z copying torch/autograd/profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-20T21:53:10.1344590Z copying torch/autograd/function.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd 2024-08-20T21:53:10.1358420Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1358880Z copying torch/fx/_pytree.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1364110Z copying torch/fx/graph_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1384370Z copying torch/fx/operator_schemas.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1396990Z copying torch/fx/config.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1401760Z copying torch/fx/proxy.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1417650Z copying torch/fx/_lazy_graph_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1424510Z copying torch/fx/traceback.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1428960Z copying torch/fx/graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1444690Z copying torch/fx/tensor_type.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1451350Z copying torch/fx/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1456640Z copying torch/fx/immutable_collections.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1461570Z copying torch/fx/annotate.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1466610Z copying torch/fx/subgraph_rewriter.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1476260Z copying torch/fx/interpreter.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1481170Z copying torch/fx/_symbolic_trace.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1491200Z copying torch/fx/node.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1505180Z copying torch/fx/_compatibility.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1511170Z copying torch/fx/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:10.1517900Z creating build/lib.macosx-11.1-arm64-3.9/torch/_prims_common 2024-08-20T21:53:10.1518470Z copying torch/_prims_common/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims_common 2024-08-20T21:53:10.1548140Z copying torch/_prims_common/wrappers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_prims_common 2024-08-20T21:53:10.1560600Z creating build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-20T21:53:10.1561210Z copying torch/multiprocessing/queue.py -> build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-20T21:53:10.1568350Z copying torch/multiprocessing/_atfork.py -> build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-20T21:53:10.1573350Z copying torch/multiprocessing/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-20T21:53:10.1578470Z copying torch/multiprocessing/spawn.py -> build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-20T21:53:10.1585800Z copying torch/multiprocessing/reductions.py -> build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-20T21:53:10.1600960Z copying torch/multiprocessing/pool.py -> build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing 2024-08-20T21:53:10.1620250Z creating build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1620710Z copying torch/cuda/gds.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1625700Z copying torch/cuda/streams.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1631240Z copying torch/cuda/error.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1631810Z copying torch/cuda/comm.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1636840Z copying torch/cuda/memory.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1648820Z copying torch/cuda/jiterator.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1656130Z copying torch/cuda/nccl.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1662340Z copying torch/cuda/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1679000Z copying torch/cuda/_gpu_trace.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1686230Z copying torch/cuda/_sanitizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1696360Z copying torch/cuda/random.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1704110Z copying torch/cuda/_memory_viz.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1714610Z copying torch/cuda/tunable.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1721530Z copying torch/cuda/sparse.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1727080Z copying torch/cuda/nvtx.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1732570Z copying torch/cuda/graphs.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1741670Z copying torch/cuda/profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1746610Z copying torch/cuda/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda 2024-08-20T21:53:10.1751800Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends 2024-08-20T21:53:10.1752320Z copying torch/backends/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends 2024-08-20T21:53:10.1757710Z creating build/lib.macosx-11.1-arm64-3.9/torch/_decomp 2024-08-20T21:53:10.1758290Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.macosx-11.1-arm64-3.9/torch/_decomp 2024-08-20T21:53:10.1768440Z copying torch/_decomp/decompositions.py -> build/lib.macosx-11.1-arm64-3.9/torch/_decomp 2024-08-20T21:53:10.1811890Z copying torch/_decomp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_decomp 2024-08-20T21:53:10.1822370Z copying torch/_decomp/decompositions_for_rng.py -> build/lib.macosx-11.1-arm64-3.9/torch/_decomp 2024-08-20T21:53:10.1830060Z creating build/lib.macosx-11.1-arm64-3.9/torch/xpu 2024-08-20T21:53:10.1830600Z copying torch/xpu/streams.py -> build/lib.macosx-11.1-arm64-3.9/torch/xpu 2024-08-20T21:53:10.1835190Z copying torch/xpu/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/xpu 2024-08-20T21:53:10.1840740Z copying torch/xpu/_gpu_trace.py -> build/lib.macosx-11.1-arm64-3.9/torch/xpu 2024-08-20T21:53:10.1846400Z copying torch/xpu/random.py -> build/lib.macosx-11.1-arm64-3.9/torch/xpu 2024-08-20T21:53:10.1851320Z copying torch/xpu/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/xpu 2024-08-20T21:53:10.1857560Z creating build/lib.macosx-11.1-arm64-3.9/torch/masked 2024-08-20T21:53:10.1858030Z copying torch/masked/_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked 2024-08-20T21:53:10.1880810Z copying torch/masked/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked 2024-08-20T21:53:10.1885890Z copying torch/masked/_docs.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked 2024-08-20T21:53:10.1914820Z creating build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.1915320Z copying torch/optim/lr_scheduler.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.1937270Z copying torch/optim/rmsprop.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.1949510Z copying torch/optim/_adafactor.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.1960470Z copying torch/optim/sparse_adam.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.1965930Z copying torch/optim/rprop.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.1975210Z copying torch/optim/sgd.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.1986940Z copying torch/optim/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.1991710Z copying torch/optim/adamax.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.2007000Z copying torch/optim/adagrad.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.2029170Z copying torch/optim/adamw.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.2043370Z copying torch/optim/swa_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.2067920Z copying torch/optim/lbfgs.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.2080000Z copying torch/optim/radam.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.2095590Z copying torch/optim/adam.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.2109390Z copying torch/optim/optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.2124540Z copying torch/optim/nadam.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.2138220Z copying torch/optim/asgd.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.2145610Z copying torch/optim/_functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.2151960Z copying torch/optim/adadelta.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim 2024-08-20T21:53:10.2167320Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2167880Z copying torch/_inductor/cudagraph_trees.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2192730Z copying torch/_inductor/select_algorithm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2213550Z copying torch/_inductor/ops_handler.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2224440Z copying torch/_inductor/metrics.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2229850Z copying torch/_inductor/codecache.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2262160Z copying torch/_inductor/optimize_indexing.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2267940Z copying torch/_inductor/hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2275270Z copying torch/_inductor/cpp_builder.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2291150Z copying torch/_inductor/cpu_vec_isa.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2296980Z copying torch/_inductor/config.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2309840Z copying torch/_inductor/comms.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2323630Z copying torch/_inductor/mkldnn_lowerings.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2335890Z copying torch/_inductor/async_compile.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2342080Z copying torch/_inductor/pattern_matcher.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2369490Z copying torch/_inductor/quantized_lowerings.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2380960Z copying torch/_inductor/aoti_eager.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2393440Z copying torch/_inductor/graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2427000Z copying torch/_inductor/lowering.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2474160Z copying torch/_inductor/jagged_lowerings.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2480740Z copying torch/_inductor/test_operators.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2488000Z copying torch/_inductor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2494120Z copying torch/_inductor/compile_fx.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2515200Z copying torch/_inductor/cudagraph_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2521890Z copying torch/_inductor/sizevars.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2534310Z copying torch/_inductor/ir.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2584480Z copying torch/_inductor/index_propagation.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2595750Z copying torch/_inductor/constant_folding.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2606960Z copying torch/_inductor/inductor_prims.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2614070Z copying torch/_inductor/virtualized.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2618500Z copying torch/_inductor/test_case.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2623230Z copying torch/_inductor/autotune_process.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2637470Z copying torch/_inductor/exc.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2643930Z copying torch/_inductor/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2660980Z copying torch/_inductor/debug.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2674580Z copying torch/_inductor/decomposition.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2695830Z copying torch/_inductor/fx_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2703710Z copying torch/_inductor/scheduler.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2747950Z copying torch/_inductor/mkldnn_ir.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2773290Z copying torch/_inductor/wrapper_benchmark.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2781710Z copying torch/_inductor/remote_cache.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2787890Z copying torch/_inductor/comm_analysis.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2803480Z copying torch/_inductor/extern_node_serializer.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2810950Z copying torch/_inductor/bounds.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2820830Z copying torch/_inductor/freezing.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2828380Z copying torch/_inductor/dependencies.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2840960Z copying torch/_inductor/subgraph_lowering.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor 2024-08-20T21:53:10.2851410Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2851930Z copying torch/utils/_pytree.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2870470Z copying torch/utils/_foreach_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2876050Z copying torch/utils/hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2881910Z copying torch/utils/_traceback.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2887790Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2893510Z copying torch/utils/_mode_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2899460Z copying torch/utils/checkpoint.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2915610Z copying torch/utils/show_pickle.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2921760Z copying torch/utils/deterministic.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2927620Z copying torch/utils/file_baton.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2933050Z copying torch/utils/_freeze.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2940530Z copying torch/utils/backend_registration.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2954310Z copying torch/utils/module_tracker.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2962900Z copying torch/utils/model_zoo.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2971790Z copying torch/utils/_zip.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2979190Z copying torch/utils/collect_env.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2991210Z copying torch/utils/throughput_benchmark.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.2998590Z copying torch/utils/dlpack.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3003940Z copying torch/utils/_cxx_pytree.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3016510Z copying torch/utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3026330Z copying torch/utils/_import_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3033060Z copying torch/utils/bundled_inputs.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3049110Z copying torch/utils/mkldnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3054680Z copying torch/utils/cpp_backtrace.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3067420Z copying torch/utils/_contextlib.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3072730Z copying torch/utils/_python_dispatch.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3097880Z copying torch/utils/_exposed_in.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3105450Z copying torch/utils/_thunk.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3109880Z copying torch/utils/_config_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3117070Z copying torch/utils/_device.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3122860Z copying torch/utils/flop_counter.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3140570Z copying torch/utils/_typing_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3145320Z copying torch/utils/_stats.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3151310Z copying torch/utils/cpp_extension.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3177030Z copying torch/utils/_backport_slots.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3186630Z copying torch/utils/_get_clean_triton.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3196210Z copying torch/utils/_triton.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3201040Z copying torch/utils/_content_store.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3212010Z copying torch/utils/_ordered_set.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3220700Z copying torch/utils/weak.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3226250Z copying torch/utils/mobile_optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils 2024-08-20T21:53:10.3234690Z creating build/lib.macosx-11.1-arm64-3.9/torch/contrib 2024-08-20T21:53:10.3235200Z copying torch/contrib/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/contrib 2024-08-20T21:53:10.3235940Z copying torch/contrib/_tensorboard_vis.py -> build/lib.macosx-11.1-arm64-3.9/torch/contrib 2024-08-20T21:53:10.3245210Z creating build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3245790Z copying torch/quantization/observer.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3252680Z copying torch/quantization/fuse_modules.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3258910Z copying torch/quantization/quantization_mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3263170Z copying torch/quantization/quantize.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3274800Z copying torch/quantization/_numeric_suite.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3277220Z copying torch/quantization/fake_quantize.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3282050Z copying torch/quantization/qconfig.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3287790Z copying torch/quantization/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3292470Z copying torch/quantization/_quantized_conversions.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3297620Z copying torch/quantization/stubs.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3301990Z copying torch/quantization/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3307020Z copying torch/quantization/fuser_method_mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3311380Z copying torch/quantization/quantize_jit.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3316900Z copying torch/quantization/quant_type.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3323090Z copying torch/quantization/quantize_fx.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3328270Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization 2024-08-20T21:53:10.3333900Z creating build/lib.macosx-11.1-arm64-3.9/torch/special 2024-08-20T21:53:10.3334420Z copying torch/special/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/special 2024-08-20T21:53:10.3345930Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing 2024-08-20T21:53:10.3346440Z copying torch/testing/_creation.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing 2024-08-20T21:53:10.3352740Z copying torch/testing/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing 2024-08-20T21:53:10.3360100Z copying torch/testing/_comparison.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing 2024-08-20T21:53:10.3377430Z copying torch/testing/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing 2024-08-20T21:53:10.3387510Z creating build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-20T21:53:10.3388010Z copying torch/_library/triton.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-20T21:53:10.3393490Z copying torch/_library/infer_schema.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-20T21:53:10.3399520Z copying torch/_library/simple_registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-20T21:53:10.3407340Z copying torch/_library/custom_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-20T21:53:10.3423550Z copying torch/_library/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-20T21:53:10.3431800Z copying torch/_library/fake_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-20T21:53:10.3437830Z copying torch/_library/autograd.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-20T21:53:10.3443910Z copying torch/_library/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-20T21:53:10.3450800Z copying torch/_library/fake_class_registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/_library 2024-08-20T21:53:10.3457830Z creating build/lib.macosx-11.1-arm64-3.9/torch/amp 2024-08-20T21:53:10.3458330Z copying torch/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/amp 2024-08-20T21:53:10.3471180Z copying torch/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-3.9/torch/amp 2024-08-20T21:53:10.3481330Z copying torch/amp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/amp 2024-08-20T21:53:10.3490140Z creating build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3490610Z copying torch/jit/_ir_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3496490Z copying torch/jit/_monkeytype_config.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3503270Z copying torch/jit/_decompositions.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3510980Z copying torch/jit/_recursive.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3524130Z copying torch/jit/_logging.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3529680Z copying torch/jit/_serialization.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3535560Z copying torch/jit/quantized.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3549850Z copying torch/jit/_script.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3574930Z copying torch/jit/_shape_functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3590740Z copying torch/jit/_decomposition_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3596630Z copying torch/jit/_freeze.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3603200Z copying torch/jit/_pickle.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3607900Z copying torch/jit/_check.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3613500Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3622110Z copying torch/jit/frontend.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3646570Z copying torch/jit/supported_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3652520Z copying torch/jit/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3658890Z copying torch/jit/_fuser.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3665060Z copying torch/jit/_builtins.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3671260Z copying torch/jit/_dataclass_impls.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3677640Z copying torch/jit/_trace.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3698950Z copying torch/jit/generate_bytecode.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3704480Z copying torch/jit/_state.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3708680Z copying torch/jit/_async.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3714110Z copying torch/jit/annotations.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3726270Z copying torch/jit/_await.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:10.3737190Z creating build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3743320Z copying torch/_dynamo/cache_size.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3749200Z copying torch/_dynamo/callback.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3754270Z copying torch/_dynamo/comptime.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3760590Z copying torch/_dynamo/logging.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3766710Z copying torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3772010Z copying torch/_dynamo/hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3778470Z copying torch/_dynamo/config.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3791530Z copying torch/_dynamo/guards.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3814670Z copying torch/_dynamo/test_minifier_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3820040Z copying torch/_dynamo/create_parameter_op.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3825100Z copying torch/_dynamo/device_interface.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3830080Z copying torch/_dynamo/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3835000Z copying torch/_dynamo/mutation_guard.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3841480Z copying torch/_dynamo/types.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3848550Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3854830Z copying torch/_dynamo/tensor_version_op.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3862180Z copying torch/_dynamo/external_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3867500Z copying torch/_dynamo/test_case.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3874720Z copying torch/_dynamo/distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3879410Z copying torch/_dynamo/resume_execution.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3889480Z copying torch/_dynamo/output_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3934140Z copying torch/_dynamo/compiled_autograd.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3952470Z copying torch/_dynamo/exc.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3960260Z copying torch/_dynamo/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3982610Z copying torch/_dynamo/replay_record.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.3987490Z copying torch/_dynamo/side_effects.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4000090Z copying torch/_dynamo/trace_rules.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4026160Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4041570Z copying torch/_dynamo/convert_frame.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4053730Z copying torch/_dynamo/funcname_cache.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4059130Z copying torch/_dynamo/polyfill.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4063730Z copying torch/_dynamo/testing.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4068780Z copying torch/_dynamo/profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4074270Z copying torch/_dynamo/symbolic_convert.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4126570Z copying torch/_dynamo/codegen.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4141890Z copying torch/_dynamo/source.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4159620Z copying torch/_dynamo/eval_frame.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4176630Z copying torch/_dynamo/code_context.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4181880Z copying torch/_dynamo/current_scope_id.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4186580Z copying torch/_dynamo/debug_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4196320Z copying torch/_dynamo/decorators.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo 2024-08-20T21:53:10.4209010Z creating build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-20T21:53:10.4209490Z copying torch/_lazy/metrics.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-20T21:53:10.4215570Z copying torch/_lazy/config.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-20T21:53:10.4223100Z copying torch/_lazy/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-20T21:53:10.4232940Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-20T21:53:10.4237780Z copying torch/_lazy/debug.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-20T21:53:10.4247170Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-20T21:53:10.4254800Z copying torch/_lazy/ir_cache.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-20T21:53:10.4259670Z copying torch/_lazy/ts_backend.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-20T21:53:10.4268000Z copying torch/_lazy/computation.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-20T21:53:10.4273940Z copying torch/_lazy/closure.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-20T21:53:10.4281560Z copying torch/_lazy/device_context.py -> build/lib.macosx-11.1-arm64-3.9/torch/_lazy 2024-08-20T21:53:10.4287890Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao 2024-08-20T21:53:10.4288430Z copying torch/ao/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao 2024-08-20T21:53:10.4294810Z creating build/lib.macosx-11.1-arm64-3.9/torch/mtia 2024-08-20T21:53:10.4295290Z copying torch/mtia/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/mtia 2024-08-20T21:53:10.4301870Z copying torch/mtia/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/mtia 2024-08-20T21:53:10.4308980Z creating build/lib.macosx-11.1-arm64-3.9/torch/_refs 2024-08-20T21:53:10.4309470Z copying torch/_refs/_conversions.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs 2024-08-20T21:53:10.4317580Z copying torch/_refs/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs 2024-08-20T21:53:10.4370580Z copying torch/_refs/fft.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs 2024-08-20T21:53:10.4384170Z creating build/lib.macosx-11.1-arm64-3.9/torch/fft 2024-08-20T21:53:10.4384730Z copying torch/fft/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fft 2024-08-20T21:53:10.4401870Z creating build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-20T21:53:10.4402430Z copying torch/profiler/_memory_profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-20T21:53:10.4415530Z copying torch/profiler/itt.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-20T21:53:10.4421830Z copying torch/profiler/_pattern_matcher.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-20T21:53:10.4432330Z copying torch/profiler/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-20T21:53:10.4437110Z copying torch/profiler/profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-20T21:53:10.4447780Z copying torch/profiler/python_tracer.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-20T21:53:10.4454160Z copying torch/profiler/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/profiler 2024-08-20T21:53:10.4461160Z creating build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-20T21:53:10.4461690Z copying torch/sparse/_semi_structured_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-20T21:53:10.4469600Z copying torch/sparse/_semi_structured_conversions.py -> build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-20T21:53:10.4475130Z copying torch/sparse/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-20T21:53:10.4486940Z copying torch/sparse/semi_structured.py -> build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-20T21:53:10.4499430Z copying torch/sparse/_triton_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-20T21:53:10.4528760Z copying torch/sparse/_triton_ops_meta.py -> build/lib.macosx-11.1-arm64-3.9/torch/sparse 2024-08-20T21:53:10.4606010Z creating build/lib.macosx-11.1-arm64-3.9/torch/_awaits 2024-08-20T21:53:10.4606500Z copying torch/_awaits/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_awaits 2024-08-20T21:53:10.4613860Z creating build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-20T21:53:10.4614360Z copying torch/export/_safeguard.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-20T21:53:10.4621450Z copying torch/export/exported_program.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-20T21:53:10.4641580Z copying torch/export/unflatten.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-20T21:53:10.4666630Z copying torch/export/custom_obj.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-20T21:53:10.4672490Z copying torch/export/_remove_effect_tokens_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-20T21:53:10.4684610Z copying torch/export/_remove_auto_functionalized_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-20T21:53:10.4692230Z copying torch/export/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-20T21:53:10.4723560Z copying torch/export/_unlift.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-20T21:53:10.4729120Z copying torch/export/_trace.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-20T21:53:10.4744890Z copying torch/export/graph_signature.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-20T21:53:10.4761930Z copying torch/export/dynamic_shapes.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-20T21:53:10.4774010Z copying torch/export/_tree_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/export 2024-08-20T21:53:10.4779590Z creating build/lib.macosx-11.1-arm64-3.9/torch/nested 2024-08-20T21:53:10.4780090Z copying torch/nested/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nested 2024-08-20T21:53:10.4792500Z creating build/lib.macosx-11.1-arm64-3.9/torch/_strobelight 2024-08-20T21:53:10.4793120Z copying torch/_strobelight/cli_function_profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/_strobelight 2024-08-20T21:53:10.4798820Z copying torch/_strobelight/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_strobelight 2024-08-20T21:53:10.4799640Z copying torch/_strobelight/compile_time_profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/_strobelight 2024-08-20T21:53:10.4807200Z creating build/lib.macosx-11.1-arm64-3.9/torch/compiler 2024-08-20T21:53:10.4807720Z copying torch/compiler/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/compiler 2024-08-20T21:53:10.4817210Z creating build/lib.macosx-11.1-arm64-3.9/torch/signal 2024-08-20T21:53:10.4817710Z copying torch/signal/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/signal 2024-08-20T21:53:10.4829470Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4835540Z copying torch/distributions/inverse_gamma.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4841610Z copying torch/distributions/laplace.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4846690Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4851990Z copying torch/distributions/categorical.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4857470Z copying torch/distributions/transforms.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4869280Z copying torch/distributions/dirichlet.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4875880Z copying torch/distributions/log_normal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4881170Z copying torch/distributions/transformed_distribution.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4886580Z copying torch/distributions/geometric.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4892540Z copying torch/distributions/weibull.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4897460Z copying torch/distributions/studentT.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4902190Z copying torch/distributions/multivariate_normal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4907550Z copying torch/distributions/normal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4912780Z copying torch/distributions/poisson.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4918150Z copying torch/distributions/beta.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4924760Z copying torch/distributions/kumaraswamy.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4930790Z copying torch/distributions/half_normal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4935560Z copying torch/distributions/relaxed_categorical.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4940680Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4947120Z copying torch/distributions/half_cauchy.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4953320Z copying torch/distributions/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4960460Z copying torch/distributions/lkj_cholesky.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4966260Z copying torch/distributions/independent.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4972120Z copying torch/distributions/multinomial.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4977910Z copying torch/distributions/exponential.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4984270Z copying torch/distributions/pareto.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4990020Z copying torch/distributions/negative_binomial.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.4995460Z copying torch/distributions/cauchy.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5003080Z copying torch/distributions/von_mises.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5009620Z copying torch/distributions/distribution.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5015010Z copying torch/distributions/gumbel.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5021590Z copying torch/distributions/constraint_registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5029030Z copying torch/distributions/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5034830Z copying torch/distributions/kl.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5046550Z copying torch/distributions/mixture_same_family.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5052410Z copying torch/distributions/continuous_bernoulli.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5057920Z copying torch/distributions/fishersnedecor.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5063170Z copying torch/distributions/constraints.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5073380Z copying torch/distributions/uniform.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5078650Z copying torch/distributions/bernoulli.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5085960Z copying torch/distributions/exp_family.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5090760Z copying torch/distributions/logistic_normal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5098190Z copying torch/distributions/one_hot_categorical.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5103910Z copying torch/distributions/wishart.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5109470Z copying torch/distributions/gamma.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5114570Z copying torch/distributions/chi2.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5121800Z copying torch/distributions/binomial.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributions 2024-08-20T21:53:10.5130530Z creating build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5131080Z copying torch/package/package_exporter.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5149100Z copying torch/package/file_structure_representation.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5154960Z copying torch/package/_mock.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5161070Z copying torch/package/importer.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5167700Z copying torch/package/_stdlib.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5172830Z copying torch/package/_mangling.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5177740Z copying torch/package/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5182750Z copying torch/package/package_importer.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5191200Z copying torch/package/_package_unpickler.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5197410Z copying torch/package/glob_group.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5202280Z copying torch/package/find_file_dependencies.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5207080Z copying torch/package/_package_pickler.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5211960Z copying torch/package/_importlib.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5217460Z copying torch/package/_directory_reader.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5226100Z copying torch/package/_digraph.py -> build/lib.macosx-11.1-arm64-3.9/torch/package 2024-08-20T21:53:10.5232560Z creating build/lib.macosx-11.1-arm64-3.9/torch/func 2024-08-20T21:53:10.5233040Z copying torch/func/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/func 2024-08-20T21:53:10.5240640Z creating build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5241390Z copying torch/_functorch/_aot_autograd/input_output_analysis.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5256160Z copying torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5280090Z copying torch/_functorch/_aot_autograd/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5285530Z copying torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5292310Z copying torch/_functorch/_aot_autograd/functional_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5306130Z copying torch/_functorch/_aot_autograd/autograd_cache.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5324560Z copying torch/_functorch/_aot_autograd/traced_function_transforms.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5340110Z copying torch/_functorch/_aot_autograd/schemas.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5370820Z copying torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5382120Z copying torch/_functorch/_aot_autograd/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5392860Z copying torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5405040Z copying torch/_functorch/_aot_autograd/subclass_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5411860Z copying torch/_functorch/_aot_autograd/logging_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd 2024-08-20T21:53:10.5420020Z creating build/lib.macosx-11.1-arm64-3.9/torch/_numpy/testing 2024-08-20T21:53:10.5420600Z copying torch/_numpy/testing/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy/testing 2024-08-20T21:53:10.5426300Z copying torch/_numpy/testing/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_numpy/testing 2024-08-20T21:53:10.5448910Z creating build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra 2024-08-20T21:53:10.5449540Z copying torch/_export/pass_infra/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra 2024-08-20T21:53:10.5450360Z copying torch/_export/pass_infra/proxy_value.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra 2024-08-20T21:53:10.5456380Z copying torch/_export/pass_infra/node_metadata.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra 2024-08-20T21:53:10.5464260Z creating build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5464980Z copying torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5477090Z copying torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5483510Z copying torch/_export/passes/collect_tracepoints_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5488890Z copying torch/_export/passes/replace_with_hop_pass_util.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5494410Z copying torch/_export/passes/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5500970Z copying torch/_export/passes/_node_metadata_hook.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5505850Z copying torch/_export/passes/lift_constants_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5511750Z copying torch/_export/passes/constant_folding.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5518160Z copying torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5523490Z copying torch/_export/passes/replace_autocast_with_hop_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5529400Z copying torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5534940Z copying torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5547920Z copying torch/_export/passes/remove_runtime_assertions.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/passes 2024-08-20T21:53:10.5554630Z creating build/lib.macosx-11.1-arm64-3.9/torch/_export/db 2024-08-20T21:53:10.5561890Z copying torch/_export/db/logging.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db 2024-08-20T21:53:10.5567970Z copying torch/_export/db/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db 2024-08-20T21:53:10.5574230Z copying torch/_export/db/gen_example.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db 2024-08-20T21:53:10.5580240Z copying torch/_export/db/case.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db 2024-08-20T21:53:10.5592830Z creating build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-20T21:53:10.5593420Z copying torch/_export/serde/serialize.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-20T21:53:10.5642930Z copying torch/_export/serde/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-20T21:53:10.5643630Z copying torch/_export/serde/schema_check.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-20T21:53:10.5654210Z copying torch/_export/serde/union.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-20T21:53:10.5660580Z copying torch/_export/serde/schema.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-20T21:53:10.5667020Z copying torch/_export/serde/aoti_schema.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-20T21:53:10.5677180Z creating build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5677840Z copying torch/_export/db/examples/list_unpack.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5687630Z copying torch/_export/db/examples/specialized_attribute.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5695890Z copying torch/_export/db/examples/static_for_loop.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5707760Z copying torch/_export/db/examples/cond_closed_over_variable.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5714580Z copying torch/_export/db/examples/fn_with_kwargs.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5719480Z copying torch/_export/db/examples/constrain_as_value_example.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5728870Z copying torch/_export/db/examples/dynamic_shape_slicing.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5738000Z copying torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5744550Z copying torch/_export/db/examples/autograd_function.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5750640Z copying torch/_export/db/examples/type_reflection_method.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5755530Z copying torch/_export/db/examples/cond_operands.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5765060Z copying torch/_export/db/examples/decorator.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5771590Z copying torch/_export/db/examples/dynamic_shape_view.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5778050Z copying torch/_export/db/examples/dynamic_shape_map.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5783050Z copying torch/_export/db/examples/nested_function.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5790070Z copying torch/_export/db/examples/dynamic_shape_constructor.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5795960Z copying torch/_export/db/examples/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5802260Z copying torch/_export/db/examples/dynamic_shape_if_guard.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5806890Z copying torch/_export/db/examples/assume_constant_result.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5836470Z copying torch/_export/db/examples/cond_branch_class_method.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5843990Z copying torch/_export/db/examples/class_method.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5849880Z copying torch/_export/db/examples/pytree_flatten.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5855490Z copying torch/_export/db/examples/scalar_output.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5860540Z copying torch/_export/db/examples/cond_predicate.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5866050Z copying torch/_export/db/examples/dynamic_shape_assert.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5871480Z copying torch/_export/db/examples/unsupported_operator.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5876540Z copying torch/_export/db/examples/tensor_setattr.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5881740Z copying torch/_export/db/examples/optional_input.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5887550Z copying torch/_export/db/examples/constrain_as_size_example.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5893460Z copying torch/_export/db/examples/static_if.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5898350Z copying torch/_export/db/examples/dictionary.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5904760Z copying torch/_export/db/examples/list_contains.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5911570Z copying torch/_export/db/examples/dynamic_shape_round.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5923920Z copying torch/_export/db/examples/user_input_mutation.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5928780Z copying torch/_export/db/examples/null_context_manager.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5934040Z copying torch/_export/db/examples/cond_branch_nested_function.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5938850Z copying torch/_export/db/examples/model_attr_mutation.py -> build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples 2024-08-20T21:53:10.5944540Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/attention 2024-08-20T21:53:10.5945090Z copying torch/nn/attention/bias.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/attention 2024-08-20T21:53:10.5951760Z copying torch/nn/attention/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/attention 2024-08-20T21:53:10.5957880Z copying torch/nn/attention/flex_attention.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/attention 2024-08-20T21:53:10.5970690Z copying torch/nn/attention/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/attention 2024-08-20T21:53:10.5978660Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-20T21:53:10.5979250Z copying torch/nn/parallel/parallel_apply.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-20T21:53:10.5989470Z copying torch/nn/parallel/comm.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-20T21:53:10.5996090Z copying torch/nn/parallel/scatter_gather.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-20T21:53:10.6002240Z copying torch/nn/parallel/replicate.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-20T21:53:10.6007450Z copying torch/nn/parallel/_functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-20T21:53:10.6012380Z copying torch/nn/parallel/data_parallel.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-20T21:53:10.6021840Z copying torch/nn/parallel/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-20T21:53:10.6029050Z copying torch/nn/parallel/distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel 2024-08-20T21:53:10.6067730Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/qat 2024-08-20T21:53:10.6068230Z copying torch/nn/qat/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat 2024-08-20T21:53:10.6077900Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized 2024-08-20T21:53:10.6078470Z copying torch/nn/quantized/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized 2024-08-20T21:53:10.6084620Z copying torch/nn/quantized/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized 2024-08-20T21:53:10.6092750Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/backends 2024-08-20T21:53:10.6093300Z copying torch/nn/backends/thnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/backends 2024-08-20T21:53:10.6099270Z copying torch/nn/backends/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/backends 2024-08-20T21:53:10.6102520Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6103090Z copying torch/nn/utils/_named_member_accessor.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6109510Z copying torch/nn/utils/spectral_norm.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6116100Z copying torch/nn/utils/convert_parameters.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6121250Z copying torch/nn/utils/stateless.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6126620Z copying torch/nn/utils/parametrize.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6136860Z copying torch/nn/utils/memory_format.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6142920Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6149170Z copying torch/nn/utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6155550Z copying torch/nn/utils/weight_norm.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6161380Z copying torch/nn/utils/fusion.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6166530Z copying torch/nn/utils/prune.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6183240Z copying torch/nn/utils/parametrizations.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6193800Z copying torch/nn/utils/init.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6199330Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6204440Z copying torch/nn/utils/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6219360Z copying torch/nn/utils/clip_grad.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils 2024-08-20T21:53:10.6229820Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable 2024-08-20T21:53:10.6230430Z copying torch/nn/quantizable/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable 2024-08-20T21:53:10.6235700Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic 2024-08-20T21:53:10.6236260Z copying torch/nn/intrinsic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic 2024-08-20T21:53:10.6245600Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6246150Z copying torch/nn/modules/upsampling.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6253390Z copying torch/nn/modules/channelshuffle.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6259400Z copying torch/nn/modules/instancenorm.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6271300Z copying torch/nn/modules/flatten.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6277180Z copying torch/nn/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6291240Z copying torch/nn/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6299950Z copying torch/nn/modules/_functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6307710Z copying torch/nn/modules/pooling.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6324400Z copying torch/nn/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6338400Z copying torch/nn/modules/distance.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6351130Z copying torch/nn/modules/container.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6365180Z copying torch/nn/modules/pixelshuffle.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6381310Z copying torch/nn/modules/adaptive.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6389000Z copying torch/nn/modules/loss.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6413920Z copying torch/nn/modules/activation.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6443920Z copying torch/nn/modules/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6449960Z copying torch/nn/modules/transformer.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6469290Z copying torch/nn/modules/sparse.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6480480Z copying torch/nn/modules/module.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6530240Z copying torch/nn/modules/dropout.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6542060Z copying torch/nn/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6572440Z copying torch/nn/modules/lazy.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6581030Z copying torch/nn/modules/normalization.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6593630Z copying torch/nn/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6626820Z copying torch/nn/modules/padding.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6643140Z copying torch/nn/modules/fold.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/modules 2024-08-20T21:53:10.6654000Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic 2024-08-20T21:53:10.6654580Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic 2024-08-20T21:53:10.6662600Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules 2024-08-20T21:53:10.6663190Z copying torch/nn/qat/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules 2024-08-20T21:53:10.6669480Z copying torch/nn/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules 2024-08-20T21:53:10.6676160Z copying torch/nn/qat/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules 2024-08-20T21:53:10.6682520Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules 2024-08-20T21:53:10.6693890Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic/modules 2024-08-20T21:53:10.6694610Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic/modules 2024-08-20T21:53:10.6700730Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic/modules 2024-08-20T21:53:10.6707310Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference 2024-08-20T21:53:10.6708000Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference 2024-08-20T21:53:10.6714430Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic 2024-08-20T21:53:10.6715100Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic 2024-08-20T21:53:10.6722740Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-20T21:53:10.6723430Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-20T21:53:10.6728880Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-20T21:53:10.6734080Z copying torch/nn/quantized/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-20T21:53:10.6739000Z copying torch/nn/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-20T21:53:10.6751640Z copying torch/nn/quantized/modules/activation.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-20T21:53:10.6756890Z copying torch/nn/quantized/modules/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-20T21:53:10.6761890Z copying torch/nn/quantized/modules/dropout.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-20T21:53:10.6768360Z copying torch/nn/quantized/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-20T21:53:10.6774490Z copying torch/nn/quantized/modules/normalization.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-20T21:53:10.6781590Z copying torch/nn/quantized/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-20T21:53:10.6786500Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules 2024-08-20T21:53:10.6802000Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-20T21:53:10.6802840Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-20T21:53:10.6807950Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-20T21:53:10.6814430Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-20T21:53:10.6821190Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-20T21:53:10.6826920Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-20T21:53:10.6832000Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules 2024-08-20T21:53:10.6838610Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules 2024-08-20T21:53:10.6839390Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules 2024-08-20T21:53:10.6844760Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules 2024-08-20T21:53:10.6851480Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules 2024-08-20T21:53:10.6857270Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules 2024-08-20T21:53:10.6865160Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-20T21:53:10.6865950Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-20T21:53:10.6891050Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-20T21:53:10.6897380Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-20T21:53:10.6900740Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-20T21:53:10.6906490Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-20T21:53:10.6912530Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-20T21:53:10.6918200Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-20T21:53:10.6924420Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-20T21:53:10.6930550Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-20T21:53:10.6935980Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights 2024-08-20T21:53:10.6941730Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules 2024-08-20T21:53:10.6942420Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules 2024-08-20T21:53:10.6947220Z copying torch/nn/quantizable/modules/activation.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules 2024-08-20T21:53:10.6953330Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules 2024-08-20T21:53:10.6959220Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat 2024-08-20T21:53:10.6959840Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat 2024-08-20T21:53:10.6966710Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized 2024-08-20T21:53:10.6967400Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized 2024-08-20T21:53:10.6973050Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/modules 2024-08-20T21:53:10.6973710Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/modules 2024-08-20T21:53:10.6978620Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/modules 2024-08-20T21:53:10.6984650Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules 2024-08-20T21:53:10.6985380Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules 2024-08-20T21:53:10.6991350Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules 2024-08-20T21:53:10.6997200Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules 2024-08-20T21:53:10.7002330Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules 2024-08-20T21:53:10.7007780Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic 2024-08-20T21:53:10.7008570Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic 2024-08-20T21:53:10.7014610Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules 2024-08-20T21:53:10.7015410Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules 2024-08-20T21:53:10.7020200Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules 2024-08-20T21:53:10.7025410Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules 2024-08-20T21:53:10.7029960Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules 2024-08-20T21:53:10.7035890Z creating build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic/modules 2024-08-20T21:53:10.7036770Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic/modules 2024-08-20T21:53:10.7044990Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic/modules 2024-08-20T21:53:10.7052430Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-20T21:53:10.7053040Z copying torch/onnx/_internal/registration.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-20T21:53:10.7058860Z copying torch/onnx/_internal/io_adapter.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-20T21:53:10.7071850Z copying torch/onnx/_internal/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-20T21:53:10.7072570Z copying torch/onnx/_internal/_exporter_legacy.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-20T21:53:10.7089580Z copying torch/onnx/_internal/onnxruntime.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-20T21:53:10.7124380Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-20T21:53:10.7130750Z copying torch/onnx/_internal/jit_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal 2024-08-20T21:53:10.7141140Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7141780Z copying torch/onnx/_internal/fx/registration.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7148310Z copying torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7154220Z copying torch/onnx/_internal/fx/onnxfunction_dispatcher.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7173270Z copying torch/onnx/_internal/fx/decomposition_table.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7179770Z copying torch/onnx/_internal/fx/decomposition_skip.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7187780Z copying torch/onnx/_internal/fx/dynamo_graph_extractor.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7192560Z copying torch/onnx/_internal/fx/diagnostics.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7197620Z copying torch/onnx/_internal/fx/type_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7203840Z copying torch/onnx/_internal/fx/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7209430Z copying torch/onnx/_internal/fx/patcher.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7214930Z copying torch/onnx/_internal/fx/torch_export_graph_extractor.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7220680Z copying torch/onnx/_internal/fx/op_validation.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7226910Z copying torch/onnx/_internal/fx/_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7234200Z copying torch/onnx/_internal/fx/fx_onnx_interpreter.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7244450Z copying torch/onnx/_internal/fx/serialization.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx 2024-08-20T21:53:10.7252190Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics 2024-08-20T21:53:10.7252900Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics 2024-08-20T21:53:10.7264940Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics 2024-08-20T21:53:10.7270410Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics 2024-08-20T21:53:10.7277400Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/analysis 2024-08-20T21:53:10.7278110Z copying torch/onnx/_internal/fx/analysis/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/analysis 2024-08-20T21:53:10.7282850Z copying torch/onnx/_internal/fx/analysis/unsupported_nodes.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/analysis 2024-08-20T21:53:10.7288820Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-20T21:53:10.7289540Z copying torch/onnx/_internal/fx/passes/readability.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-20T21:53:10.7297940Z copying torch/onnx/_internal/fx/passes/modularization.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-20T21:53:10.7315360Z copying torch/onnx/_internal/fx/passes/virtualization.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-20T21:53:10.7321320Z copying torch/onnx/_internal/fx/passes/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-20T21:53:10.7326200Z copying torch/onnx/_internal/fx/passes/functionalization.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-20T21:53:10.7331680Z copying torch/onnx/_internal/fx/passes/decomp.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-20T21:53:10.7337500Z copying torch/onnx/_internal/fx/passes/type_promotion.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-20T21:53:10.7354210Z copying torch/onnx/_internal/fx/passes/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes 2024-08-20T21:53:10.7366990Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:10.7367810Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:10.7376610Z copying torch/onnx/_internal/diagnostics/infra/decorator.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:10.7384470Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:10.7393200Z copying torch/onnx/_internal/diagnostics/infra/context.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:10.7400550Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:10.7406550Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:10.7427390Z creating build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7437790Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7447250Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7455280Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7460480Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7469790Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7478360Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7507060Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7513150Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7521540Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7529650Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7537280Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7544110Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7553580Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7560130Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7568280Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7574530Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7587280Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7592140Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7604360Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7610160Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7615530Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7623310Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7628520Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7634330Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7640580Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7645440Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7654200Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7661990Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7668600Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7674180Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7680920Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7686600Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7691890Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7696870Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7701780Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7707710Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7712920Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7717990Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7723210Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7728110Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7734750Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7740720Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7746110Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7751540Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7756530Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7761560Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7767330Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7773330Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7778020Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7782920Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7787880Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7793300Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7797850Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7803560Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7809400Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:10.7815140Z creating build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging 2024-08-20T21:53:10.7815770Z copying torch/_vendor/packaging/version.py -> build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging 2024-08-20T21:53:10.7822090Z copying torch/_vendor/packaging/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging 2024-08-20T21:53:10.7827340Z copying torch/_vendor/packaging/_structures.py -> build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging 2024-08-20T21:53:10.7833150Z creating build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp 2024-08-20T21:53:10.7833690Z copying torch/cpu/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp 2024-08-20T21:53:10.7839720Z copying torch/cpu/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp 2024-08-20T21:53:10.7844690Z copying torch/cpu/amp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp 2024-08-20T21:53:10.7852300Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7852970Z copying torch/distributed/_tensor/_shards_wrapper.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7857960Z copying torch/distributed/_tensor/_redistribute.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7878490Z copying torch/distributed/_tensor/_sharding_prop.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7887960Z copying torch/distributed/_tensor/_collective_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7896200Z copying torch/distributed/_tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7902920Z copying torch/distributed/_tensor/_dispatch.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7912550Z copying torch/distributed/_tensor/random.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7917870Z copying torch/distributed/_tensor/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7932060Z copying torch/distributed/_tensor/_op_schema.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7941940Z copying torch/distributed/_tensor/placement_types.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7952420Z copying torch/distributed/_tensor/_tp_conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7957930Z copying torch/distributed/_tensor/device_mesh.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7963930Z copying torch/distributed/_tensor/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor 2024-08-20T21:53:10.7975720Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_sharding_spec 2024-08-20T21:53:10.7976440Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_sharding_spec 2024-08-20T21:53:10.7981710Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/launcher 2024-08-20T21:53:10.7982380Z copying torch/distributed/launcher/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/launcher 2024-08-20T21:53:10.7987540Z copying torch/distributed/launcher/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/launcher 2024-08-20T21:53:10.7997960Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8001680Z copying torch/distributed/checkpoint/logging_handlers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8004120Z copying torch/distributed/checkpoint/format_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8010340Z copying torch/distributed/checkpoint/planner.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8016320Z copying torch/distributed/checkpoint/_dedup_save_plans.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8022390Z copying torch/distributed/checkpoint/state_dict.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8040830Z copying torch/distributed/checkpoint/metadata.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8049070Z copying torch/distributed/checkpoint/_storage_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8054350Z copying torch/distributed/checkpoint/_traverse.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8060750Z copying torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8067500Z copying torch/distributed/checkpoint/_dedup_tensors.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8092770Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8105390Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8112770Z copying torch/distributed/checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8118550Z copying torch/distributed/checkpoint/logger.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8128020Z copying torch/distributed/checkpoint/resharding.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8134800Z copying torch/distributed/checkpoint/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8140210Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8147980Z copying torch/distributed/checkpoint/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8155900Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8168980Z copying torch/distributed/checkpoint/storage.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8175130Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8180800Z copying torch/distributed/checkpoint/optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8187210Z copying torch/distributed/checkpoint/staging.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8193070Z copying torch/distributed/checkpoint/_checkpointer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8198800Z copying torch/distributed/checkpoint/stateful.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8204210Z copying torch/distributed/checkpoint/_fsspec_filesystem.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8210060Z copying torch/distributed/checkpoint/_nested_dict.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint 2024-08-20T21:53:10.8214880Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_sharded_tensor 2024-08-20T21:53:10.8215620Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_sharded_tensor 2024-08-20T21:53:10.8222410Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn 2024-08-20T21:53:10.8223000Z copying torch/distributed/nn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn 2024-08-20T21:53:10.8228110Z copying torch/distributed/nn/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn 2024-08-20T21:53:10.8234760Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic 2024-08-20T21:53:10.8235410Z copying torch/distributed/elastic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic 2024-08-20T21:53:10.8241910Z copying torch/distributed/elastic/control_plane.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic 2024-08-20T21:53:10.8247290Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/autograd 2024-08-20T21:53:10.8247950Z copying torch/distributed/autograd/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/autograd 2024-08-20T21:53:10.8255030Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-20T21:53:10.8255700Z copying torch/distributed/pipelining/_IR.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-20T21:53:10.8266910Z copying torch/distributed/pipelining/_unflatten.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-20T21:53:10.8273510Z copying torch/distributed/pipelining/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-20T21:53:10.8278690Z copying torch/distributed/pipelining/microbatch.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-20T21:53:10.8285180Z copying torch/distributed/pipelining/_backward.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-20T21:53:10.8290930Z copying torch/distributed/pipelining/_debug.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-20T21:53:10.8297530Z copying torch/distributed/pipelining/stage.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-20T21:53:10.8325910Z copying torch/distributed/pipelining/schedules.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-20T21:53:10.8364270Z copying torch/distributed/pipelining/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining 2024-08-20T21:53:10.8373990Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms 2024-08-20T21:53:10.8374680Z copying torch/distributed/algorithms/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms 2024-08-20T21:53:10.8381080Z copying torch/distributed/algorithms/join.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms 2024-08-20T21:53:10.8390950Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8391610Z copying torch/distributed/optim/named_optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8396880Z copying torch/distributed/optim/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8402860Z copying torch/distributed/optim/functional_sgd.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8417850Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8422940Z copying torch/distributed/optim/functional_adamw.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8429090Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8434440Z copying torch/distributed/optim/functional_adam.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8439570Z copying torch/distributed/optim/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8445180Z copying torch/distributed/optim/functional_rprop.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8451990Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8460930Z copying torch/distributed/optim/optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8468500Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8474120Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8480320Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8499310Z copying torch/distributed/optim/functional_adamax.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim 2024-08-20T21:53:10.8506700Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable 2024-08-20T21:53:10.8507400Z copying torch/distributed/_composable/replicate.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable 2024-08-20T21:53:10.8515690Z copying torch/distributed/_composable/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable 2024-08-20T21:53:10.8522460Z copying torch/distributed/_composable/fully_shard.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable 2024-08-20T21:53:10.8531360Z copying torch/distributed/_composable/contract.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable 2024-08-20T21:53:10.8541020Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable 2024-08-20T21:53:10.8549980Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools 2024-08-20T21:53:10.8550630Z copying torch/distributed/_tools/mem_tracker.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools 2024-08-20T21:53:10.8562000Z copying torch/distributed/_tools/fsdp2_mem_tracker.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools 2024-08-20T21:53:10.8576020Z copying torch/distributed/_tools/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools 2024-08-20T21:53:10.8584560Z copying torch/distributed/_tools/memory_tracker.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools 2024-08-20T21:53:10.8590090Z copying torch/distributed/_tools/mod_tracker.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools 2024-08-20T21:53:10.8598280Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8598930Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8604110Z copying torch/distributed/fsdp/_traversal_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8609190Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8620420Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8630320Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8656730Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8660280Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8693250Z copying torch/distributed/fsdp/_trace_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8705790Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8718290Z copying torch/distributed/fsdp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8724860Z copying torch/distributed/fsdp/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8735730Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8741510Z copying torch/distributed/fsdp/_dynamo_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8747810Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8763460Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8769200Z copying torch/distributed/fsdp/wrap.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8779440Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8794940Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8801050Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8811360Z copying torch/distributed/fsdp/_debug_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8818310Z copying torch/distributed/fsdp/_flat_param.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp 2024-08-20T21:53:10.8842650Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-20T21:53:10.8843290Z copying torch/distributed/_shard/metadata.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-20T21:53:10.8849650Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-20T21:53:10.8854950Z copying torch/distributed/_shard/sharder.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-20T21:53:10.8859650Z copying torch/distributed/_shard/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-20T21:53:10.8865240Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-20T21:53:10.8870500Z copying torch/distributed/_shard/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-20T21:53:10.8881010Z copying torch/distributed/_shard/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard 2024-08-20T21:53:10.8886590Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_symmetric_memory 2024-08-20T21:53:10.8887350Z copying torch/distributed/_symmetric_memory/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_symmetric_memory 2024-08-20T21:53:10.8908150Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor 2024-08-20T21:53:10.8908780Z copying torch/distributed/tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor 2024-08-20T21:53:10.8911140Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-20T21:53:10.8911750Z copying torch/distributed/rpc/functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-20T21:53:10.8916660Z copying torch/distributed/rpc/options.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-20T21:53:10.8921200Z copying torch/distributed/rpc/internal.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-20T21:53:10.8926910Z copying torch/distributed/rpc/constants.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-20T21:53:10.8931810Z copying torch/distributed/rpc/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-20T21:53:10.8936910Z copying torch/distributed/rpc/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-20T21:53:10.8947680Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-20T21:53:10.8953790Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-20T21:53:10.8960210Z copying torch/distributed/rpc/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-20T21:53:10.8966160Z copying torch/distributed/rpc/backend_registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc 2024-08-20T21:53:10.8972210Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental 2024-08-20T21:53:10.8973010Z copying torch/distributed/_tensor/experimental/attention.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental 2024-08-20T21:53:10.8987040Z copying torch/distributed/_tensor/experimental/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental 2024-08-20T21:53:10.8992810Z copying torch/distributed/_tensor/experimental/register_sharding.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental 2024-08-20T21:53:10.8998340Z copying torch/distributed/_tensor/experimental/tp_transform.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental 2024-08-20T21:53:10.9009150Z copying torch/distributed/_tensor/experimental/func_map.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental 2024-08-20T21:53:10.9017350Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9018180Z copying torch/distributed/_tensor/ops/_einsum_strategy.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9023590Z copying torch/distributed/_tensor/ops/_embedding_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9030320Z copying torch/distributed/_tensor/ops/_tensor_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9040370Z copying torch/distributed/_tensor/ops/_experimental_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9047270Z copying torch/distributed/_tensor/ops/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9051910Z copying torch/distributed/_tensor/ops/_conv_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9056360Z copying torch/distributed/_tensor/ops/_pointwise_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9067290Z copying torch/distributed/_tensor/ops/_matrix_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9078040Z copying torch/distributed/_tensor/ops/_math_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9090690Z copying torch/distributed/_tensor/ops/_common_rules.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9097800Z copying torch/distributed/_tensor/ops/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9104520Z copying torch/distributed/_tensor/ops/_random_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9109940Z copying torch/distributed/_tensor/ops/_view_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops 2024-08-20T21:53:10.9121210Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug 2024-08-20T21:53:10.9121970Z copying torch/distributed/_tensor/debug/visualize_sharding.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug 2024-08-20T21:53:10.9127380Z copying torch/distributed/_tensor/debug/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug 2024-08-20T21:53:10.9132550Z copying torch/distributed/_tensor/debug/comm_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug 2024-08-20T21:53:10.9143990Z copying torch/distributed/_tensor/debug/_op_coverage.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug 2024-08-20T21:53:10.9150290Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit 2024-08-20T21:53:10.9150960Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit 2024-08-20T21:53:10.9156390Z copying torch/distributed/nn/jit/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit 2024-08-20T21:53:10.9157980Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/api 2024-08-20T21:53:10.9158650Z copying torch/distributed/nn/api/remote_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/api 2024-08-20T21:53:10.9170740Z copying torch/distributed/nn/api/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/api 2024-08-20T21:53:10.9172340Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/templates 2024-08-20T21:53:10.9173100Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/templates 2024-08-20T21:53:10.9174120Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/templates 2024-08-20T21:53:10.9180660Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/metrics 2024-08-20T21:53:10.9181400Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/metrics 2024-08-20T21:53:10.9187450Z copying torch/distributed/elastic/metrics/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/metrics 2024-08-20T21:53:10.9194630Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-20T21:53:10.9195430Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-20T21:53:10.9200910Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-20T21:53:10.9206100Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-20T21:53:10.9211480Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-20T21:53:10.9223830Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-20T21:53:10.9229150Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-20T21:53:10.9234640Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-20T21:53:10.9239470Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-20T21:53:10.9245050Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-20T21:53:10.9256400Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-20T21:53:10.9263390Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous 2024-08-20T21:53:10.9269140Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing 2024-08-20T21:53:10.9270010Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing 2024-08-20T21:53:10.9274620Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing 2024-08-20T21:53:10.9280310Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing 2024-08-20T21:53:10.9290830Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing 2024-08-20T21:53:10.9296610Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer 2024-08-20T21:53:10.9297350Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer 2024-08-20T21:53:10.9302690Z copying torch/distributed/elastic/timer/debug_info_logging.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer 2024-08-20T21:53:10.9308610Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer 2024-08-20T21:53:10.9313360Z copying torch/distributed/elastic/timer/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer 2024-08-20T21:53:10.9318910Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer 2024-08-20T21:53:10.9326130Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-20T21:53:10.9326850Z copying torch/distributed/elastic/utils/store.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-20T21:53:10.9332690Z copying torch/distributed/elastic/utils/logging.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-20T21:53:10.9337820Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-20T21:53:10.9342990Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-20T21:53:10.9350160Z copying torch/distributed/elastic/utils/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-20T21:53:10.9356360Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils 2024-08-20T21:53:10.9363280Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent 2024-08-20T21:53:10.9364000Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent 2024-08-20T21:53:10.9365550Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events 2024-08-20T21:53:10.9366290Z copying torch/distributed/elastic/events/handlers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events 2024-08-20T21:53:10.9372770Z copying torch/distributed/elastic/events/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events 2024-08-20T21:53:10.9378060Z copying torch/distributed/elastic/events/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events 2024-08-20T21:53:10.9385250Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-20T21:53:10.9386360Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-20T21:53:10.9391850Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-20T21:53:10.9396370Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-20T21:53:10.9401410Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors 2024-08-20T21:53:10.9402350Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors 2024-08-20T21:53:10.9407590Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors 2024-08-20T21:53:10.9412990Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors 2024-08-20T21:53:10.9418880Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data 2024-08-20T21:53:10.9419740Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data 2024-08-20T21:53:10.9424960Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data 2024-08-20T21:53:10.9429580Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data 2024-08-20T21:53:10.9435130Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server 2024-08-20T21:53:10.9435990Z copying torch/distributed/elastic/agent/server/health_check_server.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server 2024-08-20T21:53:10.9440420Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server 2024-08-20T21:53:10.9444720Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server 2024-08-20T21:53:10.9454610Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server 2024-08-20T21:53:10.9465760Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_comm_hooks 2024-08-20T21:53:10.9466570Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_comm_hooks 2024-08-20T21:53:10.9472130Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_comm_hooks 2024-08-20T21:53:10.9477980Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_checkpoint 2024-08-20T21:53:10.9478840Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_checkpoint 2024-08-20T21:53:10.9484100Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_checkpoint 2024-08-20T21:53:10.9485860Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging 2024-08-20T21:53:10.9486730Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging 2024-08-20T21:53:10.9487820Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging 2024-08-20T21:53:10.9492810Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging 2024-08-20T21:53:10.9498590Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging 2024-08-20T21:53:10.9506090Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:10.9506980Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:10.9512730Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:10.9517810Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:10.9523350Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:10.9530760Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:10.9538450Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:10.9547570Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:10.9552960Z copying torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:10.9557970Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:10.9572950Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_optimizer_overlap 2024-08-20T21:53:10.9573900Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_optimizer_overlap 2024-08-20T21:53:10.9575300Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_optimizer_overlap 2024-08-20T21:53:10.9581730Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_quantization 2024-08-20T21:53:10.9582710Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_quantization 2024-08-20T21:53:10.9589160Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_quantization 2024-08-20T21:53:10.9591830Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-20T21:53:10.9592670Z copying torch/distributed/_composable/fsdp/_fsdp_api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-20T21:53:10.9597650Z copying torch/distributed/_composable/fsdp/_fsdp_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-20T21:53:10.9603330Z copying torch/distributed/_composable/fsdp/_fsdp_param_group.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-20T21:53:10.9615540Z copying torch/distributed/_composable/fsdp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-20T21:53:10.9621890Z copying torch/distributed/_composable/fsdp/_fsdp_param.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-20T21:53:10.9633550Z copying torch/distributed/_composable/fsdp/_fsdp_init.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-20T21:53:10.9640560Z copying torch/distributed/_composable/fsdp/_fsdp_collectives.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-20T21:53:10.9650330Z copying torch/distributed/_composable/fsdp/fully_shard.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-20T21:53:10.9660690Z copying torch/distributed/_composable/fsdp/_fsdp_state.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp 2024-08-20T21:53:10.9673150Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/checkpoint 2024-08-20T21:53:10.9673910Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/checkpoint 2024-08-20T21:53:10.9680310Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:10.9681160Z copying torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:10.9686150Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:10.9690630Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:10.9700270Z copying torch/distributed/_shard/sharded_tensor/logger.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:10.9706390Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:10.9712380Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:10.9727130Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:10.9733400Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:10.9739140Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_plan 2024-08-20T21:53:10.9739920Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_plan 2024-08-20T21:53:10.9745210Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_plan 2024-08-20T21:53:10.9751420Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec 2024-08-20T21:53:10.9752310Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec 2024-08-20T21:53:10.9758950Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec 2024-08-20T21:53:10.9765250Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec 2024-08-20T21:53:10.9772300Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec 2024-08-20T21:53:10.9778140Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_optim 2024-08-20T21:53:10.9778910Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_optim 2024-08-20T21:53:10.9783880Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_optim 2024-08-20T21:53:10.9790910Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:10.9791770Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:10.9800020Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:10.9808230Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:10.9814060Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:10.9819270Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:10.9823840Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:10.9830030Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-20T21:53:10.9831080Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-20T21:53:10.9836840Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-20T21:53:10.9842350Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-20T21:53:10.9843680Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-20T21:53:10.9854150Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-20T21:53:10.9854900Z copying torch/distributed/tensor/parallel/ddp.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-20T21:53:10.9863180Z copying torch/distributed/tensor/parallel/fsdp.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-20T21:53:10.9871320Z copying torch/distributed/tensor/parallel/style.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-20T21:53:10.9887120Z copying torch/distributed/tensor/parallel/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-20T21:53:10.9893520Z copying torch/distributed/tensor/parallel/api.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-20T21:53:10.9902190Z copying torch/distributed/tensor/parallel/loss.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-20T21:53:10.9918500Z copying torch/distributed/tensor/parallel/input_reshard.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-20T21:53:10.9926490Z copying torch/distributed/tensor/parallel/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-20T21:53:10.9932550Z copying torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel 2024-08-20T21:53:10.9943030Z creating build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/_testing 2024-08-20T21:53:10.9943730Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/_testing 2024-08-20T21:53:10.9949150Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/_testing 2024-08-20T21:53:10.9958930Z creating build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions 2024-08-20T21:53:10.9959580Z copying torch/autograd/_functions/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions 2024-08-20T21:53:10.9966130Z copying torch/autograd/_functions/tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions 2024-08-20T21:53:10.9971190Z copying torch/autograd/_functions/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions 2024-08-20T21:53:10.9979840Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:10.9980460Z copying torch/fx/experimental/validator.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:10.9990720Z copying torch/fx/experimental/meta_tracer.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0000780Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0009540Z copying torch/fx/experimental/recording.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0021030Z copying torch/fx/experimental/rewriter.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0026690Z copying torch/fx/experimental/const_fold.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0033060Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0044210Z copying torch/fx/experimental/normalize.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0049720Z copying torch/fx/experimental/optimization.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0059590Z copying torch/fx/experimental/refinement_types.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0064940Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0077760Z copying torch/fx/experimental/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0078600Z copying torch/fx/experimental/sym_node.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0093970Z copying torch/fx/experimental/unify_refinements.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0099540Z copying torch/fx/experimental/merge_matmul.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0105820Z copying torch/fx/experimental/debug.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0110780Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0115990Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0166380Z copying torch/fx/experimental/_config.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0171720Z copying torch/fx/experimental/_backward_state.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0178270Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental 2024-08-20T21:53:11.0213860Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0214410Z copying torch/fx/passes/net_min_base.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0227230Z copying torch/fx/passes/param_fetch.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0232850Z copying torch/fx/passes/tools_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0250190Z copying torch/fx/passes/split_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0257760Z copying torch/fx/passes/shape_prop.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0266360Z copying torch/fx/passes/split_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0288340Z copying torch/fx/passes/runtime_assert.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0301200Z copying torch/fx/passes/reinplace.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0313490Z copying torch/fx/passes/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0323250Z copying torch/fx/passes/pass_manager.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0328370Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0333850Z copying torch/fx/passes/operator_support.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0338940Z copying torch/fx/passes/annotate_getitem_nodes.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0344510Z copying torch/fx/passes/graph_manipulation.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0349760Z copying torch/fx/passes/graph_drawer.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0359250Z copying torch/fx/passes/splitter_base.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0371660Z copying torch/fx/passes/graph_transform_observer.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes 2024-08-20T21:53:11.0378680Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-20T21:53:11.0379450Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-20T21:53:11.0384970Z copying torch/fx/experimental/unification/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-20T21:53:11.0390710Z copying torch/fx/experimental/unification/core.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-20T21:53:11.0395490Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-20T21:53:11.0400960Z copying torch/fx/experimental/unification/variable.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-20T21:53:11.0406030Z copying torch/fx/experimental/unification/more.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-20T21:53:11.0412460Z copying torch/fx/experimental/unification/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-20T21:53:11.0417490Z copying torch/fx/experimental/unification/match.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification 2024-08-20T21:53:11.0423250Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:11.0424130Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:11.0437490Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:11.0449720Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:11.0455230Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:11.0456350Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:11.0460830Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:11.0469320Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:11.0475590Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:11.0497580Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:11.0498570Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:11.0506410Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:11.0511210Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:11.0517100Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:11.0523310Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:11.0529090Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:11.0535770Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra 2024-08-20T21:53:11.0536410Z copying torch/fx/passes/infra/partitioner.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra 2024-08-20T21:53:11.0543100Z copying torch/fx/passes/infra/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra 2024-08-20T21:53:11.0549260Z copying torch/fx/passes/infra/pass_base.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra 2024-08-20T21:53:11.0556680Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra 2024-08-20T21:53:11.0562420Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/backends 2024-08-20T21:53:11.0563060Z copying torch/fx/passes/backends/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/backends 2024-08-20T21:53:11.0563990Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/backends 2024-08-20T21:53:11.0571890Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/tests 2024-08-20T21:53:11.0572500Z copying torch/fx/passes/tests/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/tests 2024-08-20T21:53:11.0573290Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/tests 2024-08-20T21:53:11.0579610Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-20T21:53:11.0580270Z copying torch/fx/passes/utils/source_matcher_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-20T21:53:11.0585860Z copying torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-20T21:53:11.0605770Z copying torch/fx/passes/utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-20T21:53:11.0612260Z copying torch/fx/passes/utils/common.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-20T21:53:11.0617140Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-20T21:53:11.0632470Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils 2024-08-20T21:53:11.0639270Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect 2024-08-20T21:53:11.0639900Z copying torch/fx/passes/dialect/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect 2024-08-20T21:53:11.0641500Z creating build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect/common 2024-08-20T21:53:11.0642230Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect/common 2024-08-20T21:53:11.0649600Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect/common 2024-08-20T21:53:11.0651310Z creating build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp 2024-08-20T21:53:11.0651860Z copying torch/cuda/amp/autocast_mode.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp 2024-08-20T21:53:11.0661940Z copying torch/cuda/amp/grad_scaler.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp 2024-08-20T21:53:11.0667540Z copying torch/cuda/amp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp 2024-08-20T21:53:11.0672720Z copying torch/cuda/amp/common.py -> build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp 2024-08-20T21:53:11.0679210Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/opt_einsum 2024-08-20T21:53:11.0679850Z copying torch/backends/opt_einsum/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/opt_einsum 2024-08-20T21:53:11.0685540Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/mha 2024-08-20T21:53:11.0686100Z copying torch/backends/mha/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/mha 2024-08-20T21:53:11.0692330Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/nnpack 2024-08-20T21:53:11.0692930Z copying torch/backends/nnpack/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/nnpack 2024-08-20T21:53:11.0698230Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/mps 2024-08-20T21:53:11.0703070Z copying torch/backends/mps/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/mps 2024-08-20T21:53:11.0705530Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/cpu 2024-08-20T21:53:11.0706110Z copying torch/backends/cpu/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/cpu 2024-08-20T21:53:11.0711200Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/_coreml 2024-08-20T21:53:11.0711830Z copying torch/backends/_coreml/preprocess.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/_coreml 2024-08-20T21:53:11.0717050Z copying torch/backends/_coreml/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/_coreml 2024-08-20T21:53:11.0718500Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/cuda 2024-08-20T21:53:11.0719080Z copying torch/backends/cuda/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/cuda 2024-08-20T21:53:11.0725490Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/quantized 2024-08-20T21:53:11.0726120Z copying torch/backends/quantized/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/quantized 2024-08-20T21:53:11.0731100Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/mkl 2024-08-20T21:53:11.0731690Z copying torch/backends/mkl/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/mkl 2024-08-20T21:53:11.0736350Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/xnnpack 2024-08-20T21:53:11.0736960Z copying torch/backends/xnnpack/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/xnnpack 2024-08-20T21:53:11.0742210Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/mkldnn 2024-08-20T21:53:11.0742920Z copying torch/backends/mkldnn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/mkldnn 2024-08-20T21:53:11.0747730Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/xeon 2024-08-20T21:53:11.0748300Z copying torch/backends/xeon/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/xeon 2024-08-20T21:53:11.0749050Z copying torch/backends/xeon/run_cpu.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/xeon 2024-08-20T21:53:11.0760840Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi 2024-08-20T21:53:11.0761460Z copying torch/backends/_nnapi/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi 2024-08-20T21:53:11.0762230Z copying torch/backends/_nnapi/serializer.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi 2024-08-20T21:53:11.0799360Z copying torch/backends/_nnapi/prepare.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi 2024-08-20T21:53:11.0807810Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/openmp 2024-08-20T21:53:11.0808410Z copying torch/backends/openmp/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/openmp 2024-08-20T21:53:11.0816740Z creating build/lib.macosx-11.1-arm64-3.9/torch/backends/cudnn 2024-08-20T21:53:11.0817330Z copying torch/backends/cudnn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/cudnn 2024-08-20T21:53:11.0829780Z copying torch/backends/cudnn/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/backends/cudnn 2024-08-20T21:53:11.0837710Z creating build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-20T21:53:11.0838360Z copying torch/masked/maskedtensor/binary.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-20T21:53:11.0844880Z copying torch/masked/maskedtensor/creation.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-20T21:53:11.0851940Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-20T21:53:11.0862840Z copying torch/masked/maskedtensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-20T21:53:11.0868560Z copying torch/masked/maskedtensor/core.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-20T21:53:11.0875160Z copying torch/masked/maskedtensor/unary.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-20T21:53:11.0884200Z copying torch/masked/maskedtensor/reductions.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-20T21:53:11.0889380Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor 2024-08-20T21:53:11.0895190Z creating build/lib.macosx-11.1-arm64-3.9/torch/optim/_multi_tensor 2024-08-20T21:53:11.0895820Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/optim/_multi_tensor 2024-08-20T21:53:11.0902120Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-20T21:53:11.0902780Z copying torch/_inductor/runtime/triton_heuristics.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-20T21:53:11.0923490Z copying torch/_inductor/runtime/runtime_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-20T21:53:11.0931880Z copying torch/_inductor/runtime/halide_helpers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-20T21:53:11.0937650Z copying torch/_inductor/runtime/coordinate_descent_tuner.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-20T21:53:11.0943820Z copying torch/_inductor/runtime/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-20T21:53:11.0944570Z copying torch/_inductor/runtime/compile_tasks.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-20T21:53:11.0950290Z copying torch/_inductor/runtime/triton_helpers.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-20T21:53:11.0955930Z copying torch/_inductor/runtime/hints.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-20T21:53:11.0961910Z copying torch/_inductor/runtime/benchmarking.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime 2024-08-20T21:53:11.0969820Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.0970440Z copying torch/_inductor/codegen/wrapper.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1002970Z copying torch/_inductor/codegen/triton_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1008490Z copying torch/_inductor/codegen/triton.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1041240Z copying torch/_inductor/codegen/aoti_hipify_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1051070Z copying torch/_inductor/codegen/simd.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1070760Z copying torch/_inductor/codegen/triton_combo_kernel.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1083630Z copying torch/_inductor/codegen/memory_planning.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1096910Z copying torch/_inductor/codegen/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1097780Z copying torch/_inductor/codegen/cpp_micro_gemm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1110700Z copying torch/_inductor/codegen/cpp.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1141590Z copying torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1170430Z copying torch/_inductor/codegen/common.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1187430Z copying torch/_inductor/codegen/cpp_template_kernel.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1194300Z copying torch/_inductor/codegen/cpp_gemm_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1206890Z copying torch/_inductor/codegen/triton_split_scan.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1212330Z copying torch/_inductor/codegen/halide.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1240840Z copying torch/_inductor/codegen/cpp_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1249380Z copying torch/_inductor/codegen/codegen_device_driver.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1254650Z copying torch/_inductor/codegen/cuda_combined_scheduling.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1260450Z copying torch/_inductor/codegen/multi_kernel.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1266640Z copying torch/_inductor/codegen/cpp_wrapper_cuda.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1272730Z copying torch/_inductor/codegen/cpp_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1286120Z copying torch/_inductor/codegen/debug_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:11.1292730Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker 2024-08-20T21:53:11.1293430Z copying torch/_inductor/compile_worker/watchdog.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker 2024-08-20T21:53:11.1299070Z copying torch/_inductor/compile_worker/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker 2024-08-20T21:53:11.1299920Z copying torch/_inductor/compile_worker/subproc_pool.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker 2024-08-20T21:53:11.1307360Z copying torch/_inductor/compile_worker/__main__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker 2024-08-20T21:53:11.1313610Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic 2024-08-20T21:53:11.1314340Z copying torch/_inductor/autoheuristic/autoheuristic.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic 2024-08-20T21:53:11.1321830Z copying torch/_inductor/autoheuristic/autoheuristic_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic 2024-08-20T21:53:11.1330940Z copying torch/_inductor/autoheuristic/learned_heuristic_controller.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic 2024-08-20T21:53:11.1338060Z copying torch/_inductor/autoheuristic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic 2024-08-20T21:53:11.1338980Z copying torch/_inductor/autoheuristic/learnedheuristic_interface.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic 2024-08-20T21:53:11.1351100Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1351790Z copying torch/_inductor/fx_passes/post_grad.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1364070Z copying torch/_inductor/fx_passes/replace_random.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1370020Z copying torch/_inductor/fx_passes/ddp_fusion.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1379330Z copying torch/_inductor/fx_passes/numeric_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1384680Z copying torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1390300Z copying torch/_inductor/fx_passes/reinplace.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1401420Z copying torch/_inductor/fx_passes/quantization.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1422110Z copying torch/_inductor/fx_passes/split_cat.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1447860Z copying torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1453930Z copying torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1460150Z copying torch/_inductor/fx_passes/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1461120Z copying torch/_inductor/fx_passes/group_batch_fusion.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1476540Z copying torch/_inductor/fx_passes/pre_grad.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1487670Z copying torch/_inductor/fx_passes/binary_folding.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1493140Z copying torch/_inductor/fx_passes/fuse_attention.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1504800Z copying torch/_inductor/fx_passes/micro_pipeline_tp.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1521300Z copying torch/_inductor/fx_passes/joint_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1532370Z copying torch/_inductor/fx_passes/b2b_gemm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1542600Z copying torch/_inductor/fx_passes/mkldnn_fusion.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1558360Z copying torch/_inductor/fx_passes/pad_mm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1567760Z copying torch/_inductor/fx_passes/freezing_patterns.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1581190Z copying torch/_inductor/fx_passes/misc_patterns.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes 2024-08-20T21:53:11.1588850Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-20T21:53:11.1589480Z copying torch/_inductor/kernel/unpack_mixed_mm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-20T21:53:11.1596910Z copying torch/_inductor/kernel/mm_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-20T21:53:11.1610440Z copying torch/_inductor/kernel/flex_decoding.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-20T21:53:11.1625320Z copying torch/_inductor/kernel/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-20T21:53:11.1630010Z copying torch/_inductor/kernel/mm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-20T21:53:11.1638820Z copying torch/_inductor/kernel/bmm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-20T21:53:11.1645200Z copying torch/_inductor/kernel/mm_scaled.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-20T21:53:11.1650740Z copying torch/_inductor/kernel/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-20T21:53:11.1660030Z copying torch/_inductor/kernel/mm_plus_mm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-20T21:53:11.1673800Z copying torch/_inductor/kernel/flex_attention.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel 2024-08-20T21:53:11.1693410Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package 2024-08-20T21:53:11.1694040Z copying torch/_inductor/package/package.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package 2024-08-20T21:53:11.1699330Z copying torch/_inductor/package/build_package.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package 2024-08-20T21:53:11.1703720Z copying torch/_inductor/package/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package 2024-08-20T21:53:11.1708090Z copying torch/_inductor/package/pt2_archive_constants.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package 2024-08-20T21:53:11.1714560Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-20T21:53:11.1715270Z copying torch/_inductor/codegen/cuda/cutlass_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-20T21:53:11.1721260Z copying torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-20T21:53:11.1726700Z copying torch/_inductor/codegen/cuda/cuda_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-20T21:53:11.1731710Z copying torch/_inductor/codegen/cuda/gemm_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-20T21:53:11.1746570Z copying torch/_inductor/codegen/cuda/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-20T21:53:11.1747550Z copying torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-20T21:53:11.1752800Z copying torch/_inductor/codegen/cuda/device_op_overrides.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-20T21:53:11.1758160Z copying torch/_inductor/codegen/cuda/cuda_env.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-20T21:53:11.1763310Z copying torch/_inductor/codegen/cuda/cuda_kernel.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda 2024-08-20T21:53:11.1769960Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/xpu 2024-08-20T21:53:11.1770620Z copying torch/_inductor/codegen/xpu/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/xpu 2024-08-20T21:53:11.1771510Z copying torch/_inductor/codegen/xpu/device_op_overrides.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/xpu 2024-08-20T21:53:11.1777710Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-20T21:53:11.1778440Z copying torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-20T21:53:11.1783420Z copying torch/_inductor/codegen/rocm/rocm_kernel.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-20T21:53:11.1788150Z copying torch/_inductor/codegen/rocm/rocm_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-20T21:53:11.1792790Z copying torch/_inductor/codegen/rocm/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-20T21:53:11.1793750Z copying torch/_inductor/codegen/rocm/compile_command.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-20T21:53:11.1800350Z copying torch/_inductor/codegen/rocm/rocm_template_buffer.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-20T21:53:11.1805820Z copying torch/_inductor/codegen/rocm/ck_universal_gemm_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-20T21:53:11.1811440Z copying torch/_inductor/codegen/rocm/ck_template.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-20T21:53:11.1816530Z copying torch/_inductor/codegen/rocm/rocm_benchmark_request.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm 2024-08-20T21:53:11.1822170Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-08-20T21:53:11.1823160Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-08-20T21:53:11.1828630Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-08-20T21:53:11.1830660Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:11.1831480Z copying torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:11.1836850Z copying torch/_inductor/autoheuristic/artifacts/_PadMMA100.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:11.1842390Z copying torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:11.1852620Z copying torch/_inductor/autoheuristic/artifacts/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:11.1853660Z copying torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:11.1864130Z copying torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:11.1872390Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1873290Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1881160Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1887610Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1912800Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1918530Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1928560Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1933020Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1938260Z copying torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1942320Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1951000Z copying torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1955080Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1956460Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1965200Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1971900Z copying torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1976560Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1982830Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1988820Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.1994360Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.2002770Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.2009050Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.2013800Z copying torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.2022990Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.2029940Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:11.2036920Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark 2024-08-20T21:53:11.2037530Z copying torch/utils/benchmark/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark 2024-08-20T21:53:11.2044890Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-20T21:53:11.2045460Z copying torch/utils/_sympy/functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-20T21:53:11.2065440Z copying torch/utils/_sympy/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-20T21:53:11.2066100Z copying torch/utils/_sympy/symbol.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-20T21:53:11.2075230Z copying torch/utils/_sympy/numbers.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-20T21:53:11.2083920Z copying torch/utils/_sympy/reference.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-20T21:53:11.2089900Z copying torch/utils/_sympy/singleton_int.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-20T21:53:11.2096090Z copying torch/utils/_sympy/value_ranges.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-20T21:53:11.2108260Z copying torch/utils/_sympy/solve.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-20T21:53:11.2115910Z copying torch/utils/_sympy/interp.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy 2024-08-20T21:53:11.2128820Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/backcompat 2024-08-20T21:53:11.2129500Z copying torch/utils/backcompat/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/backcompat 2024-08-20T21:53:11.2139520Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify 2024-08-20T21:53:11.2140090Z copying torch/utils/hipify/version.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify 2024-08-20T21:53:11.2146710Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify 2024-08-20T21:53:11.2188380Z copying torch/utils/hipify/constants.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify 2024-08-20T21:53:11.2193780Z copying torch/utils/hipify/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify 2024-08-20T21:53:11.2200460Z copying torch/utils/hipify/hipify_python.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify 2024-08-20T21:53:11.2223190Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/bottleneck 2024-08-20T21:53:11.2223800Z copying torch/utils/bottleneck/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/bottleneck 2024-08-20T21:53:11.2224630Z copying torch/utils/bottleneck/__main__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/bottleneck 2024-08-20T21:53:11.2238180Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/viz 2024-08-20T21:53:11.2238710Z copying torch/utils/viz/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/viz 2024-08-20T21:53:11.2239440Z copying torch/utils/viz/_cycles.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/viz 2024-08-20T21:53:11.2247990Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/jit 2024-08-20T21:53:11.2248520Z copying torch/utils/jit/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/jit 2024-08-20T21:53:11.2249260Z copying torch/utils/jit/log_extract.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/jit 2024-08-20T21:53:11.2255710Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-20T21:53:11.2256360Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-20T21:53:11.2262350Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-20T21:53:11.2267780Z copying torch/utils/tensorboard/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-20T21:53:11.2274410Z copying torch/utils/tensorboard/_embedding.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-20T21:53:11.2279710Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-20T21:53:11.2288900Z copying torch/utils/tensorboard/summary.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-20T21:53:11.2303450Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-20T21:53:11.2314290Z copying torch/utils/tensorboard/writer.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-20T21:53:11.2327490Z copying torch/utils/tensorboard/_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard 2024-08-20T21:53:11.2336430Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-20T21:53:11.2337030Z copying torch/utils/model_dump/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-20T21:53:11.2347570Z copying torch/utils/model_dump/__main__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-20T21:53:11.2355910Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-20T21:53:11.2356480Z copying torch/utils/data/graph_settings.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-20T21:53:11.2362240Z copying torch/utils/data/graph.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-20T21:53:11.2374890Z copying torch/utils/data/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-20T21:53:11.2380810Z copying torch/utils/data/dataset.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-20T21:53:11.2393930Z copying torch/utils/data/distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-20T21:53:11.2405610Z copying torch/utils/data/backward_compatibility.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-20T21:53:11.2412800Z copying torch/utils/data/dataloader.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-20T21:53:11.2429930Z copying torch/utils/data/sampler.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data 2024-08-20T21:53:11.2441730Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/_strobelight 2024-08-20T21:53:11.2442410Z copying torch/utils/_strobelight/cli_function_profiler.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_strobelight 2024-08-20T21:53:11.2450570Z copying torch/utils/_strobelight/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/_strobelight 2024-08-20T21:53:11.2452690Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:11.2453420Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:11.2460670Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:11.2467040Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:11.2472060Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:11.2473020Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:11.2479610Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:11.2490270Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-20T21:53:11.2490950Z copying torch/utils/benchmark/utils/timer.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-20T21:53:11.2508240Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-20T21:53:11.2509170Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-20T21:53:11.2515940Z copying torch/utils/benchmark/utils/common.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-20T21:53:11.2522010Z copying torch/utils/benchmark/utils/compile.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-20T21:53:11.2527560Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-20T21:53:11.2538820Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-20T21:53:11.2543860Z copying torch/utils/benchmark/utils/compare.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-20T21:53:11.2550130Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-20T21:53:11.2560560Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-20T21:53:11.2561450Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-20T21:53:11.2564100Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-20T21:53:11.2565060Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-20T21:53:11.2570130Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-20T21:53:11.2575570Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-20T21:53:11.2581270Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-20T21:53:11.2588250Z copying torch/utils/benchmark/examples/compare.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples 2024-08-20T21:53:11.2593760Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:11.2594680Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:11.2615810Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:11.2617770Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-20T21:53:11.2618390Z copying torch/utils/data/_utils/fetch.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-20T21:53:11.2624160Z copying torch/utils/data/_utils/worker.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-20T21:53:11.2631470Z copying torch/utils/data/_utils/collate.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-20T21:53:11.2650960Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-20T21:53:11.2657660Z copying torch/utils/data/_utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-20T21:53:11.2665080Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils 2024-08-20T21:53:11.2672250Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-20T21:53:11.2672930Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-20T21:53:11.2680400Z copying torch/utils/data/datapipes/_typing.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-20T21:53:11.2690760Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-20T21:53:11.2697920Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-20T21:53:11.2709250Z copying torch/utils/data/datapipes/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-20T21:53:11.2717750Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-20T21:53:11.2720170Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe 2024-08-20T21:53:11.2720970Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe 2024-08-20T21:53:11.2728160Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe 2024-08-20T21:53:11.2741020Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe 2024-08-20T21:53:11.2748770Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe 2024-08-20T21:53:11.2755550Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe 2024-08-20T21:53:11.2765170Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-20T21:53:11.2765920Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-20T21:53:11.2767090Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-20T21:53:11.2768130Z copying torch/utils/data/datapipes/iter/sharding.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-20T21:53:11.2769170Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-20T21:53:11.2770390Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-20T21:53:11.2776630Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-20T21:53:11.2777770Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-20T21:53:11.2779070Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-20T21:53:11.2780210Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-20T21:53:11.2787770Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-20T21:53:11.2788800Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-20T21:53:11.2789910Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter 2024-08-20T21:53:11.2792170Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils 2024-08-20T21:53:11.2793340Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils 2024-08-20T21:53:11.2800470Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils 2024-08-20T21:53:11.2801380Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils 2024-08-20T21:53:11.2808260Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils 2024-08-20T21:53:11.2814720Z creating build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-20T21:53:11.2815450Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-20T21:53:11.2816450Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-20T21:53:11.2817550Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-20T21:53:11.2823220Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-20T21:53:11.2824330Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-20T21:53:11.2831270Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map 2024-08-20T21:53:11.2834230Z creating build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-20T21:53:11.2834860Z copying torch/quantization/fx/graph_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-20T21:53:11.2846610Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-20T21:53:11.2853780Z copying torch/quantization/fx/_equalize.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-20T21:53:11.2859960Z copying torch/quantization/fx/quantization_types.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-20T21:53:11.2871550Z copying torch/quantization/fx/convert.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-20T21:53:11.2878370Z copying torch/quantization/fx/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-20T21:53:11.2896610Z copying torch/quantization/fx/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-20T21:53:11.2903670Z copying torch/quantization/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-20T21:53:11.2909640Z copying torch/quantization/fx/fuse.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-20T21:53:11.2916500Z copying torch/quantization/fx/match_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-20T21:53:11.2927620Z copying torch/quantization/fx/prepare.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-20T21:53:11.2935860Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx 2024-08-20T21:53:11.2947110Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.2947760Z copying torch/testing/_internal/common_dtype.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.2954120Z copying torch/testing/_internal/common_pruning.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.2961920Z copying torch/testing/_internal/hop_db.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.2970900Z copying torch/testing/_internal/triton_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.2979170Z copying torch/testing/_internal/static_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.2987280Z copying torch/testing/_internal/common_nn.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3049720Z copying torch/testing/_internal/custom_op_db.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3062210Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3072250Z copying torch/testing/_internal/common_fsdp.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3088580Z copying torch/testing/_internal/two_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3097680Z copying torch/testing/_internal/torchbind_impls.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3104580Z copying torch/testing/_internal/common_optimizers.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3139970Z copying torch/testing/_internal/common_device_type.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3158240Z copying torch/testing/_internal/autograd_function_db.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3170990Z copying torch/testing/_internal/common_mkldnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3176970Z copying torch/testing/_internal/inductor_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3187420Z copying torch/testing/_internal/common_distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3205950Z copying torch/testing/_internal/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3206920Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3318670Z copying torch/testing/_internal/custom_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3331700Z copying torch/testing/_internal/logging_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3363430Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3370930Z copying torch/testing/_internal/common_cuda.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3377950Z copying torch/testing/_internal/common_quantization.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3401370Z copying torch/testing/_internal/common_modules.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3458080Z copying torch/testing/_internal/common_jit.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3472000Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3485080Z copying torch/testing/_internal/dynamo_test_failures.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3490800Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3497300Z copying torch/testing/_internal/common_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3549530Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3555210Z copying torch/testing/_internal/common_quantized.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3563570Z copying torch/testing/_internal/common_dist_composable.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3570860Z copying torch/testing/_internal/common_subclass.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3576940Z copying torch/testing/_internal/composite_compliance.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3588500Z copying torch/testing/_internal/logging_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3594700Z copying torch/testing/_internal/dist_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3601370Z copying torch/testing/_internal/jit_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal 2024-08-20T21:53:11.3614900Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/generated 2024-08-20T21:53:11.3615640Z copying torch/testing/_internal/generated/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/generated 2024-08-20T21:53:11.3616580Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/generated 2024-08-20T21:53:11.3621090Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo 2024-08-20T21:53:11.3621800Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo 2024-08-20T21:53:11.3628810Z copying torch/testing/_internal/opinfo/core.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo 2024-08-20T21:53:11.3663090Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo 2024-08-20T21:53:11.3669160Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo 2024-08-20T21:53:11.3675430Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module 2024-08-20T21:53:11.3676180Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module 2024-08-20T21:53:11.3677110Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module 2024-08-20T21:53:11.3682620Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module 2024-08-20T21:53:11.3691600Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-20T21:53:11.3692420Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-20T21:53:11.3704780Z copying torch/testing/_internal/distributed/fake_pg.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-20T21:53:11.3710620Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-20T21:53:11.3711740Z copying torch/testing/_internal/distributed/checkpoint_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-20T21:53:11.3716840Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-20T21:53:11.3723330Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-20T21:53:11.3792100Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-20T21:53:11.3811400Z copying torch/testing/_internal/distributed/common_state_dict.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-20T21:53:11.3818190Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed 2024-08-20T21:53:11.3825080Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-20T21:53:11.3825800Z copying torch/testing/_internal/optests/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-20T21:53:11.3834070Z copying torch/testing/_internal/optests/fake_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-20T21:53:11.3840960Z copying torch/testing/_internal/optests/aot_autograd.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-20T21:53:11.3847540Z copying torch/testing/_internal/optests/make_fx.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-20T21:53:11.3853250Z copying torch/testing/_internal/optests/generate_tests.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-20T21:53:11.3865560Z copying torch/testing/_internal/optests/autograd_registration.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests 2024-08-20T21:53:11.3873170Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/codegen 2024-08-20T21:53:11.3873890Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/codegen 2024-08-20T21:53:11.3880250Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data 2024-08-20T21:53:11.3880930Z copying torch/testing/_internal/data/network1.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data 2024-08-20T21:53:11.3886900Z copying torch/testing/_internal/data/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data 2024-08-20T21:53:11.3892150Z copying torch/testing/_internal/data/network2.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data 2024-08-20T21:53:11.3898910Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:11.3899740Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:11.3905730Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:11.3912830Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:11.3932670Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:11.3958530Z copying torch/testing/_internal/opinfo/definitions/sparse.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:11.3971290Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:11.3988760Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:11.4013410Z copying torch/testing/_internal/opinfo/definitions/nested.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:11.4021700Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_tensor 2024-08-20T21:53:11.4022550Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_tensor 2024-08-20T21:53:11.4023630Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_tensor 2024-08-20T21:53:11.4036230Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn 2024-08-20T21:53:11.4037020Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn 2024-08-20T21:53:11.4038140Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard 2024-08-20T21:53:11.4038990Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard 2024-08-20T21:53:11.4045220Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard 2024-08-20T21:53:11.4053040Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:11.4053920Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:11.4064400Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:11.4072920Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:11.4073990Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:11.4100590Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:11.4106430Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:11.4111680Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:11.4144870Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:11.4158190Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn/api 2024-08-20T21:53:11.4159020Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn/api 2024-08-20T21:53:11.4160110Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn/api 2024-08-20T21:53:11.4182230Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-20T21:53:11.4183220Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-20T21:53:11.4189530Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-20T21:53:11.4195540Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-20T21:53:11.4204430Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit 2024-08-20T21:53:11.4205350Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit 2024-08-20T21:53:11.4206450Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit 2024-08-20T21:53:11.4213590Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit 2024-08-20T21:53:11.4230510Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit 2024-08-20T21:53:11.4237670Z creating build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples 2024-08-20T21:53:11.4238580Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples 2024-08-20T21:53:11.4239780Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples 2024-08-20T21:53:11.4251470Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples 2024-08-20T21:53:11.4258750Z creating build/lib.macosx-11.1-arm64-3.9/torch/jit/_passes 2024-08-20T21:53:11.4259350Z copying torch/jit/_passes/_property_propagation.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit/_passes 2024-08-20T21:53:11.4264580Z copying torch/jit/_passes/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit/_passes 2024-08-20T21:53:11.4266090Z creating build/lib.macosx-11.1-arm64-3.9/torch/jit/mobile 2024-08-20T21:53:11.4266640Z copying torch/jit/mobile/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/jit/mobile 2024-08-20T21:53:11.4274930Z creating build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-20T21:53:11.4275540Z copying torch/_dynamo/backends/registry.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-20T21:53:11.4282170Z copying torch/_dynamo/backends/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-20T21:53:11.4282900Z copying torch/_dynamo/backends/debugging.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-20T21:53:11.4290110Z copying torch/_dynamo/backends/distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-20T21:53:11.4305570Z copying torch/_dynamo/backends/common.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-20T21:53:11.4312810Z copying torch/_dynamo/backends/inductor.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-20T21:53:11.4318590Z copying torch/_dynamo/backends/onnxrt.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-20T21:53:11.4327020Z copying torch/_dynamo/backends/tvm.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-20T21:53:11.4333220Z copying torch/_dynamo/backends/cudagraphs.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-20T21:53:11.4338230Z copying torch/_dynamo/backends/tensorrt.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-20T21:53:11.4343410Z copying torch/_dynamo/backends/torchxla.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends 2024-08-20T21:53:11.4356500Z creating build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4357130Z copying torch/_dynamo/variables/functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4372060Z copying torch/_dynamo/variables/iter.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4378930Z copying torch/_dynamo/variables/misc.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4396540Z copying torch/_dynamo/variables/lists.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4409200Z copying torch/_dynamo/variables/script_object.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4414880Z copying torch/_dynamo/variables/torch_function.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4420170Z copying torch/_dynamo/variables/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4426540Z copying torch/_dynamo/variables/user_defined.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4442490Z copying torch/_dynamo/variables/nn_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4454020Z copying torch/_dynamo/variables/builder.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4478480Z copying torch/_dynamo/variables/tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4512040Z copying torch/_dynamo/variables/higher_order_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4568060Z copying torch/_dynamo/variables/sdpa.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4572810Z copying torch/_dynamo/variables/distributed.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4579750Z copying torch/_dynamo/variables/optimizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4585610Z copying torch/_dynamo/variables/builtin.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4606340Z copying torch/_dynamo/variables/constant.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4611960Z copying torch/_dynamo/variables/lazy.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4616800Z copying torch/_dynamo/variables/torch.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4629650Z copying torch/_dynamo/variables/ctx_manager.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4642320Z copying torch/_dynamo/variables/dicts.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4654460Z copying torch/_dynamo/variables/base.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables 2024-08-20T21:53:11.4661040Z creating build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro 2024-08-20T21:53:11.4661630Z copying torch/_dynamo/repro/after_dynamo.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro 2024-08-20T21:53:11.4670290Z copying torch/_dynamo/repro/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro 2024-08-20T21:53:11.4670980Z copying torch/_dynamo/repro/after_aot.py -> build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro 2024-08-20T21:53:11.4682210Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn 2024-08-20T21:53:11.4682700Z copying torch/ao/nn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn 2024-08-20T21:53:11.4688580Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/ns 2024-08-20T21:53:11.4689090Z copying torch/ao/ns/_numeric_suite.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns 2024-08-20T21:53:11.4702110Z copying torch/ao/ns/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns 2024-08-20T21:53:11.4702750Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns 2024-08-20T21:53:11.4712560Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4713180Z copying torch/ao/quantization/observer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4731250Z copying torch/ao/quantization/fuse_modules.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4736160Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4740640Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4746170Z copying torch/ao/quantization/_correct_bias.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4751040Z copying torch/ao/quantization/quantize.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4760890Z copying torch/ao/quantization/_equalize.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4766130Z copying torch/ao/quantization/fake_quantize.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4775530Z copying torch/ao/quantization/qconfig.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4785080Z copying torch/ao/quantization/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4791010Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4796950Z copying torch/ao/quantization/stubs.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4801780Z copying torch/ao/quantization/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4810630Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4816750Z copying torch/ao/quantization/quantize_jit.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4822080Z copying torch/ao/quantization/quantize_pt2e.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4827450Z copying torch/ao/quantization/quant_type.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4832110Z copying torch/ao/quantization/quantize_fx.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization 2024-08-20T21:53:11.4841950Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning 2024-08-20T21:53:11.4842500Z copying torch/ao/pruning/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning 2024-08-20T21:53:11.4846990Z copying torch/ao/pruning/_mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning 2024-08-20T21:53:11.4852780Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat 2024-08-20T21:53:11.4853300Z copying torch/ao/nn/qat/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat 2024-08-20T21:53:11.4859340Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized 2024-08-20T21:53:11.4859940Z copying torch/ao/nn/quantized/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized 2024-08-20T21:53:11.4864890Z copying torch/ao/nn/quantized/functional.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized 2024-08-20T21:53:11.4876370Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable 2024-08-20T21:53:11.4876990Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable 2024-08-20T21:53:11.4883010Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic 2024-08-20T21:53:11.4883610Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic 2024-08-20T21:53:11.4888740Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse 2024-08-20T21:53:11.4889390Z copying torch/ao/nn/sparse/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse 2024-08-20T21:53:11.4897480Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic 2024-08-20T21:53:11.4898100Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic 2024-08-20T21:53:11.4903280Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules 2024-08-20T21:53:11.4903980Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules 2024-08-20T21:53:11.4909630Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules 2024-08-20T21:53:11.4915540Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules 2024-08-20T21:53:11.4920990Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules 2024-08-20T21:53:11.4926990Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic/modules 2024-08-20T21:53:11.4927730Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic/modules 2024-08-20T21:53:11.4932450Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic/modules 2024-08-20T21:53:11.4938120Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic 2024-08-20T21:53:11.4938820Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic 2024-08-20T21:53:11.4945080Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-20T21:53:11.4945810Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-20T21:53:11.4951430Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-20T21:53:11.4968360Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-20T21:53:11.4979320Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-20T21:53:11.4986580Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-20T21:53:11.4993060Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-20T21:53:11.4998200Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-20T21:53:11.5003790Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-20T21:53:11.5025490Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-20T21:53:11.5035590Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-20T21:53:11.5042010Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules 2024-08-20T21:53:11.5057020Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference 2024-08-20T21:53:11.5057750Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference 2024-08-20T21:53:11.5062630Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules 2024-08-20T21:53:11.5063460Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules 2024-08-20T21:53:11.5068840Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules 2024-08-20T21:53:11.5073390Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules 2024-08-20T21:53:11.5083460Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules 2024-08-20T21:53:11.5100190Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:11.5101030Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:11.5106530Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:11.5115000Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:11.5120110Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:11.5124920Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:11.5130550Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:11.5140130Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules 2024-08-20T21:53:11.5140850Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules 2024-08-20T21:53:11.5145060Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules 2024-08-20T21:53:11.5153300Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules 2024-08-20T21:53:11.5164570Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat 2024-08-20T21:53:11.5165230Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat 2024-08-20T21:53:11.5170470Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized 2024-08-20T21:53:11.5171190Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized 2024-08-20T21:53:11.5176500Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/modules 2024-08-20T21:53:11.5177230Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/modules 2024-08-20T21:53:11.5182100Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/modules 2024-08-20T21:53:11.5190960Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules 2024-08-20T21:53:11.5191760Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules 2024-08-20T21:53:11.5198030Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules 2024-08-20T21:53:11.5203350Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules 2024-08-20T21:53:11.5207980Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules 2024-08-20T21:53:11.5213360Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic 2024-08-20T21:53:11.5214190Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic 2024-08-20T21:53:11.5219290Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules 2024-08-20T21:53:11.5220110Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules 2024-08-20T21:53:11.5223880Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules 2024-08-20T21:53:11.5229440Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules 2024-08-20T21:53:11.5233830Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules 2024-08-20T21:53:11.5238210Z copying torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules 2024-08-20T21:53:11.5244900Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-08-20T21:53:11.5245820Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-08-20T21:53:11.5250150Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-08-20T21:53:11.5255360Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized 2024-08-20T21:53:11.5256070Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized 2024-08-20T21:53:11.5261280Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized 2024-08-20T21:53:11.5265910Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized 2024-08-20T21:53:11.5273810Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/dynamic 2024-08-20T21:53:11.5274620Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/dynamic 2024-08-20T21:53:11.5280350Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/dynamic 2024-08-20T21:53:11.5287190Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-20T21:53:11.5287730Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-20T21:53:11.5302050Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-20T21:53:11.5307700Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-20T21:53:11.5317980Z copying torch/ao/ns/fx/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-20T21:53:11.5318590Z copying torch/ao/ns/fx/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-20T21:53:11.5327680Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-20T21:53:11.5332550Z copying torch/ao/ns/fx/ns_types.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-20T21:53:11.5337310Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-20T21:53:11.5354820Z copying torch/ao/ns/fx/mappings.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-20T21:53:11.5366470Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx 2024-08-20T21:53:11.5374170Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5375020Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5384560Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5389650Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5394700Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5401220Z copying torch/ao/quantization/backend_config/native.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5406400Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5407380Z copying torch/ao/quantization/backend_config/onednn.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5417000Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5422710Z copying torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5429370Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5439610Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5450540Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5455960Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config 2024-08-20T21:53:11.5462320Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-20T21:53:11.5463040Z copying torch/ao/quantization/pt2e/port_metadata_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-20T21:53:11.5468950Z copying torch/ao/quantization/pt2e/export_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-20T21:53:11.5476780Z copying torch/ao/quantization/pt2e/qat_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-20T21:53:11.5488870Z copying torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-20T21:53:11.5494410Z copying torch/ao/quantization/pt2e/graph_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-20T21:53:11.5499950Z copying torch/ao/quantization/pt2e/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-20T21:53:11.5500760Z copying torch/ao/quantization/pt2e/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-20T21:53:11.5511120Z copying torch/ao/quantization/pt2e/prepare.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-20T21:53:11.5521590Z copying torch/ao/quantization/pt2e/_numeric_debugger.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e 2024-08-20T21:53:11.5529940Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5540940Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5545760Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5551720Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5561670Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5567270Z copying torch/ao/quantization/fx/convert.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5585960Z copying torch/ao/quantization/fx/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5595750Z copying torch/ao/quantization/fx/quantize_handler.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5602070Z copying torch/ao/quantization/fx/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5615050Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5620700Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5636280Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5647860Z copying torch/ao/quantization/fx/fuse.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5654880Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5660570Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5666860Z copying torch/ao/quantization/fx/prepare.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5713300Z copying torch/ao/quantization/fx/tracer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5719830Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5739110Z copying torch/ao/quantization/fx/fuse_handler.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5747250Z copying torch/ao/quantization/fx/lstm_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx 2024-08-20T21:53:11.5757880Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-20T21:53:11.5758700Z copying torch/ao/quantization/quantizer/embedding_quantizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-20T21:53:11.5764760Z copying torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-20T21:53:11.5789700Z copying torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-20T21:53:11.5796400Z copying torch/ao/quantization/quantizer/composable_quantizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-20T21:53:11.5802450Z copying torch/ao/quantization/quantizer/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-20T21:53:11.5808680Z copying torch/ao/quantization/quantizer/quantizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-20T21:53:11.5814670Z copying torch/ao/quantization/quantizer/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-20T21:53:11.5821300Z copying torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer 2024-08-20T21:53:11.5833890Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/representation 2024-08-20T21:53:11.5834740Z copying torch/ao/quantization/pt2e/representation/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/representation 2024-08-20T21:53:11.5840550Z copying torch/ao/quantization/pt2e/representation/rewrite.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/representation 2024-08-20T21:53:11.5859690Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report 2024-08-20T21:53:11.5860480Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report 2024-08-20T21:53:11.5884040Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report 2024-08-20T21:53:11.5913350Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report 2024-08-20T21:53:11.5923210Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report 2024-08-20T21:53:11.5924230Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report 2024-08-20T21:53:11.5937460Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier 2024-08-20T21:53:11.5938200Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier 2024-08-20T21:53:11.5948840Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier 2024-08-20T21:53:11.5949670Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier 2024-08-20T21:53:11.5958680Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier 2024-08-20T21:53:11.5964250Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier 2024-08-20T21:53:11.5972050Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental 2024-08-20T21:53:11.5972820Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental 2024-08-20T21:53:11.5974580Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler 2024-08-20T21:53:11.5975280Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler 2024-08-20T21:53:11.5981880Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler 2024-08-20T21:53:11.5987690Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler 2024-08-20T21:53:11.5988550Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler 2024-08-20T21:53:11.5995850Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier 2024-08-20T21:53:11.5996770Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier 2024-08-20T21:53:11.6004370Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier 2024-08-20T21:53:11.6012500Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier 2024-08-20T21:53:11.6018010Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier 2024-08-20T21:53:11.6024060Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:11.6024870Z copying torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:11.6029450Z copying torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:11.6034320Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:11.6040400Z copying torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:11.6047060Z copying torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:11.6059350Z copying torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:11.6066650Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:11.6072810Z copying torch/ao/pruning/_experimental/pruner/match_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:11.6079500Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/activation_sparsifier 2024-08-20T21:53:11.6080490Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/activation_sparsifier 2024-08-20T21:53:11.6090810Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/activation_sparsifier 2024-08-20T21:53:11.6092010Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_scheduler 2024-08-20T21:53:11.6092890Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_scheduler 2024-08-20T21:53:11.6098370Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_scheduler 2024-08-20T21:53:11.6104300Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-08-20T21:53:11.6105290Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-08-20T21:53:11.6106420Z creating build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-20T21:53:11.6107550Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-20T21:53:11.6112690Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-20T21:53:11.6114110Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-20T21:53:11.6120570Z creating build/lib.macosx-11.1-arm64-3.9/torch/_refs/linalg 2024-08-20T21:53:11.6121140Z copying torch/_refs/linalg/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs/linalg 2024-08-20T21:53:11.6128950Z creating build/lib.macosx-11.1-arm64-3.9/torch/_refs/nn 2024-08-20T21:53:11.6129460Z copying torch/_refs/nn/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs/nn 2024-08-20T21:53:11.6137920Z creating build/lib.macosx-11.1-arm64-3.9/torch/_refs/special 2024-08-20T21:53:11.6138490Z copying torch/_refs/special/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs/special 2024-08-20T21:53:11.6149570Z creating build/lib.macosx-11.1-arm64-3.9/torch/_refs/nn/functional 2024-08-20T21:53:11.6150210Z copying torch/_refs/nn/functional/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/_refs/nn/functional 2024-08-20T21:53:11.6172780Z creating build/lib.macosx-11.1-arm64-3.9/torch/export/experimental 2024-08-20T21:53:11.6173430Z copying torch/export/experimental/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/export/experimental 2024-08-20T21:53:11.6181490Z creating build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal 2024-08-20T21:53:11.6182120Z copying torch/nested/_internal/nested_tensor.py -> build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal 2024-08-20T21:53:11.6193940Z copying torch/nested/_internal/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal 2024-08-20T21:53:11.6194640Z copying torch/nested/_internal/ops.py -> build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal 2024-08-20T21:53:11.6218090Z copying torch/nested/_internal/sdpa.py -> build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal 2024-08-20T21:53:11.6233680Z creating build/lib.macosx-11.1-arm64-3.9/torch/signal/windows 2024-08-20T21:53:11.6234270Z copying torch/signal/windows/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/signal/windows 2024-08-20T21:53:11.6240700Z copying torch/signal/windows/windows.py -> build/lib.macosx-11.1-arm64-3.9/torch/signal/windows 2024-08-20T21:53:11.6252710Z creating build/lib.macosx-11.1-arm64-3.9/torch/package/analyze 2024-08-20T21:53:11.6253370Z copying torch/package/analyze/trace_dependencies.py -> build/lib.macosx-11.1-arm64-3.9/torch/package/analyze 2024-08-20T21:53:11.6258590Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.macosx-11.1-arm64-3.9/torch/package/analyze 2024-08-20T21:53:11.6265180Z copying torch/package/analyze/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torch/package/analyze 2024-08-20T21:53:11.6270320Z copying torch/package/analyze/is_from_package.py -> build/lib.macosx-11.1-arm64-3.9/torch/package/analyze 2024-08-20T21:53:11.6275860Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build 2024-08-20T21:53:11.6276500Z copying torchgen/selective_build/selector.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build 2024-08-20T21:53:11.6277790Z copying torchgen/selective_build/operator.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build 2024-08-20T21:53:11.6278710Z copying torchgen/selective_build/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build 2024-08-20T21:53:11.6280450Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime 2024-08-20T21:53:11.6281060Z copying torchgen/static_runtime/config.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime 2024-08-20T21:53:11.6288220Z copying torchgen/static_runtime/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime 2024-08-20T21:53:11.6288960Z copying torchgen/static_runtime/generator.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime 2024-08-20T21:53:11.6307320Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime 2024-08-20T21:53:11.6316620Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions 2024-08-20T21:53:11.6317300Z copying torchgen/operator_versions/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions 2024-08-20T21:53:11.6318120Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions 2024-08-20T21:53:11.6320520Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions 2024-08-20T21:53:11.6327910Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-20T21:53:11.6328440Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-20T21:53:11.6329360Z copying torchgen/dest/ufunc.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-20T21:53:11.6330850Z copying torchgen/dest/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-20T21:53:11.6331530Z copying torchgen/dest/native_functions.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-20T21:53:11.6332990Z copying torchgen/dest/lazy_ir.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-20T21:53:11.6333760Z copying torchgen/dest/register_dispatch_key.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/dest 2024-08-20T21:53:11.6337190Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6337710Z copying torchgen/api/dispatcher.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6338640Z copying torchgen/api/translate.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6340110Z copying torchgen/api/ufunc.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6340710Z copying torchgen/api/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6341600Z copying torchgen/api/native.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6342530Z copying torchgen/api/cpp.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6344060Z copying torchgen/api/unboxing.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6354240Z copying torchgen/api/functionalization.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6354980Z copying torchgen/api/autograd.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6356470Z copying torchgen/api/structured.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6357240Z copying torchgen/api/python.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6358810Z copying torchgen/api/lazy.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6359720Z copying torchgen/api/meta.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api 2024-08-20T21:53:11.6362040Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/executorch 2024-08-20T21:53:11.6362610Z copying torchgen/executorch/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch 2024-08-20T21:53:11.6363290Z copying torchgen/executorch/model.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch 2024-08-20T21:53:11.6369000Z copying torchgen/executorch/parse.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch 2024-08-20T21:53:11.6375630Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/aoti 2024-08-20T21:53:11.6376130Z copying torchgen/aoti/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/aoti 2024-08-20T21:53:11.6376870Z copying torchgen/aoti/fallback_ops.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/aoti 2024-08-20T21:53:11.6379660Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/api/types 2024-08-20T21:53:11.6380230Z copying torchgen/api/types/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api/types 2024-08-20T21:53:11.6381250Z copying torchgen/api/types/types.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api/types 2024-08-20T21:53:11.6382430Z copying torchgen/api/types/signatures.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api/types 2024-08-20T21:53:11.6383530Z copying torchgen/api/types/types_base.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/api/types 2024-08-20T21:53:11.6386270Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api 2024-08-20T21:53:11.6386920Z copying torchgen/executorch/api/custom_ops.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api 2024-08-20T21:53:11.6400030Z copying torchgen/executorch/api/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api 2024-08-20T21:53:11.6400780Z copying torchgen/executorch/api/unboxing.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api 2024-08-20T21:53:11.6409730Z copying torchgen/executorch/api/et_cpp.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api 2024-08-20T21:53:11.6416850Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types 2024-08-20T21:53:11.6417550Z copying torchgen/executorch/api/types/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types 2024-08-20T21:53:11.6424440Z copying torchgen/executorch/api/types/types.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types 2024-08-20T21:53:11.6431140Z copying torchgen/executorch/api/types/signatures.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types 2024-08-20T21:53:11.6437390Z creating build/lib.macosx-11.1-arm64-3.9/functorch/experimental 2024-08-20T21:53:11.6438030Z copying functorch/experimental/control_flow.py -> build/lib.macosx-11.1-arm64-3.9/functorch/experimental 2024-08-20T21:53:11.6446720Z copying functorch/experimental/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/experimental 2024-08-20T21:53:11.6454100Z copying functorch/experimental/ops.py -> build/lib.macosx-11.1-arm64-3.9/functorch/experimental 2024-08-20T21:53:11.6460040Z creating build/lib.macosx-11.1-arm64-3.9/functorch/_src 2024-08-20T21:53:11.6460550Z copying functorch/_src/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/_src 2024-08-20T21:53:11.6462910Z creating build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-20T21:53:11.6463440Z copying functorch/dim/magic_trace.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-20T21:53:11.6469350Z copying functorch/dim/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-20T21:53:11.6474620Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-20T21:53:11.6480530Z copying functorch/dim/op_properties.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-20T21:53:11.6485830Z copying functorch/dim/batch_tensor.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-20T21:53:11.6491440Z copying functorch/dim/wrap_type.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-20T21:53:11.6496400Z copying functorch/dim/reference.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-20T21:53:11.6506130Z copying functorch/dim/dim.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-20T21:53:11.6510890Z copying functorch/dim/tree_map.py -> build/lib.macosx-11.1-arm64-3.9/functorch/dim 2024-08-20T21:53:11.6516370Z creating build/lib.macosx-11.1-arm64-3.9/functorch/compile 2024-08-20T21:53:11.6516920Z copying functorch/compile/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/compile 2024-08-20T21:53:11.6522850Z creating build/lib.macosx-11.1-arm64-3.9/functorch/einops 2024-08-20T21:53:11.6523400Z copying functorch/einops/_parsing.py -> build/lib.macosx-11.1-arm64-3.9/functorch/einops 2024-08-20T21:53:11.6528610Z copying functorch/einops/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/einops 2024-08-20T21:53:11.6534510Z copying functorch/einops/rearrange.py -> build/lib.macosx-11.1-arm64-3.9/functorch/einops 2024-08-20T21:53:11.6540990Z creating build/lib.macosx-11.1-arm64-3.9/functorch/_src/make_functional 2024-08-20T21:53:11.6541700Z copying functorch/_src/make_functional/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/_src/make_functional 2024-08-20T21:53:11.6548320Z creating build/lib.macosx-11.1-arm64-3.9/functorch/_src/eager_transforms 2024-08-20T21:53:11.6549020Z copying functorch/_src/eager_transforms/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/_src/eager_transforms 2024-08-20T21:53:11.6556190Z creating build/lib.macosx-11.1-arm64-3.9/functorch/_src/aot_autograd 2024-08-20T21:53:11.6556850Z copying functorch/_src/aot_autograd/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/_src/aot_autograd 2024-08-20T21:53:11.6562690Z creating build/lib.macosx-11.1-arm64-3.9/functorch/_src/vmap 2024-08-20T21:53:11.6563260Z copying functorch/_src/vmap/__init__.py -> build/lib.macosx-11.1-arm64-3.9/functorch/_src/vmap 2024-08-20T21:53:11.8864590Z copying torch/py.typed -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:11.8865500Z creating build/lib.macosx-11.1-arm64-3.9/torch/bin 2024-08-20T21:53:11.8866110Z copying torch/bin/protoc-3.13.0.0 -> build/lib.macosx-11.1-arm64-3.9/torch/bin 2024-08-20T21:53:11.9168290Z copying torch/bin/torch_shm_manager -> build/lib.macosx-11.1-arm64-3.9/torch/bin 2024-08-20T21:53:11.9196170Z copying torch/bin/protoc -> build/lib.macosx-11.1-arm64-3.9/torch/bin 2024-08-20T21:53:11.9290410Z copying torch/return_types.pyi -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:11.9291820Z copying torch/_VF.pyi -> build/lib.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:11.9298720Z creating build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9304330Z copying torch/_C/_profiler.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9307960Z copying torch/_C/_onnx.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9329830Z copying torch/_C/_distributed_c10d.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9345940Z copying torch/_C/_autograd.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9351710Z copying torch/_C/_monitor.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9357530Z copying torch/_C/_itt.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9364360Z copying torch/_C/_lazy.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9369940Z copying torch/_C/__init__.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9373150Z copying torch/_C/_nvtx.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9379220Z copying torch/_C/_cpu.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9394030Z copying torch/_C/_nn.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9394870Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9401490Z copying torch/_C/_functorch.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9406500Z copying torch/_C/_VariableFunctions.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9412850Z copying torch/_C/_distributed_rpc.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9424650Z copying torch/_C/_verbose.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9439510Z copying torch/_C/_aoti.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9446710Z copying torch/_C/_functions.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9451980Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9458880Z copying torch/_C/_cudnn.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9466220Z copying torch/_C/_distributed_autograd.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/_C 2024-08-20T21:53:11.9471550Z copying torch/fx/__init__.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/fx 2024-08-20T21:53:11.9476750Z copying torch/jit/_script.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/jit 2024-08-20T21:53:11.9482360Z copying torch/nn/parameter.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-20T21:53:11.9488570Z copying torch/nn/functional.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/nn 2024-08-20T21:53:11.9490210Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes 2024-08-20T21:53:11.9491270Z creating build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-20T21:53:11.9491780Z copying torch/lib/libshm.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-20T21:53:11.9505230Z creating build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:11.9505750Z copying torch/include/sleef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:11.9507950Z copying torch/include/cpuinfo.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:11.9509450Z copying torch/include/nnpack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:11.9510920Z copying torch/include/xnnpack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:11.9513280Z copying torch/include/libshm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:11.9514220Z copying torch/include/fp16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:11.9515890Z copying torch/include/qnnpack_func.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:11.9516910Z copying torch/include/pthreadpool.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:11.9519000Z copying torch/include/clog.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:11.9520380Z copying torch/include/psimd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:11.9521840Z copying torch/include/experiments-config.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:11.9523000Z copying torch/include/fxdiv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:11.9524630Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9525220Z copying torch/include/ATen/Formatting.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9526300Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9527900Z copying torch/include/ATen/CPUFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9529030Z copying torch/include/ATen/LegacyBatchedFallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9530720Z copying torch/include/ATen/CollapseDims.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9531960Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9533140Z copying torch/include/ATen/MetaFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9534870Z copying torch/include/ATen/Utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9535950Z copying torch/include/ATen/TensorOptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9537900Z copying torch/include/ATen/DeviceAccelerator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9538820Z copying torch/include/ATen/TensorUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9540080Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9541950Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9542860Z copying torch/include/ATen/LegacyVmapMode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9544140Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9545890Z copying torch/include/ATen/Version.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9547170Z copying torch/include/ATen/DLConvertor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9548220Z copying torch/include/ATen/Device.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9549800Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9551070Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9552180Z copying torch/include/ATen/jiterator_macros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9553620Z copying torch/include/ATen/Operators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9555290Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9556550Z copying torch/include/ATen/ceil_div.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9558240Z copying torch/include/ATen/EmptyTensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9564860Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9565610Z copying torch/include/ATen/dlpack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9566280Z copying torch/include/ATen/Config.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9567040Z copying torch/include/ATen/ThreadLocalPythonObjects.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9567800Z copying torch/include/ATen/Backtrace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9568550Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9569290Z copying torch/include/ATen/TracerMode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9570060Z copying torch/include/ATen/BlasBackend.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9571810Z copying torch/include/ATen/Backend.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9572640Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9579280Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9580170Z copying torch/include/ATen/PTThreadPool.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9580940Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9582390Z copying torch/include/ATen/MapAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9584770Z copying torch/include/ATen/record_function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9585500Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9586540Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9598280Z copying torch/include/ATen/Context.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9599600Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9601070Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9602430Z copying torch/include/ATen/div_rtn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9603760Z copying torch/include/ATen/ExpandUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9604780Z copying torch/include/ATen/MPSFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9606430Z copying torch/include/ATen/TypeDefault.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9607410Z copying torch/include/ATen/MPSFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9609150Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9618060Z copying torch/include/ATen/MethodOperators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9619090Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9620380Z copying torch/include/ATen/NamedTensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9621770Z copying torch/include/ATen/Scalar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9623470Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9624680Z copying torch/include/ATen/LinalgBackend.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9625650Z copying torch/include/ATen/LegacyBatchedTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9627190Z copying torch/include/ATen/ArrayRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9628220Z copying torch/include/ATen/SequenceNumber.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9630060Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9630970Z copying torch/include/ATen/ExpandBase.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9632090Z copying torch/include/ATen/Parallel-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9633690Z copying torch/include/ATen/MatrixRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9634750Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9636610Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9637640Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9639470Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9640340Z copying torch/include/ATen/NumericUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9641930Z copying torch/include/ATen/ATen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9642920Z copying torch/include/ATen/TensorNames.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9644600Z copying torch/include/ATen/TensorMeta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9645530Z copying torch/include/ATen/TensorIndexing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9646990Z copying torch/include/ATen/Layout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9648620Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9649660Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9651390Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9652540Z copying torch/include/ATen/StorageUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9654230Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9655210Z copying torch/include/ATen/code_template.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9656860Z copying torch/include/ATen/TensorOperators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9657770Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9659380Z copying torch/include/ATen/ScalarType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9660460Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9662150Z copying torch/include/ATen/Dispatch_v2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9663720Z copying torch/include/ATen/Storage.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9664880Z copying torch/include/ATen/DeviceGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9666020Z copying torch/include/ATen/ParallelNative.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9667620Z copying torch/include/ATen/OpMathType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9668710Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9669910Z copying torch/include/ATen/PadNd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9671270Z copying torch/include/ATen/Dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9673000Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9674100Z copying torch/include/ATen/ParallelFuture.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9675700Z copying torch/include/ATen/Functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9677430Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9678380Z copying torch/include/ATen/jit_macros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9680030Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9681050Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9682360Z copying torch/include/ATen/ScalarOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9684000Z copying torch/include/ATen/NativeFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9685770Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9686760Z copying torch/include/ATen/TensorGeometry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9688450Z copying torch/include/ATen/TensorIterator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9690050Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9691040Z copying torch/include/ATen/Dimname.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9692870Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9698610Z copying torch/include/ATen/autocast_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9699400Z copying torch/include/ATen/Parallel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9700090Z copying torch/include/ATen/DimVector.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9700810Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9701530Z copying torch/include/ATen/InferSize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9702260Z copying torch/include/ATen/LegacyVmapTransforms.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9703050Z copying torch/include/ATen/SmallVector.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9703730Z copying torch/include/ATen/Tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9704440Z copying torch/include/ATen/Generator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9706180Z copying torch/include/ATen/AccumulateType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9707020Z copying torch/include/ATen/TensorAccessor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9708730Z copying torch/include/ATen/CachedTensorUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen 2024-08-20T21:53:11.9709860Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu 2024-08-20T21:53:11.9710470Z copying torch/include/ATen/cpu/Utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu 2024-08-20T21:53:11.9711740Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu 2024-08-20T21:53:11.9712980Z copying torch/include/ATen/cpu/vml.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu 2024-08-20T21:53:11.9714650Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-20T21:53:11.9715200Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9716000Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9717120Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9718450Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9720130Z copying torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9721320Z copying torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9722800Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9724130Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9725500Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9727440Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9728660Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9729780Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9731150Z copying torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9732630Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9734770Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:11.9735910Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9736760Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9738120Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9739540Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9741160Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9742500Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9744580Z copying torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9745920Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9747440Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9749140Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9750480Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9751790Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9753250Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9754700Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:11.9755910Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/zarch 2024-08-20T21:53:11.9756770Z copying torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/zarch 2024-08-20T21:53:11.9758700Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:11.9759480Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:11.9760630Z copying torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:11.9762310Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:11.9763580Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:11.9765280Z copying torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:11.9767320Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:11.9769230Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:11.9770550Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:11.9772610Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:11.9773840Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:11.9775050Z copying torch/include/ATen/cpu/vec/vec_half.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-20T21:53:11.9776850Z copying torch/include/ATen/cpu/vec/vec_mask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-20T21:53:11.9777770Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-20T21:53:11.9779620Z copying torch/include/ATen/cpu/vec/vec_convert.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-20T21:53:11.9780570Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-20T21:53:11.9782420Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-20T21:53:11.9783400Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-20T21:53:11.9785170Z copying torch/include/ATen/cpu/vec/vec_n.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-20T21:53:11.9786120Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-20T21:53:11.9787570Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec 2024-08-20T21:53:11.9789180Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9789810Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9790960Z copying torch/include/ATen/core/Formatting.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9792090Z copying torch/include/ATen/core/TensorBody.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9795240Z copying torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9796210Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9797810Z copying torch/include/ATen/core/typeid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9798760Z copying torch/include/ATen/core/rref_interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9800020Z copying torch/include/ATen/core/Range.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9801670Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9802700Z copying torch/include/ATen/core/operator_name.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9804110Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9805790Z copying torch/include/ATen/core/symbol.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9807350Z copying torch/include/ATen/core/Backtrace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9812000Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9812950Z copying torch/include/ATen/core/blob.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9813730Z copying torch/include/ATen/core/function_schema.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9814530Z copying torch/include/ATen/core/type_factory.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9815390Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9816200Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9817050Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9818740Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9819760Z copying torch/include/ATen/core/class_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9821520Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9822610Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9824360Z copying torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9825310Z copying torch/include/ATen/core/qualified_name.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9826660Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9828540Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9829500Z copying torch/include/ATen/core/Scalar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9831280Z copying torch/include/ATen/core/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9832290Z copying torch/include/ATen/core/functional.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9834130Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9835210Z copying torch/include/ATen/core/interned_strings.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9836250Z copying torch/include/ATen/core/List.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9837510Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9839150Z copying torch/include/ATen/core/Dict.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9840170Z copying torch/include/ATen/core/type_ptr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9841970Z copying torch/include/ATen/core/grad_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9843200Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9844390Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9845690Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9847370Z copying torch/include/ATen/core/ScalarType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9848390Z copying torch/include/ATen/core/Array.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9849800Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9850940Z copying torch/include/ATen/core/stack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9852510Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9853650Z copying torch/include/ATen/core/custom_class.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9855240Z copying torch/include/ATen/core/IListRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9856600Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9858270Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9859350Z copying torch/include/ATen/core/TensorBase.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9861150Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9862380Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9863720Z copying torch/include/ATen/core/enum_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9865360Z copying torch/include/ATen/core/alias_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9867160Z copying torch/include/ATen/core/List_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9868150Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9869350Z copying torch/include/ATen/core/enum_tag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9870660Z copying torch/include/ATen/core/jit_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9872550Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9874190Z copying torch/include/ATen/core/ivalue.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9875880Z copying torch/include/ATen/core/Dimname.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9876740Z copying torch/include/ATen/core/Vitals.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9878130Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9879820Z copying torch/include/ATen/core/builtin_function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9880760Z copying torch/include/ATen/core/DimVector.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9882200Z copying torch/include/ATen/core/Reduction.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9883400Z copying torch/include/ATen/core/Tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9885300Z copying torch/include/ATen/core/function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9886170Z copying torch/include/ATen/core/Generator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9887880Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9888940Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9890460Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9892260Z copying torch/include/ATen/core/Variadic.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core 2024-08-20T21:53:11.9893350Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9894090Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9895350Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9896580Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9898460Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9899470Z copying torch/include/ATen/cuda/PhiloxUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9900510Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9902370Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9903370Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9904330Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9905990Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9906940Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9909190Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9910430Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9911730Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9913170Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9914880Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9915790Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9917030Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9918410Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9920150Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9921110Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9922290Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9927330Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9928120Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9928910Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9929740Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9930580Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9931320Z copying torch/include/ATen/cuda/cub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9932100Z copying torch/include/ATen/cuda/CUDAContextLight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9932930Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9934370Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9935570Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9937310Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9938290Z copying torch/include/ATen/cuda/PhiloxCudaState.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9939510Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9941020Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9942110Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda 2024-08-20T21:53:11.9943700Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-20T21:53:11.9944440Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-20T21:53:11.9945480Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-20T21:53:11.9947120Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-20T21:53:11.9948340Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-20T21:53:11.9949460Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-20T21:53:11.9950770Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-20T21:53:11.9952110Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-20T21:53:11.9953420Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-20T21:53:11.9955080Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-20T21:53:11.9956170Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail 2024-08-20T21:53:11.9957330Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-20T21:53:11.9958080Z copying torch/include/ATen/cuda/tunable/TunableOp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-20T21:53:11.9959390Z copying torch/include/ATen/cuda/tunable/StreamTimer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-20T21:53:11.9960640Z copying torch/include/ATen/cuda/tunable/TunableGemm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-20T21:53:11.9961920Z copying torch/include/ATen/cuda/tunable/GemmCommon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-20T21:53:11.9963240Z copying torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-20T21:53:11.9964540Z copying torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-20T21:53:11.9965890Z copying torch/include/ATen/cuda/tunable/Tunable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable 2024-08-20T21:53:11.9967530Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-20T21:53:11.9968170Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-20T21:53:11.9969140Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-20T21:53:11.9970520Z copying torch/include/ATen/cudnn/Types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-20T21:53:11.9972150Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-20T21:53:11.9973190Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-20T21:53:11.9974070Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-20T21:53:11.9975890Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn 2024-08-20T21:53:11.9976650Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9977380Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9978850Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9979940Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9981240Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9982570Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9983980Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9985740Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9986870Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9988130Z copying torch/include/ATen/functorch/Macros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9989420Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9991040Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9992220Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9993260Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch 2024-08-20T21:53:11.9994770Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:11.9995430Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:11.9996390Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:11.9998310Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:11.9999350Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0000930Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0002120Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0003120Z copying torch/include/ATen/ops/index_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0004930Z copying torch/include/ATen/ops/new_ones.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0006180Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0007230Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0008700Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0009960Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0011550Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0012650Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0014300Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0015550Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0017360Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0018320Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0020050Z copying torch/include/ATen/ops/cummin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0021070Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0022270Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0024070Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0025110Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0026300Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0028180Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0029110Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0033970Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0034840Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0035620Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0036560Z copying torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0037560Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0038410Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0039560Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0041130Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0042400Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0043650Z copying torch/include/ATen/ops/result_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0045220Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0046360Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0047690Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0049040Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0050710Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0051960Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0053240Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0054450Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0056050Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0057030Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0058800Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0059750Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0061320Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0062990Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0064190Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0065300Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0067010Z copying torch/include/ATen/ops/threshold_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0068210Z copying torch/include/ATen/ops/signbit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0069920Z copying torch/include/ATen/ops/_propagate_xla_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0071060Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0072970Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0074000Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0075310Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0076550Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0078390Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0079470Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0081470Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0082650Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0084160Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0085280Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0087060Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0088110Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0089620Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0090490Z copying torch/include/ATen/ops/_int_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0092150Z copying torch/include/ATen/ops/i0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0093610Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0095040Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0096360Z copying torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0097620Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0099370Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0100420Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0102070Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0103150Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0104470Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0105890Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0107380Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0108940Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0110070Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0111400Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0112730Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0114250Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0115580Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0117240Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0118400Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0119750Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0121080Z copying torch/include/ATen/ops/dist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0122400Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0123880Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0125350Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0126650Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0127940Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0129490Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0130650Z copying torch/include/ATen/ops/sub_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0132320Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0133370Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0135160Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0136140Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0137540Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0138770Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0140120Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0141430Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0142740Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0144520Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0145560Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0149470Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0150300Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0151080Z copying torch/include/ATen/ops/nextafter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0152000Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0152930Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0153780Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0155020Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0156100Z copying torch/include/ATen/ops/_foreach_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0157820Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0159070Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0160510Z copying torch/include/ATen/ops/softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0162280Z copying torch/include/ATen/ops/arctan2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0163380Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0165410Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0166450Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0168420Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0169380Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0171200Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0172470Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0174600Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0175600Z copying torch/include/ATen/ops/logaddexp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0176710Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0178090Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0179350Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0180700Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0182450Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0183460Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0185630Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0186600Z copying torch/include/ATen/ops/addmv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0187960Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0189600Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0190670Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0192400Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0193340Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0194740Z copying torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0195990Z copying torch/include/ATen/ops/mkldnn_rnn_layer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0197600Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0198750Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0200010Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0201580Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0203120Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0204400Z copying torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0205620Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0207010Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0208240Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0209880Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0210970Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0212180Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0213800Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0214980Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0216450Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0217620Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0219170Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0220200Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0221630Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0222790Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0224410Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0225470Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0226850Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0228060Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0229880Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0230960Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0232090Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0233820Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0234890Z copying torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0236030Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0237660Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0238660Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0240350Z copying torch/include/ATen/ops/_mixed_dtypes_linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0241290Z copying torch/include/ATen/ops/_nested_get_max_seqlen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0242850Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0243890Z copying torch/include/ATen/ops/size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0245590Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0246920Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0248100Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0249730Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0250760Z copying torch/include/ATen/ops/special_i1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0252590Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0253800Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0255180Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0256360Z copying torch/include/ATen/ops/log_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0257920Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0259130Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0264150Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0265000Z copying torch/include/ATen/ops/atan_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0265780Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0266610Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0267460Z copying torch/include/ATen/ops/where_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0268350Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0269330Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0270360Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0271510Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0272800Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0274160Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0275600Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0277480Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0278640Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0279640Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0281520Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0282610Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0284170Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0285770Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0286970Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0288300Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0289820Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0290920Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0292280Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0293900Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0294920Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0296540Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0297570Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0299030Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0300270Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0301580Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0303220Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0304390Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0305540Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0307140Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0308200Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0309930Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0311040Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0312280Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0313870Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0315130Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0316670Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0318040Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0319280Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0320630Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0321870Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0323540Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0324690Z copying torch/include/ATen/ops/argmin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0326310Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0327440Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0329270Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0330590Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0332080Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0333230Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0334790Z copying torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0336300Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0337380Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0339090Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0340010Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0341700Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0342850Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0344420Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0345660Z copying torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0347230Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0348330Z copying torch/include/ATen/ops/and_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0350140Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0351300Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0352380Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0354530Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0355650Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0356610Z copying torch/include/ATen/ops/sqrt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0357880Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0359620Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0360570Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0362400Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0363420Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0365390Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0366550Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0367790Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0369750Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0370900Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0372050Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0373820Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0379170Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0379980Z copying torch/include/ATen/ops/_fused_sgd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0381010Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0381920Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0382790Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0383640Z copying torch/include/ATen/ops/dequantize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0384410Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0385150Z copying torch/include/ATen/ops/align_to.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0385950Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0387350Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0388670Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0389880Z copying torch/include/ATen/ops/acosh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0391860Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0392930Z copying torch/include/ATen/ops/_assert_scalar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0393840Z copying torch/include/ATen/ops/index.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0395310Z copying torch/include/ATen/ops/min_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0396510Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0398310Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0399280Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0400610Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0402350Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0403510Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0405130Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0406210Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0407660Z copying torch/include/ATen/ops/repeat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0408840Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0410520Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0412150Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0413330Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0415040Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0416030Z copying torch/include/ATen/ops/matmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0417790Z copying torch/include/ATen/ops/floor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0419090Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0420130Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0421670Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0422950Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0424300Z copying torch/include/ATen/ops/_test_check_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0425530Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0426930Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0428640Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0429700Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0430920Z copying torch/include/ATen/ops/selu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0432670Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0433730Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0435010Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0436270Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0437650Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0439090Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0440260Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0441680Z copying torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0443190Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0444440Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0446310Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0447250Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0448420Z copying torch/include/ATen/ops/ge_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0450230Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0451400Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0452630Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0454020Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0455850Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0456780Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0458110Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0459520Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0460940Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0462270Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0463510Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0465400Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0466340Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0467860Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0469130Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0470360Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0472150Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0473100Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0474850Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0476120Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0477130Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0478480Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0480200Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0481220Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0482610Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0483940Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0485610Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0486630Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0488310Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0492800Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0493680Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0494560Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0495410Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0496320Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0497330Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0498340Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0499250Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0500400Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0501490Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0502730Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0504470Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0505480Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0507330Z copying torch/include/ATen/ops/exponential_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0508300Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0509760Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0510860Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0512240Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0514310Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0515530Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0517340Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0518550Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0520230Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0521350Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0523070Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0524220Z copying torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0525560Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0527540Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0528640Z copying torch/include/ATen/ops/linalg_cross_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0529940Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0531640Z copying torch/include/ATen/ops/_weight_int8pack_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0532850Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0534620Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0535630Z copying torch/include/ATen/ops/permute.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0537330Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0538390Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0539930Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0541190Z copying torch/include/ATen/ops/_sparse_semi_structured_linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0542550Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0544020Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0545330Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0546700Z copying torch/include/ATen/ops/_functional_assert_scalar_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0548050Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0549490Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0550780Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0552270Z copying torch/include/ATen/ops/roll.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0553290Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0555050Z copying torch/include/ATen/ops/orgqr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0555930Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0557280Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0558470Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0560110Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0561350Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0562630Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0563980Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0565260Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0566930Z copying torch/include/ATen/ops/take.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0567870Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0569590Z copying torch/include/ATen/ops/isin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0570620Z copying torch/include/ATen/ops/record_stream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0572200Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0573480Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0575220Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0576590Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0578010Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0579530Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0580570Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0582360Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0583680Z copying torch/include/ATen/ops/expand_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0585090Z copying torch/include/ATen/ops/_batch_norm_with_update_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0586730Z copying torch/include/ATen/ops/_nested_get_min_seqlen_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0588320Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0589700Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0591150Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0592520Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0594040Z copying torch/include/ATen/ops/multinomial.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0595230Z copying torch/include/ATen/ops/alias_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0596590Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0598030Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0599440Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0600340Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0601930Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0603290Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0604400Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0606020Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0607360Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0608620Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0609910Z copying torch/include/ATen/ops/_nested_get_lengths_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0611390Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0612590Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0613970Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0615450Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0617100Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0617940Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0619660Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0621290Z copying torch/include/ATen/ops/hardswish_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0622320Z copying torch/include/ATen/ops/digamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0623760Z copying torch/include/ATen/ops/mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0625130Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0626430Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0628170Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0629490Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0630900Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0632260Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0633550Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0638160Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0638920Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0639330Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0639750Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0640230Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0641630Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0643020Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0644560Z copying torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0645750Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0647120Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0648620Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0649890Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0651350Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0652660Z copying torch/include/ATen/ops/all_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0654050Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0655200Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0656660Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0658000Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0659270Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0660610Z copying torch/include/ATen/ops/max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0662170Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0663540Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0664750Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0666030Z copying torch/include/ATen/ops/nonzero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0667590Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0668820Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0670240Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0672000Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0673120Z copying torch/include/ATen/ops/eye_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0674310Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0675700Z copying torch/include/ATen/ops/_fused_adamw.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0677190Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0678400Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0679810Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0681090Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0682450Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0683530Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0685300Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0686670Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0687950Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0689480Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0691020Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0692390Z copying torch/include/ATen/ops/lt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0693530Z copying torch/include/ATen/ops/_chunk_cat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0694810Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0696390Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0697570Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0698960Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0700390Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0701660Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0703160Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0704650Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0705900Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0707240Z copying torch/include/ATen/ops/_fused_adagrad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0708180Z copying torch/include/ATen/ops/all_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0709720Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0711320Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0712380Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0713620Z copying torch/include/ATen/ops/sqrt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0715020Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0716410Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0717770Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0719130Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0720350Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0721820Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0723160Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0724550Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0725670Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0727060Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0728280Z copying torch/include/ATen/ops/positive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0729550Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0731010Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0732480Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0733920Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0734700Z copying torch/include/ATen/ops/new_empty.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0736290Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0737660Z copying torch/include/ATen/ops/any_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0738950Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0740320Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0741690Z copying torch/include/ATen/ops/_propagate_xla_data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0742980Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0744210Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0745490Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0746770Z copying torch/include/ATen/ops/_conj.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0748140Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0749450Z copying torch/include/ATen/ops/flatten.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0750780Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0751980Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0753300Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0754680Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0755950Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0757560Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0758430Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0759960Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0761090Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0762520Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0764140Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0765440Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0766730Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0768190Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0769420Z copying torch/include/ATen/ops/flip_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0770670Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0772230Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0773490Z copying torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0774780Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0776360Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0777330Z copying torch/include/ATen/ops/where_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0778920Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0780170Z copying torch/include/ATen/ops/igamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0781710Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0782950Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0784170Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0785480Z copying torch/include/ATen/ops/kl_div.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0786990Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0788260Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0789550Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0791090Z copying torch/include/ATen/ops/values_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0792740Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0793820Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0795390Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0796690Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0798250Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0799500Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0800760Z copying torch/include/ATen/ops/any_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0802230Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0803440Z copying torch/include/ATen/ops/_softmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0804940Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0806330Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0807540Z copying torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0809060Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0810620Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0811510Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0813350Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0814430Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0815840Z copying torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0817420Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0818530Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0820040Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0821390Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0822550Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0824110Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0825220Z copying torch/include/ATen/ops/atan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0826830Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0828060Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0829570Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0830810Z copying torch/include/ATen/ops/_mixed_dtypes_linear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0832190Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0833350Z copying torch/include/ATen/ops/binomial.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0834850Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0836000Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0837480Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0838660Z copying torch/include/ATen/ops/_propagate_xla_data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0840230Z copying torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0841730Z copying torch/include/ATen/ops/index_add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0842960Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0844300Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0845620Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0847160Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0848530Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0849630Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0853840Z copying torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0854610Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0855020Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0855420Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0856200Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0857730Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0859240Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0860490Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0861780Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0863030Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0864410Z copying torch/include/ATen/ops/remainder_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0865720Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0866890Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0868200Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0869640Z copying torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0871080Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0872450Z copying torch/include/ATen/ops/zero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0873670Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0875280Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0876630Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0878080Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0879210Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0880620Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0881680Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0883420Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0884360Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0885990Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0887360Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0888480Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0889840Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0891390Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0892600Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0894130Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0895710Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0896370Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0897830Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0899210Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0900700Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0901670Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0903200Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0904540Z copying torch/include/ATen/ops/lt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0905860Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0907270Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0908480Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0909970Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0911460Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0912310Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0913930Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0915440Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0916280Z copying torch/include/ATen/ops/unbind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0917950Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0919310Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0920770Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0922150Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0923190Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0924510Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0926080Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0927450Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0928840Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0930190Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0931630Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0933180Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0934510Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0935860Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0937330Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0938740Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0940270Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0941240Z copying torch/include/ATen/ops/topk.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0942660Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0944370Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0945920Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0947150Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0948540Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0950120Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0951080Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0952750Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0953580Z copying torch/include/ATen/ops/_to_sparse_bsc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0955380Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0956790Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0958360Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0959990Z copying torch/include/ATen/ops/empty_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0961300Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0962240Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0963720Z copying torch/include/ATen/ops/stft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0965150Z copying torch/include/ATen/ops/_sparse_mask_projection.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0966440Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0967880Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0969110Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0970450Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0971870Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0973230Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0974800Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0976060Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0977330Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0978820Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0980110Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0981380Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0982880Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0984230Z copying torch/include/ATen/ops/random_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0985430Z copying torch/include/ATen/ops/repeat_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0986860Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0988220Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0989760Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0991170Z copying torch/include/ATen/ops/output_nr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0992580Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0994040Z copying torch/include/ATen/ops/not_equal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0995480Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0996840Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0998400Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.0999920Z copying torch/include/ATen/ops/sym_storage_offset_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1001120Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1002570Z copying torch/include/ATen/ops/hardsigmoid_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1003900Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1005270Z copying torch/include/ATen/ops/rand_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1006620Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1007740Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1009320Z copying torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1010760Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1012050Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1013490Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1014830Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1016110Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1017830Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1019100Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1020440Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1021820Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1023300Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1024460Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1026350Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1027770Z copying torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1028630Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1030250Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1031720Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1032700Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1034500Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1035980Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1037440Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1038690Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1039790Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1041370Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1042820Z copying torch/include/ATen/ops/diff_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1044030Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1045470Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1046840Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1048160Z copying torch/include/ATen/ops/eye_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1049290Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1050810Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1052330Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1053960Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1055340Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1056110Z copying torch/include/ATen/ops/sym_storage_offset.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1058200Z copying torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1059420Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1060770Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1062490Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1063560Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1064850Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1066370Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1067750Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1068860Z copying torch/include/ATen/ops/and.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1072290Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1072690Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1073370Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1075310Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1076720Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1078140Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1079680Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1080740Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1082310Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1083840Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1085450Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1086770Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1088010Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1089600Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1090390Z copying torch/include/ATen/ops/clamp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1092220Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1093300Z copying torch/include/ATen/ops/hann_window.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1094860Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1096090Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1097680Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1099140Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1100540Z copying torch/include/ATen/ops/nextafter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1102040Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1103300Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1104690Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1105680Z copying torch/include/ATen/ops/_flash_attention_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1107300Z copying torch/include/ATen/ops/mkldnn_rnn_layer_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1108930Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1109680Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1111190Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1112930Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1113750Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1115460Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1116670Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1118150Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1119770Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1121400Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1122740Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1124110Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1125410Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1127040Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1128550Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1129890Z copying torch/include/ATen/ops/range.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1131300Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1132750Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1134060Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1134890Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1136520Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1137800Z copying torch/include/ATen/ops/sinc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1139280Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1140170Z copying torch/include/ATen/ops/square_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1141580Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1143180Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1144730Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1145680Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1147450Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1148880Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1149710Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1151110Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1152680Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1154050Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1155350Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1156770Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1158120Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1159700Z copying torch/include/ATen/ops/range_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1161160Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1162140Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1163870Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1165090Z copying torch/include/ATen/ops/cov.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1166610Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1168150Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1168920Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1170810Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1172430Z copying torch/include/ATen/ops/min.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1173830Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1174610Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1176230Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1177590Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1179130Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1180570Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1181360Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1183120Z copying torch/include/ATen/ops/_prelu_kernel_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1184580Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1185970Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1186970Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1188700Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1189970Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1191450Z copying torch/include/ATen/ops/_test_parallel_materialize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1193020Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1194050Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1195660Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1196920Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1198270Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1200010Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1201500Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1202820Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1204130Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1205320Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1206790Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1208380Z copying torch/include/ATen/ops/_int_mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1209760Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1211210Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1212530Z copying torch/include/ATen/ops/fill.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1214170Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1215780Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1216700Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1218290Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1219650Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1220490Z copying torch/include/ATen/ops/lcm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1222150Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1223530Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1224660Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1226220Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1227530Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1228920Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1230350Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1231290Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1232960Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1234310Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1235510Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1236710Z copying torch/include/ATen/ops/put_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1238290Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1239140Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1240790Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1242160Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1243350Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1244510Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1246000Z copying torch/include/ATen/ops/_int_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1247230Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1248710Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1250040Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1251330Z copying torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1252520Z copying torch/include/ATen/ops/div_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1253740Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1255440Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1256580Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1257930Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1259230Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1260620Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1261990Z copying torch/include/ATen/ops/empty_permuted_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1263260Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1264750Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1265990Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1267290Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1268640Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1270090Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1271160Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1272630Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1273840Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1275350Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1276660Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1277580Z copying torch/include/ATen/ops/_nnz.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1279090Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1280580Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1282030Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1283100Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1284750Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1286170Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1287440Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1291720Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1292380Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1292820Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1293180Z copying torch/include/ATen/ops/_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1293860Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1295630Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1296500Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1298190Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1299520Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1300760Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1302290Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1303180Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1304870Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1306140Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1307220Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1308940Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1310430Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1312040Z copying torch/include/ATen/ops/topk_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1312730Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1314310Z copying torch/include/ATen/ops/sym_numel_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1315610Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1316740Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1318290Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1319890Z copying torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1320650Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1322260Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1323570Z copying torch/include/ATen/ops/sym_numel_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1325280Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1325970Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1327650Z copying torch/include/ATen/ops/_to_sparse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1329140Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1330680Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1332040Z copying torch/include/ATen/ops/pow_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1333380Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1334490Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1336330Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1337740Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1339070Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1340390Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1341590Z copying torch/include/ATen/ops/asin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1343330Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1344660Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1346030Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1347370Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1348890Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1350200Z copying torch/include/ATen/ops/maximum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1351590Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1352940Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1353980Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1355800Z copying torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1357100Z copying torch/include/ATen/ops/quantized_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1358360Z copying torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1359970Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1361330Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1362770Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1363750Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1365190Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1366620Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1368200Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1369630Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1370860Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1372350Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1373440Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1374950Z copying torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1376280Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1377530Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1378770Z copying torch/include/ATen/ops/_to_sparse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1380070Z copying torch/include/ATen/ops/addr_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1381350Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1382910Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1383730Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1385170Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1386760Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1387980Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1389350Z copying torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1390620Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1391930Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1393340Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1394550Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1395830Z copying torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1397080Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1398370Z copying torch/include/ATen/ops/_unsafe_index_put.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1399720Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1401160Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1402480Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1403630Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1405060Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1406240Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1407660Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1408950Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1410350Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1411820Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1413270Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1414890Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1416250Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1417630Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1419100Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1420710Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1422440Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1423730Z copying torch/include/ATen/ops/std_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1425190Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1426510Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1427890Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1429390Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1430730Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1432200Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1433590Z copying torch/include/ATen/ops/hspmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1435270Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1436600Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1438030Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1439710Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1441070Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1442480Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1444140Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1445590Z copying torch/include/ATen/ops/less_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1446960Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1447900Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1449530Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1450930Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1452450Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1453330Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1455070Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1456370Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1457700Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1458690Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1460030Z copying torch/include/ATen/ops/cat_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1461830Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1462940Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1464540Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1466050Z copying torch/include/ATen/ops/_to_sparse_csc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1467520Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1468310Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1470040Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1471330Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1472750Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1474230Z copying torch/include/ATen/ops/amax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1475140Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1476650Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1477950Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1479210Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1480590Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1481990Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1483470Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1484320Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1485980Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1487290Z copying torch/include/ATen/ops/_test_parallel_materialize_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1488550Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1489950Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1491250Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1492710Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1494170Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1495410Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1496790Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1497860Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1499450Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1500780Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1502190Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1503880Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1504510Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1506180Z copying torch/include/ATen/ops/isin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1510730Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1511170Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1511550Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1511930Z copying torch/include/ATen/ops/_foreach_max_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1512580Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1513730Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1515360Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1516680Z copying torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1517530Z copying torch/include/ATen/ops/all_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1519250Z copying torch/include/ATen/ops/rms_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1520280Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1521980Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1522840Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1524190Z copying torch/include/ATen/ops/svd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1525610Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1526850Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1528360Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1529640Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1530780Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1532240Z copying torch/include/ATen/ops/log2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1533490Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1534830Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1536280Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1537740Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1539330Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1540230Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1541750Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1543020Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1544120Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1545570Z copying torch/include/ATen/ops/_nested_get_lengths_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1546950Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1548230Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1549700Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1551110Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1552390Z copying torch/include/ATen/ops/randint_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1553610Z copying torch/include/ATen/ops/slogdet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1555320Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1556050Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1557890Z copying torch/include/ATen/ops/_functional_assert_scalar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1558670Z copying torch/include/ATen/ops/_lazy_clone.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1560390Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1561430Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1562860Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1564260Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1565550Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1566910Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1568250Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1569710Z copying torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1570910Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1572260Z copying torch/include/ATen/ops/cross.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1573650Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1575050Z copying torch/include/ATen/ops/gelu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1576680Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1578140Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1579660Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1580590Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1582100Z copying torch/include/ATen/ops/log1p.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1583360Z copying torch/include/ATen/ops/less.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1584650Z copying torch/include/ATen/ops/tensordot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1586070Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1587330Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1588900Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1590540Z copying torch/include/ATen/ops/log2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1591930Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1593280Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1594380Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1595880Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1597190Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1598540Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1599770Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1601040Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1602760Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1603930Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1605030Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1606360Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1607700Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1609340Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1610120Z copying torch/include/ATen/ops/or_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1611640Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1612990Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1614190Z copying torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1615480Z copying torch/include/ATen/ops/median_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1616990Z copying torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1618290Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1619550Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1620610Z copying torch/include/ATen/ops/_chunk_cat_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1622200Z copying torch/include/ATen/ops/_functional_sym_constrain_range_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1623500Z copying torch/include/ATen/ops/im2col.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1624850Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1626170Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1627470Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1628830Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1630230Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1631750Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1632690Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1634210Z copying torch/include/ATen/ops/sign_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1635450Z copying torch/include/ATen/ops/empty_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1636870Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1638250Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1639570Z copying torch/include/ATen/ops/elu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1640990Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1642270Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1643800Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1645110Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1646520Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1647940Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1648920Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1650490Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1652040Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1653020Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1654650Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1656150Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1657580Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1658820Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1660160Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1661510Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1662930Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1664230Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1665520Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1666830Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1667730Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1669350Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1670770Z copying torch/include/ATen/ops/divide.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1672190Z copying torch/include/ATen/ops/_unsafe_masked_index.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1673870Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1674550Z copying torch/include/ATen/ops/is_neg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1676290Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1677670Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1679020Z copying torch/include/ATen/ops/_fused_adamw_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1680240Z copying torch/include/ATen/ops/slice_inverse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1681730Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1682990Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1684460Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1685870Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1687230Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1688900Z copying torch/include/ATen/ops/resize_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1690300Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1691620Z copying torch/include/ATen/ops/gt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1692920Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1694170Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1695490Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1696970Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1698190Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1699400Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1700800Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1702060Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1703710Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1705000Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1705920Z copying torch/include/ATen/ops/std_mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1707620Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1709180Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1710190Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1711660Z copying torch/include/ATen/ops/expand_as.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1713070Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1714270Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1715530Z copying torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1717230Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1718450Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1719730Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1721100Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1725250Z copying torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1725800Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1726160Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1726590Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1727340Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1728880Z copying torch/include/ATen/ops/lshift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1730190Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1731590Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1732790Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1734330Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1735670Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1736930Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1738290Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1739690Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1740960Z copying torch/include/ATen/ops/sub_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1742340Z copying torch/include/ATen/ops/glu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1743230Z copying torch/include/ATen/ops/fmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1744900Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1746290Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1747340Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1748710Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1750130Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1751700Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1753080Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1754450Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1755780Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1757040Z copying torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1758470Z copying torch/include/ATen/ops/logspace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1760210Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1761000Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1762690Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1763890Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1765650Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1766960Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1767750Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1769070Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1770510Z copying torch/include/ATen/ops/_foreach_max.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1771860Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1773150Z copying torch/include/ATen/ops/where_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1774610Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1775900Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1777280Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1778480Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1779830Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1781020Z copying torch/include/ATen/ops/set_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1782480Z copying torch/include/ATen/ops/bucketize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1783730Z copying torch/include/ATen/ops/asinh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1785010Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1786380Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1787700Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1789080Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1790350Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1791780Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1792770Z copying torch/include/ATen/ops/alias.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1794260Z copying torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1795760Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1797050Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1798440Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1799650Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1801160Z copying torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1802430Z copying torch/include/ATen/ops/poisson.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1804160Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1805670Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1806640Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1808230Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1809640Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1811250Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1812420Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1813890Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1815130Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1816210Z copying torch/include/ATen/ops/heaviside.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1817720Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1818980Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1820460Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1821870Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1823180Z copying torch/include/ATen/ops/addcdiv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1824660Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1825830Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1827370Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1828630Z copying torch/include/ATen/ops/aminmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1830070Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1830970Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1832520Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1834070Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1835370Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1836690Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1837950Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1839320Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1840810Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1842330Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1843580Z copying torch/include/ATen/ops/index_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1844940Z copying torch/include/ATen/ops/equal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1846500Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1848280Z copying torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1849670Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1850590Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1852300Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1853610Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1855030Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1856360Z copying torch/include/ATen/ops/_nested_view_from_jagged_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1857830Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1859110Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1860460Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1861890Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1863480Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1864540Z copying torch/include/ATen/ops/sum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1866180Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1868070Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1869090Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1870690Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1871980Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1873210Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1875180Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1876770Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1878080Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1879170Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1880590Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1881810Z copying torch/include/ATen/ops/tile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1883220Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1884510Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1885880Z copying torch/include/ATen/ops/_foreach_clamp_min_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1887060Z copying torch/include/ATen/ops/nanmean.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1888560Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1889870Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1891340Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1892880Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1893680Z copying torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1895250Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1896810Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1898070Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1899410Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1900700Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1902120Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1903720Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1904550Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1906260Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1907520Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1908810Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1909850Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1911310Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1912770Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1913950Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1915090Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1916490Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1917790Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1919070Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1920400Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1921780Z copying torch/include/ATen/ops/eq_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1922950Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1924420Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1925700Z copying torch/include/ATen/ops/hypot_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1927090Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1928370Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1929630Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1931240Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1932400Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1933880Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1935530Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1936730Z copying torch/include/ATen/ops/isclose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1940990Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1941570Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1941960Z copying torch/include/ATen/ops/_linalg_eigvals_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1942380Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1943120Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1944550Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1946020Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1946980Z copying torch/include/ATen/ops/sin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1948730Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1950130Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1951440Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1953030Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1954000Z copying torch/include/ATen/ops/clamp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1955820Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1957070Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1958360Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1959690Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1961070Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1962260Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1963840Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1965280Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1966560Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1968040Z copying torch/include/ATen/ops/max_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1969520Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1971000Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1971960Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1973610Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1974970Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1976040Z copying torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1977720Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1979080Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1980390Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1981850Z copying torch/include/ATen/ops/bitwise_xor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1983130Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1984840Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1986130Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1987580Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1988880Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1990140Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1991480Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1993140Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1994370Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1995810Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1997120Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1998590Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.1999790Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2001180Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2002690Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2003870Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2005360Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2006710Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2007880Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2009320Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2010630Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2011990Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2013650Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2014910Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2016140Z copying torch/include/ATen/ops/type_as.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2017400Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2018920Z copying torch/include/ATen/ops/hardswish_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2020250Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2021540Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2022680Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2024380Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2025690Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2026960Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2028290Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2029590Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2030770Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2032060Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2033600Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2035100Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2036160Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2037930Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2039460Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2040820Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2042150Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2043500Z copying torch/include/ATen/ops/lift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2044960Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2046170Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2047620Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2049000Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2050170Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2051430Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2052920Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2054410Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2055340Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2057210Z copying torch/include/ATen/ops/stride.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2058450Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2059610Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2061120Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2062450Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2063710Z copying torch/include/ATen/ops/relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2065190Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2066640Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2067890Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2069140Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2070390Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2071760Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2073000Z copying torch/include/ATen/ops/clone_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2074320Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2075800Z copying torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2076820Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2078290Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2079710Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2080940Z copying torch/include/ATen/ops/_nested_view_from_jagged.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2082410Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2083790Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2085390Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2086170Z copying torch/include/ATen/ops/_unique2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2088300Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2089220Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2090730Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2092160Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2093330Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2094580Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2096020Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2097270Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2098560Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2100010Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2101220Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2102530Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2104130Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2105470Z copying torch/include/ATen/ops/_mixed_dtypes_linear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2106780Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2108210Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2109450Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2110920Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2112300Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2113620Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2115120Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2116400Z copying torch/include/ATen/ops/acos.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2117660Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2119250Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2120680Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2122180Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2123520Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2124710Z copying torch/include/ATen/ops/chunk.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2126180Z copying torch/include/ATen/ops/_functional_assert_async.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2127360Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2128750Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2130060Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2131670Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2132800Z copying torch/include/ATen/ops/view_as_real_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2134190Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2135550Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2136790Z copying torch/include/ATen/ops/renorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2138100Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2139380Z copying torch/include/ATen/ops/absolute.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2141070Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2142040Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2143540Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2144780Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2146490Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2147810Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2149160Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2150570Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2151820Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2153350Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2154640Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2158870Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2159510Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2159920Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2160330Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2161080Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2162960Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2164320Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2165140Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2166900Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2168590Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2169610Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2171110Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2172540Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2173430Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2175170Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2176650Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2178120Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2179000Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2180520Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2181840Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2183200Z copying torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2184710Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2185980Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2187450Z copying torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2188660Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2190050Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2191610Z copying torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2192890Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2194160Z copying torch/include/ATen/ops/add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2195610Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2196830Z copying torch/include/ATen/ops/gelu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2198370Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2199720Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2200850Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2202340Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2203620Z copying torch/include/ATen/ops/selu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2204980Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2206250Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2207780Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2208970Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2210320Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2211790Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2213050Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2214550Z copying torch/include/ATen/ops/set_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2215980Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2217220Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2218850Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2220330Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2221570Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2223080Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2223960Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2225700Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2227050Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2228310Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2229560Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2230920Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2232240Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2233480Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2234860Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2236150Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2237420Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2238740Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2240160Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2241410Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2242730Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2244360Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2245500Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2247090Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2248370Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2249500Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2250930Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2252210Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2253580Z copying torch/include/ATen/ops/_to_sparse_csc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2254770Z copying torch/include/ATen/ops/zeros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2256180Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2257770Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2259610Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2261050Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2262450Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2263290Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2264870Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2266150Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2267670Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2268920Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2270360Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2271600Z copying torch/include/ATen/ops/arctanh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2272990Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2274300Z copying torch/include/ATen/ops/reciprocal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2275920Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2277010Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2278600Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2279950Z copying torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2281520Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2283000Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2284420Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2286220Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2287210Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2288520Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2290070Z copying torch/include/ATen/ops/log10_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2291390Z copying torch/include/ATen/ops/flip.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2292890Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2294250Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2295670Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2297350Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2298940Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2300370Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2315620Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2317030Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2318440Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2319800Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2321070Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2322510Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2323960Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2325330Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2326660Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2328140Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2329540Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2331050Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2332380Z copying torch/include/ATen/ops/neg_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2333690Z copying torch/include/ATen/ops/pinverse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2335180Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2336530Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2338260Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2339360Z copying torch/include/ATen/ops/conv1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2340890Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2342360Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2343840Z copying torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2345130Z copying torch/include/ATen/ops/arccosh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2346760Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2348010Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2349560Z copying torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2351030Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2352360Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2353750Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2355110Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2356480Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2357730Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2359350Z copying torch/include/ATen/ops/prod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2360780Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2361860Z copying torch/include/ATen/ops/index_select.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2363340Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2364950Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2366110Z copying torch/include/ATen/ops/mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2367540Z copying torch/include/ATen/ops/addcmul_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2369060Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2370570Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2371870Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2373490Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2374500Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2376180Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2377540Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2379040Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2380240Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2381640Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2382900Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2384250Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2385330Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2386880Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2388110Z copying torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2389380Z copying torch/include/ATen/ops/data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2394100Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2394480Z copying torch/include/ATen/ops/randn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2394880Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2395390Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2395990Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2397520Z copying torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2398740Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2400000Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2401380Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2402700Z copying torch/include/ATen/ops/_test_functorch_fallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2404080Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2405420Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2407090Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2407930Z copying torch/include/ATen/ops/_fused_adagrad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2409530Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2410790Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2412290Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2413410Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2414950Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2416470Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2417870Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2419320Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2420690Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2421760Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2423350Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2424660Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2426140Z copying torch/include/ATen/ops/max_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2427350Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2428860Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2429950Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2431170Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2433100Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2434550Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2436020Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2437150Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2438730Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2439910Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2441250Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2442550Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2444410Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2445320Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2446850Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2448370Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2449660Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2451090Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2452550Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2454130Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2455050Z copying torch/include/ATen/ops/convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2456540Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2457880Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2459300Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2460610Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2462040Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2463340Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2464560Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2466180Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2467020Z copying torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2468490Z copying torch/include/ATen/ops/addmv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2469620Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2471180Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2472400Z copying torch/include/ATen/ops/clone.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2474030Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2475280Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2476610Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2477960Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2479320Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2480810Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2482130Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2483510Z copying torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2484350Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2486270Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2487090Z copying torch/include/ATen/ops/values_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2488950Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2490340Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2491590Z copying torch/include/ATen/ops/swapdims.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2493250Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2494670Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2496130Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2497220Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2498930Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2500300Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2501670Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2503110Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2504670Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2505570Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2507440Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2508680Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2509750Z copying torch/include/ATen/ops/sinh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2511480Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2512610Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2514080Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2515360Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2517150Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2518090Z copying torch/include/ATen/ops/all.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2519510Z copying torch/include/ATen/ops/_foobar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2520900Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2522470Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2523790Z copying torch/include/ATen/ops/log_normal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2525200Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2526590Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2528100Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2529460Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2530970Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2531780Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2533360Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2534750Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2536320Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2537650Z copying torch/include/ATen/ops/size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2538640Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2540090Z copying torch/include/ATen/ops/special_erf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2541770Z copying torch/include/ATen/ops/amax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2543010Z copying torch/include/ATen/ops/_foreach_lerp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2544390Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2545880Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2547230Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2548700Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2550480Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2552000Z copying torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2553590Z copying torch/include/ATen/ops/movedim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2554600Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2556030Z copying torch/include/ATen/ops/arccos.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2557670Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2559020Z copying torch/include/ATen/ops/linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2560340Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2561660Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2563050Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2564260Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2565870Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2567120Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2568580Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2569880Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2571390Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2572770Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2574160Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2575570Z copying torch/include/ATen/ops/_prelu_kernel_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2576610Z copying torch/include/ATen/ops/gather.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2578090Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2579380Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2580790Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2582260Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2583180Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2584670Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2586060Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2587550Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2588770Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2590140Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2591410Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2592930Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2594240Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2595710Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2597140Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2598540Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2599900Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2601380Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2602250Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2604010Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2605500Z copying torch/include/ATen/ops/sym_constrain_range_for_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2606720Z copying torch/include/ATen/ops/data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2608070Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2609550Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2613990Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2614840Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2615210Z copying torch/include/ATen/ops/gather_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2615550Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2616460Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2618210Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2619460Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2620800Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2622230Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2623630Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2625060Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2626630Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2627550Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2629200Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2630110Z copying torch/include/ATen/ops/div_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2631760Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2633120Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2634620Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2635670Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2637060Z copying torch/include/ATen/ops/triu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2638340Z copying torch/include/ATen/ops/rename_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2639980Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2640880Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2642940Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2643700Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2645200Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2646550Z copying torch/include/ATen/ops/tan_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2647920Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2649570Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2650640Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2651920Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2653220Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2654640Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2656180Z copying torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2657170Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2658730Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2660040Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2661360Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2662770Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2664030Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2665510Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2666960Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2668110Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2669410Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2670810Z copying torch/include/ATen/ops/gru.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2672030Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2673260Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2674600Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2675940Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2677260Z copying torch/include/ATen/ops/isneginf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2678880Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2680110Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2681470Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2682900Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2684070Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2685430Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2686930Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2688080Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2689460Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2690740Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2692150Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2693450Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2694840Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2696300Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2697710Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2699190Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2700340Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2701710Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2703220Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2704350Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2706080Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2707530Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2709190Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2710050Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2711600Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2712940Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2714530Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2715240Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2717000Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2718450Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2719630Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2721230Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2722720Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2724170Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2725430Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2726730Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2728070Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2729390Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2730860Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2732180Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2733640Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2735060Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2736380Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2737540Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2739240Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2740640Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2742020Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2743320Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2744740Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2746180Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2747310Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2748870Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2750210Z copying torch/include/ATen/ops/i0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2751640Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2752950Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2754450Z copying torch/include/ATen/ops/_test_functorch_fallback_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2755830Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2757160Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2758040Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2759700Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2761140Z copying torch/include/ATen/ops/_int_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2762930Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2764210Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2765630Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2767080Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2768420Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2770040Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2771500Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2773220Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2774460Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2775920Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2777490Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2778710Z copying torch/include/ATen/ops/cov_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2780160Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2781730Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2783460Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2784230Z copying torch/include/ATen/ops/var.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2786080Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2787500Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2788610Z copying torch/include/ATen/ops/index_put.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2789990Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2791810Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2792720Z copying torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2794320Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2795640Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2796990Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2798330Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2799830Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2801250Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2802110Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2803830Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2805230Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2806580Z copying torch/include/ATen/ops/remainder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2807940Z copying torch/include/ATen/ops/batch_norm_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2809230Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2810650Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2812140Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2813380Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2814700Z copying torch/include/ATen/ops/_foreach_lerp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2816120Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2817690Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2818940Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2820030Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2821780Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2823130Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2824560Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2825680Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2827490Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2828440Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2830090Z copying torch/include/ATen/ops/_stack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2831390Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2836280Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2836880Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2837310Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2837660Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2838170Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2839690Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2841010Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2842920Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2844330Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2845570Z copying torch/include/ATen/ops/gradient.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2846860Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2848340Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2849760Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2851260Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2852650Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2853640Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2855290Z copying torch/include/ATen/ops/values_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2856600Z copying torch/include/ATen/ops/_prelu_kernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2857970Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2859480Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2860570Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2862080Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2863440Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2864880Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2866220Z copying torch/include/ATen/ops/ne_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2867590Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2868980Z copying torch/include/ATen/ops/multinomial_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2869980Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2871570Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2872860Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2874470Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2875910Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2877130Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2878460Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2879980Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2881690Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2882510Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2884060Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2885410Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2886800Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2888160Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2889550Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2890690Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2892430Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2893810Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2895250Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2896440Z copying torch/include/ATen/ops/count_nonzero_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2897960Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2899500Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2900790Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2902480Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2903670Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2905050Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2906310Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2907650Z copying torch/include/ATen/ops/_fused_adagrad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2908940Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2910300Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2911660Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2912910Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2914290Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2915490Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2916840Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2917970Z copying torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2919630Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2920640Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2922340Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2923760Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2925480Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2926830Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2928150Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2929430Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2930750Z copying torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2932100Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2933590Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2934770Z copying torch/include/ATen/ops/fmod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2936350Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2937540Z copying torch/include/ATen/ops/inverse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2938970Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2940250Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2941540Z copying torch/include/ATen/ops/rshift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2943120Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2944670Z copying torch/include/ATen/ops/item.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2945910Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2947470Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2948840Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2949990Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2951560Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2952780Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2954430Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2955280Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2956770Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2958490Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2959380Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2961010Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2962360Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2963650Z copying torch/include/ATen/ops/sgn_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2965040Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2966420Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2967690Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2969220Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2970590Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2971990Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2973470Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2974870Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2976330Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2977750Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2979120Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2980850Z copying torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2981800Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2983480Z copying torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2984670Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2986230Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2987380Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2988820Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2990130Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2991530Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2992770Z copying torch/include/ATen/ops/conj_physical_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2994090Z copying torch/include/ATen/ops/silu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2995610Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2996920Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2998190Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.2999650Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3001030Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3002220Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3003510Z copying torch/include/ATen/ops/less_equal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3004840Z copying torch/include/ATen/ops/rrelu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3006380Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3007660Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3009050Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3010490Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3011850Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3013030Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3014600Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3015850Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3017190Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3018490Z copying torch/include/ATen/ops/log_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3020120Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3021420Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3022790Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3024230Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3025470Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3026950Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3028440Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3029800Z copying torch/include/ATen/ops/nansum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3031170Z copying torch/include/ATen/ops/threshold_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3032470Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3033640Z copying torch/include/ATen/ops/det_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3034940Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3036340Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3037760Z copying torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3039110Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3040710Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3041820Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3043110Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3044500Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3045860Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3047240Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3048720Z copying torch/include/ATen/ops/_cslt_compress_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3049950Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3051170Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3055680Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3056200Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3056800Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3057210Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3057810Z copying torch/include/ATen/ops/_unsafe_index_put_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3059400Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3060490Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3061760Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3063250Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3064590Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3066020Z copying torch/include/ATen/ops/_fused_sgd_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3067360Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3068320Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3069960Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3071460Z copying torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3072200Z copying torch/include/ATen/ops/sym_stride_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3073800Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3075070Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3076640Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3077380Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3078960Z copying torch/include/ATen/ops/equal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3080390Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3081500Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3082970Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3084410Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3085880Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3086980Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3088670Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3089540Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3091160Z copying torch/include/ATen/ops/einsum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3092620Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3094020Z copying torch/include/ATen/ops/xlogy_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3095530Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3096440Z copying torch/include/ATen/ops/is_conj.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3097850Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3099370Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3100630Z copying torch/include/ATen/ops/multiply.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3102180Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3103580Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3104880Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3106570Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3108200Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3109440Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3110820Z copying torch/include/ATen/ops/prelu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3112300Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3113070Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3114450Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3116040Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3117510Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3118770Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3120040Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3121750Z copying torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3122940Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3124490Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3125980Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3126940Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3128600Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3130130Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3131190Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3132740Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3134120Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3135490Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3136400Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3138300Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3139250Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3140570Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3142180Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3143570Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3144970Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3146250Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3147550Z copying torch/include/ATen/ops/_nested_get_max_seqlen_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3148930Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3150290Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3151770Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3152680Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3154490Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3155700Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3157150Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3158240Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3159390Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3161020Z copying torch/include/ATen/ops/round_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3162310Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3163810Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3165340Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3166720Z copying torch/include/ATen/ops/ones_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3168250Z copying torch/include/ATen/ops/_foreach_clamp_max.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3169580Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3170510Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3172100Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3173400Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3174930Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3176180Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3177280Z copying torch/include/ATen/ops/lerp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3178610Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3180190Z copying torch/include/ATen/ops/is_set_to_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3181620Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3182990Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3184420Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3185760Z copying torch/include/ATen/ops/round.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3187190Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3188580Z copying torch/include/ATen/ops/roll_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3189990Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3191400Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3192850Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3194410Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3195580Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3196950Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3198370Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3199610Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3201320Z copying torch/include/ATen/ops/pow_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3202570Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3203870Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3205560Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3207200Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3208570Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3209990Z copying torch/include/ATen/ops/select_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3211450Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3212780Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3214220Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3216160Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3217610Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3219340Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3220700Z copying torch/include/ATen/ops/nonzero_static.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3222060Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3223570Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3224900Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3226310Z copying torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3227810Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3229220Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3230540Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3231880Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3233400Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3234730Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3235870Z copying torch/include/ATen/ops/_print.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3237210Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3238540Z copying torch/include/ATen/ops/set_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3239950Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3241090Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3242610Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3243920Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3245120Z copying torch/include/ATen/ops/polygamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3246580Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3248100Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3249330Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3250650Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3251950Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3253550Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3254770Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3255990Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3257440Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3258610Z copying torch/include/ATen/ops/quantile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3260050Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3261560Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3262670Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3264100Z copying torch/include/ATen/ops/masked_scatter_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3265370Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3266890Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3267960Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3269520Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3270830Z copying torch/include/ATen/ops/replication_pad1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3275470Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3276110Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3276490Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3277020Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3277450Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3278970Z copying torch/include/ATen/ops/_foreach_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3280260Z copying torch/include/ATen/ops/mT_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3281690Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3283180Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3284460Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3285790Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3287320Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3288530Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3289880Z copying torch/include/ATen/ops/arange_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3291560Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3292680Z copying torch/include/ATen/ops/ne.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3294050Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3295370Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3296870Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3298360Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3299580Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3300930Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3302420Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3303850Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3305210Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3306600Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3308010Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3309220Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3310390Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3311870Z copying torch/include/ATen/ops/_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3313330Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3314640Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3315940Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3317210Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3318600Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3319840Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3321420Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3322550Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3324040Z copying torch/include/ATen/ops/div_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3325500Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3326880Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3328350Z copying torch/include/ATen/ops/logical_or_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3329690Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3330980Z copying torch/include/ATen/ops/mul_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3332440Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3333730Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3335060Z copying torch/include/ATen/ops/divide_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3336630Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3337810Z copying torch/include/ATen/ops/sub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3339340Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3340780Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3342120Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3343480Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3344740Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3346040Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3347250Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3348580Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3350110Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3351450Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3352840Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3354220Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3355560Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3356770Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3358290Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3359550Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3361090Z copying torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3362300Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3363790Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3365190Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3366530Z copying torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3368190Z copying torch/include/ATen/ops/log2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3369540Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3370800Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3372390Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3373320Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3374930Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3376200Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3377370Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3378880Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3380220Z copying torch/include/ATen/ops/_sparse_mask_projection_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3381600Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3382970Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3384230Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3385440Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3387010Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3388130Z copying torch/include/ATen/ops/copy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3389510Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3390830Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3392050Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3393330Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3394930Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3396060Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3397480Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3398820Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3400020Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3401380Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3402640Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3403970Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3405310Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3406600Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3407870Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3409140Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3410530Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3411940Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3413120Z copying torch/include/ATen/ops/_nested_get_min_seqlen_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3414530Z copying torch/include/ATen/ops/_nested_get_values_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3415810Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3417310Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3418700Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3419940Z copying torch/include/ATen/ops/sort_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3421150Z copying torch/include/ATen/ops/_lazy_clone_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3422590Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3424010Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3425490Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3426740Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3428320Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3429760Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3430640Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3432300Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3433730Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3435080Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3436490Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3437890Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3439050Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3440540Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3441690Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3443360Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3444210Z copying torch/include/ATen/ops/tril_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3445830Z copying torch/include/ATen/ops/logical_not_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3447330Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3448210Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3449860Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3450640Z copying torch/include/ATen/ops/arcsin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3451980Z copying torch/include/ATen/ops/qr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3453480Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3454910Z copying torch/include/ATen/ops/softshrink_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3456190Z copying torch/include/ATen/ops/frac_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3457720Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3459000Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3460160Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3461760Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3462660Z copying torch/include/ATen/ops/_linalg_eigvals_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3464220Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3465520Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3466960Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3468350Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3469140Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3470630Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3472290Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3473110Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3474510Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3475650Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3477300Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3478550Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3479900Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3481300Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3482510Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3483920Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3485150Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3486470Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3490820Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3491340Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3491710Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3492110Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3492790Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3494360Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3495710Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3497000Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3498240Z copying torch/include/ATen/ops/slice.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3499580Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3501140Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3502410Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3503580Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3505000Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3505970Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3507500Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3508900Z copying torch/include/ATen/ops/sign_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3510320Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3511620Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3512920Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3514460Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3515690Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3517140Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3518270Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3519990Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3521360Z copying torch/include/ATen/ops/linear_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3522610Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3523910Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3525360Z copying torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3526660Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3528140Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3529460Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3530970Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3532440Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3533860Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3535310Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3536600Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3537640Z copying torch/include/ATen/ops/_fft_c2r_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3539090Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3540650Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3542250Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3543070Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3544710Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3546140Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3547500Z copying torch/include/ATen/ops/_safe_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3548560Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3549870Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3551130Z copying torch/include/ATen/ops/logdet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3552370Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3553690Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3555150Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3556510Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3557810Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3558780Z copying torch/include/ATen/ops/tanh_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3560250Z copying torch/include/ATen/ops/_unsafe_masked_index_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3561640Z copying torch/include/ATen/ops/trunc_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3562730Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3564120Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3565370Z copying torch/include/ATen/ops/mv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3566800Z copying torch/include/ATen/ops/logit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3568010Z copying torch/include/ATen/ops/min_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3569360Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3570590Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3571870Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3573230Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3574520Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3575810Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3577100Z copying torch/include/ATen/ops/normal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3578480Z copying torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3580050Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3580700Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3582480Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3583840Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3584600Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3586190Z copying torch/include/ATen/ops/nonzero_static_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3587470Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3588880Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3589900Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3591450Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3592840Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3594140Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3595510Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3596950Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3598300Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3599640Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3600840Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3602300Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3603410Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3604890Z copying torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3606360Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3607180Z copying torch/include/ATen/ops/expm1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3608860Z copying torch/include/ATen/ops/dist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3610440Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3611710Z copying torch/include/ATen/ops/maximum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3612960Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3614350Z copying torch/include/ATen/ops/ones.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3616050Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3616870Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3618490Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3619880Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3621390Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3622980Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3623670Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3625240Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3626550Z copying torch/include/ATen/ops/pad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3628340Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3629870Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3631130Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3632300Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3633810Z copying torch/include/ATen/ops/std_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3635520Z copying torch/include/ATen/ops/round_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3636830Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3638230Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3639590Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3640350Z copying torch/include/ATen/ops/block_diag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3642020Z copying torch/include/ATen/ops/_nested_get_offsets.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3643180Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3644490Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3646030Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3647450Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3648950Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3650390Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3651730Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3653360Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3654600Z copying torch/include/ATen/ops/geqrf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3656130Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3657700Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3659240Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3660870Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3662360Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3663700Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3665310Z copying torch/include/ATen/ops/sym_constrain_range_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3666550Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3667890Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3669220Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3670620Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3671920Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3673570Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3674430Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3676110Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3677500Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3678980Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3680100Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3681280Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3683090Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3683840Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3685560Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3687160Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3688380Z copying torch/include/ATen/ops/add.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3689630Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3690880Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3692590Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3694190Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3694890Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3696690Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3698250Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3699670Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3701200Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3702530Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3703360Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3705160Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3709680Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3710240Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3710670Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3711220Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3711860Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3713220Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3714480Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3715890Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3717190Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3718680Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3720160Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3721640Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3722660Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3724590Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3725950Z copying torch/include/ATen/ops/_cslt_compress.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3726840Z copying torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3728430Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3729740Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3731510Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3733120Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3734430Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3735960Z copying torch/include/ATen/ops/hypot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3737230Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3738620Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3740170Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3741600Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3742910Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3744530Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3745680Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3747140Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3748740Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3750270Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3751810Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3752700Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3754420Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3755310Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3756910Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3758280Z copying torch/include/ATen/ops/sort_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3759770Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3761220Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3762660Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3763800Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3765430Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3766650Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3768140Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3769630Z copying torch/include/ATen/ops/erfinv_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3771140Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3771900Z copying torch/include/ATen/ops/_functional_sym_constrain_range_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3773450Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3774840Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3776370Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3777160Z copying torch/include/ATen/ops/logical_or.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3778940Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3780130Z copying torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3781570Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3783050Z copying torch/include/ATen/ops/empty_permuted_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3784420Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3785930Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3787220Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3788450Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3790230Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3791190Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3792770Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3794160Z copying torch/include/ATen/ops/asinh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3795670Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3796720Z copying torch/include/ATen/ops/resize_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3798230Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3799230Z copying torch/include/ATen/ops/ravel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3801180Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3802070Z copying torch/include/ATen/ops/bitwise_and_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3803660Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3805050Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3806170Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3807880Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3809320Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3810580Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3811920Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3813290Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3814530Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3815880Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3817190Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3818790Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3820060Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3821390Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3822810Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3823750Z copying torch/include/ATen/ops/std_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3825200Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3826890Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3827930Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3829370Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3830700Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3832090Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3833550Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3835170Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3836610Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3837640Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3839190Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3840580Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3841510Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3843110Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3844700Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3845980Z copying torch/include/ATen/ops/_foreach_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3847060Z copying torch/include/ATen/ops/_version_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3848760Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3850040Z copying torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3851130Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3852730Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3854400Z copying torch/include/ATen/ops/_to_sparse_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3855690Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3857070Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3858520Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3859930Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3861510Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3862310Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3864070Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3865650Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3866460Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3867850Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3869570Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3871060Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3871970Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3873670Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3875120Z copying torch/include/ATen/ops/_to_sparse_bsr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3876590Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3877850Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3879250Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3880730Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3881590Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3883310Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3884710Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3886190Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3887040Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3888550Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3889790Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3891180Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3892540Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3893950Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3894770Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3896300Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3897730Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3899020Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3900310Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3901510Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3903000Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3904380Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3905860Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3907140Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3908420Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3909990Z copying torch/include/ATen/ops/bitwise_or_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3911330Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3912690Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3914080Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3915120Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3916440Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3917770Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3919330Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3920240Z copying torch/include/ATen/ops/nan_to_num_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3921700Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3926220Z copying torch/include/ATen/ops/_batch_norm_with_update.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3926800Z copying torch/include/ATen/ops/_foreach_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3927330Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3927710Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3928220Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3929350Z copying torch/include/ATen/ops/pdist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3930920Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3932160Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3933550Z copying torch/include/ATen/ops/is_signed.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3934890Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3936060Z copying torch/include/ATen/ops/ne_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3937480Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3938670Z copying torch/include/ATen/ops/logit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3939910Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3941400Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3942680Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3944070Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3945300Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3946690Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3947820Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3949370Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3950480Z copying torch/include/ATen/ops/_fused_adamw_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3951690Z copying torch/include/ATen/ops/rand_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3953420Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3954450Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3956080Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3957070Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3958860Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3959750Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3961430Z copying torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3962840Z copying torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3963770Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3965220Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3966660Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3967940Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3968850Z copying torch/include/ATen/ops/_test_check_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3970590Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3972100Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3972940Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3974470Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3975710Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3977230Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3978590Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3979890Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3981200Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3982530Z copying torch/include/ATen/ops/index_fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3983900Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3985230Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3986190Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3987640Z copying torch/include/ATen/ops/mish_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3989180Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3990510Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3991850Z copying torch/include/ATen/ops/addmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3992730Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3994210Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3995570Z copying torch/include/ATen/ops/atan2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3996870Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3998320Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.3999060Z copying torch/include/ATen/ops/tan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4000770Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4002070Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4003310Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4004800Z copying torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4005730Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4007320Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4008630Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4009950Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4011210Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4012500Z copying torch/include/ATen/ops/hardtanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4013840Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4015000Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4016280Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4017540Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4018610Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4020060Z copying torch/include/ATen/ops/cosh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4021320Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4022620Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4023640Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4025220Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4026490Z copying torch/include/ATen/ops/_cslt_sparse_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4027830Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4028560Z copying torch/include/ATen/ops/index_add.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4030090Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4031460Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4032280Z copying torch/include/ATen/ops/nonzero_static_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4033930Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4035450Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4036370Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4037870Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4039160Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4040450Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4041900Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4042780Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4044410Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4045880Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4046710Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4048250Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4049570Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4051250Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4052150Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4053770Z copying torch/include/ATen/ops/select_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4055230Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4056460Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4058130Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4059170Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4060380Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4061930Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4063320Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4064310Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4065740Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4067450Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4068840Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4070590Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4071990Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4073580Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4074910Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4076320Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4077390Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4079170Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4080580Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4081390Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4083200Z copying torch/include/ATen/ops/dot_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4084610Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4085960Z copying torch/include/ATen/ops/stack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4087240Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4088710Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4089850Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4091520Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4092880Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4094480Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4095230Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4096950Z copying torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4098180Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4099640Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4100910Z copying torch/include/ATen/ops/glu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4102310Z copying torch/include/ATen/ops/view_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4103770Z copying torch/include/ATen/ops/_foreach_sign_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4105370Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4106790Z copying torch/include/ATen/ops/native_layer_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4108240Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4110000Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4111380Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4112890Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4114250Z copying torch/include/ATen/ops/concatenate.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4115650Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4117010Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4118640Z copying torch/include/ATen/ops/_linalg_eigvals.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4120160Z copying torch/include/ATen/ops/qscheme.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4121450Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4122450Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4124090Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4125500Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4126470Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4128090Z copying torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4129540Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4130810Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4132100Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4133350Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4134860Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4136390Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4137490Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4142030Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4142820Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4143250Z copying torch/include/ATen/ops/_nested_get_max_seqlen_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4143770Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4144170Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4145500Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4147100Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4148320Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4149680Z copying torch/include/ATen/ops/argmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4150720Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4152490Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4153850Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4155100Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4156340Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4157760Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4159030Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4160240Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4161510Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4162980Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4164340Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4165730Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4166470Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4168060Z copying torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4169460Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4170690Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4172310Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4173130Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4174720Z copying torch/include/ATen/ops/from_file.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4176050Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4177370Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4178840Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4179510Z copying torch/include/ATen/ops/celu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4181010Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4182360Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4183780Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4185000Z copying torch/include/ATen/ops/lstm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4186360Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4187560Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4189000Z copying torch/include/ATen/ops/_functional_sym_constrain_range.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4190390Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4191870Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4192600Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4194160Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4195580Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4196960Z copying torch/include/ATen/ops/row_stack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4198290Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4199610Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4201000Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4202190Z copying torch/include/ATen/ops/real.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4203590Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4204900Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4206450Z copying torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4207350Z copying torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4208730Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4210000Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4211480Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4212660Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4214070Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4215460Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4217090Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4218180Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4219580Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4221200Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4222600Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4223830Z copying torch/include/ATen/ops/ceil.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4225200Z copying torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4226560Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4227820Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4229250Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4230420Z copying torch/include/ATen/ops/min_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4231990Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4233210Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4234450Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4235790Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4237180Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4238590Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4240100Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4241260Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4242710Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4244180Z copying torch/include/ATen/ops/_nested_get_min_seqlen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4245500Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4246790Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4248220Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4249650Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4251060Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4251940Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4253460Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4255170Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4256550Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4257970Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4258790Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4260480Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4261750Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4263060Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4264500Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4265860Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4267260Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4268030Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4269930Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4271340Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4272180Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4273660Z copying torch/include/ATen/ops/_nested_get_lengths.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4275100Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4276590Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4278000Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4279510Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4280350Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4281750Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4283150Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4284450Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4285920Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4287400Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4288400Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4289840Z copying torch/include/ATen/ops/t_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4291200Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4292740Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4293790Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4295190Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4296490Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4297910Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4299320Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4300660Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4301750Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4303100Z copying torch/include/ATen/ops/fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4304660Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4306000Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4307430Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4308800Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4309770Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4311260Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4312470Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4314260Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4315450Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4316970Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4317890Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4319750Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4320510Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4322170Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4323400Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4324710Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4325820Z copying torch/include/ATen/ops/abs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4327200Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4328550Z copying torch/include/ATen/ops/huber_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4329850Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4331130Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4332450Z copying torch/include/ATen/ops/kron_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4333680Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4335050Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4336320Z copying torch/include/ATen/ops/_batch_norm_no_update_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4337580Z copying torch/include/ATen/ops/bucketize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4339160Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4340290Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4341660Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4343050Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4344280Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4345750Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4346960Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4348140Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4349660Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4350800Z copying torch/include/ATen/ops/_cslt_sparse_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4355640Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4356220Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4356690Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4357070Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4357640Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4358980Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4360420Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4361710Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4363120Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4364340Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4365940Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4367280Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4368200Z copying torch/include/ATen/ops/softplus.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4369690Z copying torch/include/ATen/ops/_foreach_pow_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4371210Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4372510Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4373530Z copying torch/include/ATen/ops/_is_any_true.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4374850Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4376270Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4377630Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4379070Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4380350Z copying torch/include/ATen/ops/_weight_int8pack_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4381750Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4383290Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4384670Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4386010Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4387250Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4388710Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4389930Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4391110Z copying torch/include/ATen/ops/_safe_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4392610Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4394000Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4395260Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4396790Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4397930Z copying torch/include/ATen/ops/set_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4399220Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4400770Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4401980Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4403710Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4404520Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4405970Z copying torch/include/ATen/ops/float_power.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4407330Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4408740Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4410200Z copying torch/include/ATen/ops/unique_consecutive_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4411070Z copying torch/include/ATen/ops/rot90.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4412330Z copying torch/include/ATen/ops/t.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4413960Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4415040Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4416520Z copying torch/include/ATen/ops/clamp_min_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4417860Z copying torch/include/ATen/ops/greater.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4419250Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4420800Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4421510Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4423280Z copying torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4424530Z copying torch/include/ATen/ops/_foreach_sign.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4425530Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4427060Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4428480Z copying torch/include/ATen/ops/from_blob.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4430040Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4431020Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4432580Z copying torch/include/ATen/ops/exp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4433750Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4435260Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4436650Z copying torch/include/ATen/ops/linspace_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4437660Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4439360Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4440940Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4441630Z copying torch/include/ATen/ops/put_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4443400Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4444830Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4445550Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4447230Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4448220Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4449810Z copying torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4451200Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4452640Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4453640Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4455070Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4456410Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4457920Z copying torch/include/ATen/ops/put.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4459230Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4460580Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4461820Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4463200Z copying torch/include/ATen/ops/eq_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4464600Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4465870Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4467390Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4468320Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4469920Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4471060Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4472410Z copying torch/include/ATen/ops/equal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4473760Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4475040Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4476580Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4477770Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4479410Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4480880Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4481690Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4483310Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4484520Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4485960Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4487490Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4488230Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4489950Z copying torch/include/ATen/ops/log1p_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4491310Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4492430Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4493780Z copying torch/include/ATen/ops/sym_numel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4495000Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4496650Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4497860Z copying torch/include/ATen/ops/masked_select.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4499150Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4500580Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4501840Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4503080Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4504450Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4505840Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4507050Z copying torch/include/ATen/ops/view.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4508310Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4509660Z copying torch/include/ATen/ops/mkldnn_rnn_layer_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4511110Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4512570Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4513620Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4515210Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4516600Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4517480Z copying torch/include/ATen/ops/linspace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4519120Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4520790Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4522260Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4523830Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4525270Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4527040Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4528670Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4530130Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4531760Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4532840Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4534520Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4535910Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4537250Z copying torch/include/ATen/ops/mean_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4538950Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4540330Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4541820Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4543090Z copying torch/include/ATen/ops/round_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4547950Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4548780Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4549590Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4550540Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4551670Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4552700Z copying torch/include/ATen/ops/select_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4553450Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4554230Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4555470Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4556590Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4558200Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4559540Z copying torch/include/ATen/ops/diag_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4561370Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4562520Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4563870Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4565120Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4566410Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4567970Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4569450Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4571420Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4572410Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4573370Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4574820Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4576210Z copying torch/include/ATen/ops/detach.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4577660Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4578980Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4580470Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4581760Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4583050Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4584360Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4586050Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4587060Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4588300Z copying torch/include/ATen/ops/expand.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4589940Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4590840Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4593050Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4594030Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4595810Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4596770Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4597940Z copying torch/include/ATen/ops/ger_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4599310Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4601120Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4602180Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4603570Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4604910Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4606100Z copying torch/include/ATen/ops/_prelu_kernel_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4607810Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4608780Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4610120Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4611490Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4612810Z copying torch/include/ATen/ops/slice_inverse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4614160Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4615360Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4616580Z copying torch/include/ATen/ops/threshold.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4618330Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4619400Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4620770Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4622020Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4623250Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4624570Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4625860Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4627590Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4628640Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4629790Z copying torch/include/ATen/ops/_foreach_pow.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4631100Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4632530Z copying torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4633990Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4635350Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4636700Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4637860Z copying torch/include/ATen/ops/median_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4643500Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4644400Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4645280Z copying torch/include/ATen/ops/ceil_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4646090Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4646850Z copying torch/include/ATen/ops/full_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4647710Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4648610Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4649410Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4650290Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4651310Z copying torch/include/ATen/ops/fmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4652430Z copying torch/include/ATen/ops/refine_names.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4654110Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4655130Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4656550Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4657760Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4659370Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4660450Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4662550Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4663590Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4665480Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4666660Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4667780Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4669330Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4670670Z copying torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4672040Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4673210Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4674730Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4676040Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4677330Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4678620Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4680490Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4681540Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4682590Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4683880Z copying torch/include/ATen/ops/slice_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4685640Z copying torch/include/ATen/ops/add_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4686620Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4688480Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4689490Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4690500Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4692370Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4693420Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4694540Z copying torch/include/ATen/ops/masked_scatter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4696690Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4697810Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4698880Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4700210Z copying torch/include/ATen/ops/istft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4701580Z copying torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4703150Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4704180Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4705540Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4707210Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4708940Z copying torch/include/ATen/ops/acos_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4709920Z copying torch/include/ATen/ops/log10_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4711310Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4712900Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4714000Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4715780Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4716780Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4718580Z copying torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4719630Z copying torch/include/ATen/ops/prod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4721390Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4722470Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4724060Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4725250Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4726970Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4727930Z copying torch/include/ATen/ops/unfold.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4729610Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4730720Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4732370Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4733620Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4735370Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4736720Z copying torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4738430Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4739430Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4741180Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4742660Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4743730Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4745610Z copying torch/include/ATen/ops/_native_batch_norm_legit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4746950Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4748790Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4749910Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4751840Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4753110Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4754390Z copying torch/include/ATen/ops/diagflat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4758980Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4759770Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4760530Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4761300Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4762140Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4763130Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4764870Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4766150Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4767710Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4768820Z copying torch/include/ATen/ops/arange_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4770380Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4771440Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4773190Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4774330Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4775580Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4777140Z copying torch/include/ATen/ops/_weight_int4pack_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4778220Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4779930Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4781040Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4783170Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4784300Z copying torch/include/ATen/ops/std_mean.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4785560Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4786830Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4788440Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4789550Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4791110Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4792350Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4793910Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4795490Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4797310Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4798290Z copying torch/include/ATen/ops/empty.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4800100Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4801160Z copying torch/include/ATen/ops/baddbmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4803180Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4804210Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4805480Z copying torch/include/ATen/ops/ger.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4807110Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4808320Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4809730Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4811300Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4812440Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4814220Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4815200Z copying torch/include/ATen/ops/imag_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4816990Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4818140Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4819850Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4821020Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4822240Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4823520Z copying torch/include/ATen/ops/copysign.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4825250Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4826230Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4827920Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4829110Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4831060Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4832050Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4833240Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4834670Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4835860Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4837380Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4838610Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4839990Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4841250Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4842530Z copying torch/include/ATen/ops/_make_dep_token_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4844120Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4845290Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4847070Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4848280Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4849250Z copying torch/include/ATen/ops/le_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4850970Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4851910Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4853230Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4854570Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4855940Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4857280Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4858670Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4859940Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4861130Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4862770Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4863760Z copying torch/include/ATen/ops/cosh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4865290Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4866750Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4867980Z copying torch/include/ATen/ops/concat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4869000Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4875120Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4876040Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4876970Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4877840Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4878690Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4879570Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4880330Z copying torch/include/ATen/ops/nonzero.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4881090Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4881870Z copying torch/include/ATen/ops/negative_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4882620Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4883420Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4884870Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4886330Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4888070Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4889470Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4890650Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4891880Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4893250Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4894990Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4896380Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4897520Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4898800Z copying torch/include/ATen/ops/as_strided.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4900500Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4901570Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4902680Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4903910Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4905230Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4906660Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4907730Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4909390Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4910340Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4911670Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4913260Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4914270Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4915640Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4917560Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4918610Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4919590Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4921360Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4922380Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4923480Z copying torch/include/ATen/ops/isnan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4924980Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4926160Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4927380Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4929950Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4931080Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4932030Z copying torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4932890Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4934220Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4935380Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4937040Z copying torch/include/ATen/ops/_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4938000Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4939800Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4940780Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4941840Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4943410Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4944410Z copying torch/include/ATen/ops/tanh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4945650Z copying torch/include/ATen/ops/cumprod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4947120Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4948260Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4949510Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4950840Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4952410Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4953670Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4954980Z copying torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4956690Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4957940Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4959290Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4960680Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4962290Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4963610Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4965010Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4966410Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4967960Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4969350Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4970620Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4971760Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4973340Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4974550Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4975810Z copying torch/include/ATen/ops/lerp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4978010Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4979130Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4980320Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4981690Z copying torch/include/ATen/ops/topk_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4986280Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4987120Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4988010Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4988870Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4989860Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4991200Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4992240Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4993810Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4995130Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4996240Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4997720Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.4998800Z copying torch/include/ATen/ops/vdot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5000350Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5001520Z copying torch/include/ATen/ops/any_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5003140Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5004170Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5005780Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5006810Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5008340Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5009380Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5010960Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5012000Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5013540Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5014740Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5016010Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5017700Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5018690Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5020170Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5021530Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5022790Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5024290Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5025600Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5026840Z copying torch/include/ATen/ops/renorm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5028230Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5029390Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5031190Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5032210Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5033490Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5034750Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5036080Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5037850Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5038860Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5040120Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5041930Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5043080Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5044850Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5045810Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5047150Z copying torch/include/ATen/ops/relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5048380Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5049650Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5051310Z copying torch/include/ATen/ops/item_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5052490Z copying torch/include/ATen/ops/_native_batch_norm_legit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5054400Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5055430Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5056830Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5058150Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5060050Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5061220Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5062400Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5063630Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5064920Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5066450Z copying torch/include/ATen/ops/rshift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5067550Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5068940Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5070190Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5071520Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5072980Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5074130Z copying torch/include/ATen/ops/mish.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5075860Z copying torch/include/ATen/ops/subtract.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5076820Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5078300Z copying torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5079540Z copying torch/include/ATen/ops/amin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5081170Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5082190Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5083920Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5084980Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5086310Z copying torch/include/ATen/ops/indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5087470Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5089350Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5090350Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5091530Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5092870Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5094180Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5099520Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5100380Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5101170Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5101940Z copying torch/include/ATen/ops/le_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5102730Z copying torch/include/ATen/ops/mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5103500Z copying torch/include/ATen/ops/is_inference.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5104270Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5105320Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5106900Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5108000Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5109670Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5110930Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5112550Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5113860Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5115460Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5116720Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5118470Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5119580Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5120770Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5122090Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5123750Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5124930Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5126050Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5127850Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5129060Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5130160Z copying torch/include/ATen/ops/align_as.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5131580Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5132860Z copying torch/include/ATen/ops/_nested_get_ragged_idx_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5134340Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5135490Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5136700Z copying torch/include/ATen/ops/narrow.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5138580Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5139500Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5140690Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5142060Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5143430Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5144590Z copying torch/include/ATen/ops/var_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5146200Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5147190Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5149080Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5149980Z copying torch/include/ATen/ops/dot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5151080Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5152870Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5153780Z copying torch/include/ATen/ops/resize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5155360Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5156500Z copying torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5157670Z copying torch/include/ATen/ops/erfc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5159160Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5324480Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.5326660Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6184280Z copying torch/include/ATen/ops/digamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6185400Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6186590Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6188480Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6189460Z copying torch/include/ATen/ops/col_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6190740Z copying torch/include/ATen/ops/tile_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6192020Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6193480Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6194730Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6196430Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6197380Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6199250Z copying torch/include/ATen/ops/_nested_view_from_jagged_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6206600Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6207680Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6209450Z copying torch/include/ATen/ops/bitwise_not_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6210430Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6211810Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6213530Z copying torch/include/ATen/ops/sym_storage_offset_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6214710Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6216490Z copying torch/include/ATen/ops/quantized_max_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6219120Z copying torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6220910Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6222630Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6223560Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6224910Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6226210Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6227630Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6229820Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6230840Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6232110Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6233640Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6235280Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6236420Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6241800Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6242550Z copying torch/include/ATen/ops/le.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6243300Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6244110Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6245020Z copying torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6245910Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6246690Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6247580Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6248490Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6251820Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6252750Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6253560Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6254570Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6258000Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6264290Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6265620Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6271690Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6277030Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6283270Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6288320Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6290710Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6303820Z copying torch/include/ATen/ops/split_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6307180Z copying torch/include/ATen/ops/empty_permuted.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6312380Z copying torch/include/ATen/ops/smm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6317740Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6319260Z copying torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6325480Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6329910Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6337230Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6338890Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6340280Z copying torch/include/ATen/ops/sym_constrain_range_for_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6342970Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6350560Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6354620Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6358130Z copying torch/include/ATen/ops/triangular_solve_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6360120Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6363920Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6365650Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6369930Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6371830Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6377120Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6382560Z copying torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6386600Z copying torch/include/ATen/ops/frac.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6391830Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6393110Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6398660Z copying torch/include/ATen/ops/amin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6399940Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6404490Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6414540Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6418380Z copying torch/include/ATen/ops/indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6420280Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6421400Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6422910Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6424360Z copying torch/include/ATen/ops/histc_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6429850Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6432010Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6435620Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6438520Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6443640Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6445570Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6447210Z copying torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6450550Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6454660Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6456190Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6459550Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6463110Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6466230Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6469140Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6494690Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6519910Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6524210Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6525590Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6533440Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6537550Z copying torch/include/ATen/ops/eye.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6539100Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6540620Z copying torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6541480Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6544580Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6545890Z copying torch/include/ATen/ops/silu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6547780Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6549650Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6555370Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6556780Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6561860Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6563090Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6568440Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6569230Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6572970Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6579450Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6580680Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6585500Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6586860Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6592280Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6594830Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6599130Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6601250Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6603570Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6606180Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6609420Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6613140Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6617550Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6619600Z copying torch/include/ATen/ops/frac_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6623180Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6626170Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6630690Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6633420Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6636030Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6643280Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6646600Z copying torch/include/ATen/ops/sgn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6652990Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6654600Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6656270Z copying torch/include/ATen/ops/glu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6662550Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6664230Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6666230Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6669940Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6674170Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6675610Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6676860Z copying torch/include/ATen/ops/sum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6678200Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6681370Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6683330Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6689140Z copying torch/include/ATen/ops/inner_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6690590Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6696980Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6709750Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6902280Z copying torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6903620Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6904990Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6906700Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6908070Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6909390Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6910970Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6912450Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6913740Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6915030Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6916400Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6917860Z copying torch/include/ATen/ops/floor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6919380Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6920790Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6922040Z copying torch/include/ATen/ops/values.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6923750Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6925170Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6926600Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6927980Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6929430Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6987260Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6993170Z copying torch/include/ATen/ops/cumsum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6993640Z copying torch/include/ATen/ops/bernoulli_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.6994110Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7003080Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7004640Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7006110Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7007650Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7008980Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7010360Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7011850Z copying torch/include/ATen/ops/to.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7013180Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7014720Z copying torch/include/ATen/ops/angle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7016140Z copying torch/include/ATen/ops/softplus_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7047130Z copying torch/include/ATen/ops/allclose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7048550Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7049960Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7051560Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7052820Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7054290Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7072660Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7074140Z copying torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7075560Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7076850Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7078260Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7079720Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7081060Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7082520Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7101250Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7102850Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7104330Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7105420Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7106970Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7108400Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7109770Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7111170Z copying torch/include/ATen/ops/to_dense.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7112950Z copying torch/include/ATen/ops/fmin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7114420Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7115920Z copying torch/include/ATen/ops/scatter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7117590Z copying torch/include/ATen/ops/scaled_dot_product_attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7119030Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7120480Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7121960Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7123400Z copying torch/include/ATen/ops/masked_select_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7124780Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7126360Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7127620Z copying torch/include/ATen/ops/mul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7129200Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7132840Z copying torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7134360Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7136150Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7137670Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7139230Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7140570Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7141930Z copying torch/include/ATen/ops/gcd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7143250Z copying torch/include/ATen/ops/_dimV.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7144820Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7146220Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7147710Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7149310Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7150850Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7152340Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7153640Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7155050Z copying torch/include/ATen/ops/asin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7156760Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7158080Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7159410Z copying torch/include/ATen/ops/_weight_int8pack_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7160920Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7162410Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7163820Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7165150Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7166800Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7168110Z copying torch/include/ATen/ops/logit_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7169510Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7170740Z copying torch/include/ATen/ops/qr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7172310Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7173560Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7174960Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7176390Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7177770Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7179180Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7180510Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7181890Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7183320Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7184970Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7186310Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7187680Z copying torch/include/ATen/ops/ldexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7189120Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7190690Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7191950Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7192960Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7194570Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7196050Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7197550Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7198950Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7200300Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7201550Z copying torch/include/ATen/ops/randperm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7202820Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7204390Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7205760Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7207260Z copying torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7208520Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7210200Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7211520Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7212850Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7214180Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7215740Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7217060Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7218460Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7220130Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7221550Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7222920Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7224330Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7225750Z copying torch/include/ATen/ops/random_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7227290Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7228490Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7230060Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7231480Z copying torch/include/ATen/ops/special_entr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7232940Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7234500Z copying torch/include/ATen/ops/erf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7236040Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7237770Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7239110Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7240610Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7241890Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7243480Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7439510Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7441490Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7442040Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7444040Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7445310Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7446890Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7448170Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7449760Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7451060Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7452480Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7453990Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7455660Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7456930Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7458340Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7459820Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7461180Z copying torch/include/ATen/ops/gt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7462720Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7463780Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7465280Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7466780Z copying torch/include/ATen/ops/relu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7468250Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7469790Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7471200Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7472220Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7473910Z copying torch/include/ATen/ops/logical_and.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7475560Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7476770Z copying torch/include/ATen/ops/diff.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7478230Z copying torch/include/ATen/ops/round_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7479740Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7481010Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7482330Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7483720Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7485320Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7486580Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7488030Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7493210Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7493820Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7494220Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7494730Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7495170Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7496180Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7497800Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7499470Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7500890Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7502150Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7503570Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7504970Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7506290Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7507570Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7508970Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7510470Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7511930Z copying torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7513350Z copying torch/include/ATen/ops/_to_sparse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7514700Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7516150Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7518220Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7519660Z copying torch/include/ATen/ops/scaled_dot_product_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7521010Z copying torch/include/ATen/ops/_is_all_true_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7522580Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7524500Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7526140Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7527720Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7529060Z copying torch/include/ATen/ops/msort.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7530570Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7531940Z copying torch/include/ATen/ops/hstack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7533100Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7534760Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7536170Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7537510Z copying torch/include/ATen/ops/var_mean.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7539110Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7540600Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7542000Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7543340Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7544990Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7546280Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7547900Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7549150Z copying torch/include/ATen/ops/_fused_adamw_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7550470Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7551710Z copying torch/include/ATen/ops/fix_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7553220Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7554600Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7556010Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7557590Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7558880Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7560360Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7561690Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7563100Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7564870Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7566280Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7567560Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7568940Z copying torch/include/ATen/ops/cos_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7570380Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7571810Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7573250Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7574730Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7576420Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7578000Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7578860Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7580440Z copying torch/include/ATen/ops/sym_stride.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7583270Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7588400Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7589850Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7595090Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7596600Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7601270Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7603930Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7605850Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7608440Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7613550Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7615130Z copying torch/include/ATen/ops/randn_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7619490Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7623650Z copying torch/include/ATen/ops/dstack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7626500Z copying torch/include/ATen/ops/_to_sparse_csc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7630350Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7632200Z copying torch/include/ATen/ops/_int_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7635970Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7638550Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7644380Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7646230Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7648350Z copying torch/include/ATen/ops/trace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7653570Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7654980Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7659460Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7665370Z copying torch/include/ATen/ops/gru_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7666710Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7670480Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7672980Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7675090Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7679560Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7682770Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7686510Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7692000Z copying torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7693570Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7696490Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7701290Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7702800Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7707030Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7710280Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7712260Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7715640Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7719450Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7722570Z copying torch/include/ATen/ops/trapz.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7726000Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7729250Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7731410Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7737000Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7738400Z copying torch/include/ATen/ops/dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7742520Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7745020Z copying torch/include/ATen/ops/randperm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7749470Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7754740Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7756300Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7760630Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7762330Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7764810Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7770100Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7773250Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7774660Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7778730Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7782740Z copying torch/include/ATen/ops/elu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7786460Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7790980Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7795640Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7799840Z copying torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7806160Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7808940Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7812930Z copying torch/include/ATen/ops/index_select_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7815650Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7818770Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7823120Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7826120Z copying torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7829890Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7833750Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7835640Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7842010Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7847360Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7849370Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7852250Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7855610Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7858580Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7867120Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7869040Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7871750Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7879950Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7883220Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7887390Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7890610Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7893420Z copying torch/include/ATen/ops/minimum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7897020Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7900270Z copying torch/include/ATen/ops/resize_as.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7901890Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7905420Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7909250Z copying torch/include/ATen/ops/or.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7912220Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7916530Z copying torch/include/ATen/ops/cumsum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7924930Z copying torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7925460Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7926010Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7929770Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7935030Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7936410Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7939470Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7943610Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7945980Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7949990Z copying torch/include/ATen/ops/mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7952470Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7958510Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7960170Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7963440Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7965410Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7968500Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7972720Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7976690Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7979710Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7982550Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7985130Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7989340Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7993060Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7996660Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.7999780Z copying torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8002310Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8005820Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8011270Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8014170Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8018270Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8020070Z copying torch/include/ATen/ops/vsplit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8024280Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8025590Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8029200Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8033410Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8036360Z copying torch/include/ATen/ops/atan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8039180Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8043670Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8050060Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8055330Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8056880Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8060050Z copying torch/include/ATen/ops/_is_all_true.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8062760Z copying torch/include/ATen/ops/le_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8065580Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8067210Z copying torch/include/ATen/ops/polygamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8072230Z copying torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8077420Z copying torch/include/ATen/ops/index_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8078750Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8081530Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8085660Z copying torch/include/ATen/ops/_nested_get_values_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8089560Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8092580Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8096250Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8101720Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8110570Z copying torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8113330Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8114830Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8117650Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8119110Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8120880Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8122390Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8127380Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8129240Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8133500Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8135720Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8138700Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8144730Z copying torch/include/ATen/ops/_unsafe_index_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8146480Z copying torch/include/ATen/ops/cos_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8149880Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8152660Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8156190Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8159490Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8165010Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8166660Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8170550Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8172420Z copying torch/include/ATen/ops/eq.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8178390Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8181140Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8184420Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8187150Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8192440Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8193960Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8200980Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8202700Z copying torch/include/ATen/ops/_to_sparse_bsc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8207760Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8209550Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8212490Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8215090Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8218440Z copying torch/include/ATen/ops/addr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8221620Z copying torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8225450Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8228810Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8232930Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8235440Z copying torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8238810Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8244500Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8245770Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8251140Z copying torch/include/ATen/ops/var_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8254020Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8256410Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8257870Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8262420Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8265740Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8269570Z copying torch/include/ATen/ops/var_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8273790Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8276500Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8279490Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8281680Z copying torch/include/ATen/ops/lgamma_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8287190Z copying torch/include/ATen/ops/_scaled_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8290660Z copying torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8292280Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8297030Z copying torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8299950Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8302460Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8308110Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8309540Z copying torch/include/ATen/ops/replication_pad3d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8315210Z copying torch/include/ATen/ops/bmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8317820Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8320450Z copying torch/include/ATen/ops/batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8324580Z copying torch/include/ATen/ops/log.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8326250Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8332760Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8334230Z copying torch/include/ATen/ops/new_full.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8340770Z copying torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8342350Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8345870Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8347200Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8349990Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8352700Z copying torch/include/ATen/ops/clip.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8357000Z copying torch/include/ATen/ops/reshape.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8358830Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8364010Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8365650Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8370260Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8375300Z copying torch/include/ATen/ops/_cslt_sparse_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8397860Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8399640Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8402270Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8404570Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8406150Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8407450Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8409150Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8410170Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8411640Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8412950Z copying torch/include/ATen/ops/int_repr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8414310Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8415670Z copying torch/include/ATen/ops/column_stack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8419270Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8422120Z copying torch/include/ATen/ops/minimum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8425750Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8429710Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8432770Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8437220Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8439790Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8442720Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8445610Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8449860Z copying torch/include/ATen/ops/real_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8453330Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8456590Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8458350Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8466470Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8467050Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8468310Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8472900Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8477980Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8479260Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8483650Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8485660Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8488910Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8493150Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8496230Z copying torch/include/ATen/ops/gt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8498530Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8501760Z copying torch/include/ATen/ops/normal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8506000Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8507990Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8513590Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8516310Z copying torch/include/ATen/ops/_to_sparse_bsc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8520550Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8530710Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8534810Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8536210Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8537690Z copying torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8538650Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8542990Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8544760Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8549100Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8552060Z copying torch/include/ATen/ops/sym_constrain_range_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8555670Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8558630Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8562390Z copying torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8566420Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8569070Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8573470Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8576220Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8578770Z copying torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8580200Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8589070Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8594460Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8595940Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8597260Z copying torch/include/ATen/ops/square.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8600670Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8602750Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8606420Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8609120Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8611180Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8615720Z copying torch/include/ATen/ops/cdist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8619690Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8623840Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8626720Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8628890Z copying torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8632700Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8638470Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8640340Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8643540Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8644630Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8649850Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8653530Z copying torch/include/ATen/ops/cummax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8655200Z copying torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8659540Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8664020Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8667780Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8672510Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8674060Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8678590Z copying torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8680340Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8682890Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8685370Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8690300Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8692680Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8696010Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8700240Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8702350Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8706450Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8711680Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8716700Z copying torch/include/ATen/ops/unfold_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8720390Z copying torch/include/ATen/ops/_batch_norm_no_update_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8723390Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8726750Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8729980Z copying torch/include/ATen/ops/norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8733860Z copying torch/include/ATen/ops/trunc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8737650Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8739520Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8743350Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8745610Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8750330Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8754320Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8758520Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8759940Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8762120Z copying torch/include/ATen/ops/scatter_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8766390Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8770540Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8774710Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8775980Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8781130Z copying torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8784050Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8788620Z copying torch/include/ATen/ops/_foreach_clamp_min_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8790300Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8795160Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8796490Z copying torch/include/ATen/ops/special_expit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8799910Z copying torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8803120Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8806700Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8808610Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8813940Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8815680Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8820240Z copying torch/include/ATen/ops/rename.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8824560Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8827400Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8831260Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8834380Z copying torch/include/ATen/ops/xor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8838280Z copying torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8839850Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8843770Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8845510Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8849290Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8853070Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8856920Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8859240Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8862720Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8865940Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8870750Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8874930Z copying torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8881470Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8883360Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8888430Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8889960Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8894060Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8899030Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8900940Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8906290Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8907760Z copying torch/include/ATen/ops/vander.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8910660Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8914260Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8915410Z copying torch/include/ATen/ops/_unsafe_masked_index_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8921010Z copying torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8925040Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8930110Z copying torch/include/ATen/ops/signbit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8934950Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8937770Z copying torch/include/ATen/ops/add_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8939310Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8942440Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8945470Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8946710Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8949860Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8953590Z copying torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8957250Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8961100Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8964460Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8969730Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8972180Z copying torch/include/ATen/ops/_lazy_clone_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8977530Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8979120Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8981560Z copying torch/include/ATen/ops/avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8983060Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8986240Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8990170Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8993630Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8996540Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.8999350Z copying torch/include/ATen/ops/_make_dep_token_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9003210Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9009860Z copying torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9010410Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9013660Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9016720Z copying torch/include/ATen/ops/softshrink_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9022010Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9023340Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9030680Z copying torch/include/ATen/ops/trace_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9031920Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9036600Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9038340Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9040380Z copying torch/include/ATen/ops/one_hot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9047430Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9050080Z copying torch/include/ATen/ops/_to_sparse_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9052790Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9055650Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9059520Z copying torch/include/ATen/ops/randint.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9064990Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9066530Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9071610Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9073250Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9076890Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9080520Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9082000Z copying torch/include/ATen/ops/sym_constrain_range.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9084800Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9089560Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9093790Z copying torch/include/ATen/ops/glu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9098280Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9099690Z copying torch/include/ATen/ops/diag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9102310Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9111050Z copying torch/include/ATen/ops/gather_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9115230Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9118060Z copying torch/include/ATen/ops/median.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9120040Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9123520Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9126500Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9129050Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9133650Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9136780Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9139880Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9147470Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9148760Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9153790Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9155000Z copying torch/include/ATen/ops/celu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9157300Z copying torch/include/ATen/ops/_functional_assert_scalar_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9160970Z copying torch/include/ATen/ops/addr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9165670Z copying torch/include/ATen/ops/where.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9167150Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9171420Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9174250Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9176380Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9180400Z copying torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9183290Z copying torch/include/ATen/ops/embedding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9186600Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9190590Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9193570Z copying torch/include/ATen/ops/sym_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9195810Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9198820Z copying torch/include/ATen/ops/relu6.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9203090Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9207220Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9211050Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9213990Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9217950Z copying torch/include/ATen/ops/nonzero_static_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9220540Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9224640Z copying torch/include/ATen/ops/range_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9228050Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9230010Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9234060Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9236890Z copying torch/include/ATen/ops/bmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9241110Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9244520Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9246690Z copying torch/include/ATen/ops/triu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9248080Z copying torch/include/ATen/ops/negative.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9252720Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9257130Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9261000Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9263940Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9267310Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9272650Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9273920Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9279920Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9281350Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9286650Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9288070Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9291440Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9294300Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9296830Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9300260Z copying torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9312790Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9316890Z copying torch/include/ATen/ops/_sparse_semi_structured_tile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9321150Z copying torch/include/ATen/ops/argmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9323000Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9324400Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9325970Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9328140Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9333030Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9334310Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9337510Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9340360Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9345240Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9347280Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9351650Z copying torch/include/ATen/ops/var_mean_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9353320Z copying torch/include/ATen/ops/polar_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9358280Z copying torch/include/ATen/ops/square_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9360210Z copying torch/include/ATen/ops/argsort.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9367810Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9369210Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9376710Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9378210Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9383630Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9385170Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9387660Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9391570Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9395260Z copying torch/include/ATen/ops/mean.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9399890Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9401210Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9403530Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9406180Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9409340Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9412600Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9416530Z copying torch/include/ATen/ops/chalf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9419590Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9423220Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9426030Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9430190Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9433100Z copying torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9437010Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9439140Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9445420Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9446680Z copying torch/include/ATen/ops/frexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9451120Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9453200Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9456580Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9460160Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9462980Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9466620Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9471690Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9475170Z copying torch/include/ATen/ops/_nested_get_values_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9479530Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9481570Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9484390Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9487190Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9489870Z copying torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9491930Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9496180Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9498840Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9501800Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9505080Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9509320Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9513220Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9516180Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9520150Z copying torch/include/ATen/ops/_make_dep_token.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9525110Z copying torch/include/ATen/ops/complex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9530710Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9532080Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9537150Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9541830Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9550500Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9551560Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9554540Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9557740Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9559610Z copying torch/include/ATen/ops/nansum_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9567050Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9567570Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9571170Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9573790Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9809770Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9810810Z copying torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9811920Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9812860Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9813700Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9814550Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9815370Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9816390Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9817540Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9818490Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9819320Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9820170Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9821120Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9822000Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9822750Z copying torch/include/ATen/ops/max_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9823520Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9824430Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9825300Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9826150Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9827030Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9827950Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9828830Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9829650Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9830530Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9831360Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9832150Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9833010Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9833970Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9835200Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9836190Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9836950Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9837790Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9838710Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9839550Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9840370Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9841220Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9842120Z copying torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9843020Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9843900Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9844740Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9845590Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9846420Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9847300Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9848210Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9849070Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9849940Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9851020Z copying torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9851930Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9852740Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9853640Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9854470Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9855240Z copying torch/include/ATen/ops/_ctc_loss_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9856020Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9856910Z copying torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9857790Z copying torch/include/ATen/ops/logaddexp2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9858590Z copying torch/include/ATen/ops/stft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9859420Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9860350Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9861350Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9862380Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9863370Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9864240Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9865070Z copying torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9870350Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9871400Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9872300Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9873150Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9874030Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9874840Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9875620Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9876350Z copying torch/include/ATen/ops/to_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9877300Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9878380Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9879380Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9880250Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9880980Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9881730Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9882620Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9883610Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9884440Z copying torch/include/ATen/ops/add_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9885300Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9886180Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9886960Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9887950Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9888970Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9891550Z copying torch/include/ATen/ops/stack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9893510Z copying torch/include/ATen/ops/isin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9895240Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9898970Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9907390Z copying torch/include/ATen/ops/svd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9911870Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9912960Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9916110Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9925200Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9926900Z copying torch/include/ATen/ops/addmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9932040Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9933800Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9939130Z copying torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9940210Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9945250Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9948510Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9952880Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9957960Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9973460Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9977840Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9978930Z copying torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9979970Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9981790Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9982840Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9984380Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9985590Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9987530Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9988560Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9989820Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9991390Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9992610Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9994210Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9995430Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9997300Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9998750Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:12.9999970Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0001260Z copying torch/include/ATen/ops/_nested_get_values.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0003090Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0028350Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0029400Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0031370Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0032280Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0033970Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0035360Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0036630Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0037930Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0039360Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0041220Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0042260Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0043560Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0045070Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0046530Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0047700Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0049410Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0050540Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0051780Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0053610Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0054590Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0056060Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0057380Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0059190Z copying torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0060390Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0065290Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0066510Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0067620Z copying torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0068540Z copying torch/include/ATen/ops/_prelu_kernel_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0069410Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0070210Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0073200Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0077010Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0079650Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0083430Z copying torch/include/ATen/ops/kron.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0086640Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0090470Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0092880Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0096060Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0100390Z copying torch/include/ATen/ops/tril.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0102970Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0108050Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0109200Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0114750Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0120830Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0125660Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0126890Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0128720Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0130080Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0133160Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0136050Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0138490Z copying torch/include/ATen/ops/_to_sparse_semi_structured_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0146460Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0147540Z copying torch/include/ATen/ops/sym_stride_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0154560Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0155520Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0161530Z copying torch/include/ATen/ops/elu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0162770Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0165020Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0170510Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0171530Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0174790Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0175770Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0180520Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0182220Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0188080Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0191780Z copying torch/include/ATen/ops/max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0195090Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0200120Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0201430Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0205620Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0211850Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0217640Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0221900Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0224660Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0226740Z copying torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0229170Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0236000Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0237710Z copying torch/include/ATen/ops/roll_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0242500Z copying torch/include/ATen/ops/_copy_from_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0245960Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0248390Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0250570Z copying torch/include/ATen/ops/linear_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0255910Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0259100Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0262800Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0265080Z copying torch/include/ATen/ops/native_batch_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0267200Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0270280Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0274410Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0275540Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0278980Z copying torch/include/ATen/ops/conj_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0287590Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0291550Z copying torch/include/ATen/ops/_unsafe_index.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0292790Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0297400Z copying torch/include/ATen/ops/_nested_get_jagged_dummy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0300950Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0303700Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0308540Z copying torch/include/ATen/ops/_unique2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0310060Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0314430Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0320300Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0321740Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0323040Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0325750Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0331810Z copying torch/include/ATen/ops/empty_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0333170Z copying torch/include/ATen/ops/_test_parallel_materialize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0337870Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0342330Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0347090Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0347970Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0351390Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0353730Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0358150Z copying torch/include/ATen/ops/size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0360350Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0364930Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0367090Z copying torch/include/ATen/ops/special_psi.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0371510Z copying torch/include/ATen/ops/_log_softmax_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0380870Z copying torch/include/ATen/ops/addcmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0382020Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0383860Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0387990Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0392060Z copying torch/include/ATen/ops/exp2_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0393210Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0398030Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0402560Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0403690Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0406630Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0411350Z copying torch/include/ATen/ops/range_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0413530Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0417460Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0419520Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0424110Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0426560Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0432510Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0434750Z copying torch/include/ATen/ops/bincount.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0440180Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0441210Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0444220Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0448290Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0449350Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0456120Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0458600Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0464690Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0465730Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0467070Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0472650Z copying torch/include/ATen/ops/split_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0473810Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0479190Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0480620Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0485680Z copying torch/include/ATen/ops/imag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0486850Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0494170Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0499890Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0500870Z copying torch/include/ATen/ops/erf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0504540Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0505650Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0509020Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0513130Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0517530Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0518570Z copying torch/include/ATen/ops/fill_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0523780Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0528480Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0530190Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0533340Z copying torch/include/ATen/ops/rms_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0535350Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0539250Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0546870Z copying torch/include/ATen/ops/fliplr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0555760Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0559760Z copying torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0561930Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0564290Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0565500Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0566750Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0570510Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0572540Z copying torch/include/ATen/ops/log10.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0576380Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0577410Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0581980Z copying torch/include/ATen/ops/masked_scatter_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0588260Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0589460Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0596250Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0597300Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0602060Z copying torch/include/ATen/ops/_reshape_alias_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0604140Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0607560Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0610810Z copying torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0613740Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0615030Z copying torch/include/ATen/ops/softplus_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0619990Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0622500Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0626100Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0631760Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0633930Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0638580Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0639660Z copying torch/include/ATen/ops/erfinv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0644270Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0645990Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0650350Z copying torch/include/ATen/ops/addbmm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0653450Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0656560Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0659310Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0662490Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0667170Z copying torch/include/ATen/ops/coalesce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0670220Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0674190Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0675500Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0680990Z copying torch/include/ATen/ops/expm1_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0682120Z copying torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0688730Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0691060Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0693360Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0700160Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0702420Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0706670Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0713820Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0718410Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0719520Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0722940Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0726560Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0729930Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0735130Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0736360Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0742590Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0743970Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0748550Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0751090Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0752860Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0755480Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0758970Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0764740Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0765830Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0769720Z copying torch/include/ATen/ops/contiguous.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0772850Z copying torch/include/ATen/ops/view_as.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0776830Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0780470Z copying torch/include/ATen/ops/group_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0783840Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0786500Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0790020Z copying torch/include/ATen/ops/max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0793610Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0795840Z copying torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0800000Z copying torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0804000Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0806080Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0810930Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0814280Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0818130Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0820260Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0825850Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0827150Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0831240Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0833870Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0836810Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0841670Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0845200Z copying torch/include/ATen/ops/norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0848020Z copying torch/include/ATen/ops/_prelu_kernel_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0849220Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0854110Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0857380Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0860670Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0863710Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0867940Z copying torch/include/ATen/ops/rand.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0869150Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0872350Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0878920Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0883060Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0890000Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0891060Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0895860Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0897200Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0903430Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0904780Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0906040Z copying torch/include/ATen/ops/_nested_get_values_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0913470Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0917100Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0922180Z copying torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0923190Z copying torch/include/ATen/ops/_cslt_sparse_mm_search.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0929260Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0930370Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0934370Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0935490Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0939410Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0944830Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0948990Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0951800Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0953170Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0956920Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0960450Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0963580Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0964760Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0970180Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0979320Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0983910Z copying torch/include/ATen/ops/isnan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0986090Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0987430Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0989650Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0990860Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0994520Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0995720Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.0999880Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1005610Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1007130Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1010360Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1012630Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1016450Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1018730Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1022110Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1025380Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1029960Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1032110Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1037360Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1041350Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1046870Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1051110Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1054250Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1059200Z copying torch/include/ATen/ops/permute_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1062310Z copying torch/include/ATen/ops/_cdist_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1063410Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1065800Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1070110Z copying torch/include/ATen/ops/row_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1072390Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1076530Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1079780Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1080950Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1088400Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1094830Z copying torch/include/ATen/ops/histogram.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1095850Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1097640Z copying torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1101530Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1103120Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1107650Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1109810Z copying torch/include/ATen/ops/_functional_assert_async_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1114590Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1117560Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1122950Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1127510Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1128730Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1133220Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1134390Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1141800Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1146010Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1146990Z copying torch/include/ATen/ops/view_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1150290Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1152800Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1157030Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1158810Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1162490Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1165700Z copying torch/include/ATen/ops/cauchy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1169470Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1172440Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1175710Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1180360Z copying torch/include/ATen/ops/atanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1182580Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1189800Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1191120Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1197650Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1198700Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1200800Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1202910Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1207670Z copying torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1212490Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1219330Z copying torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1222040Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1229160Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1230400Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1231510Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1235690Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1237660Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1241740Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1243690Z copying torch/include/ATen/ops/bilinear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1248950Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1250080Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1255590Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1257460Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1262450Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1264470Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1267200Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1269310Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1274540Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1277230Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1281020Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1283180Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1289850Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1290970Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1295960Z copying torch/include/ATen/ops/outer_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1298450Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1299540Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1302830Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1306130Z copying torch/include/ATen/ops/adjoint.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1311090Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1313580Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1316690Z copying torch/include/ATen/ops/flipud.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1318380Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1321810Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1325150Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1326920Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1334440Z copying torch/include/ATen/ops/masked_fill_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1342260Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1344860Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1346570Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1350270Z copying torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1352910Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1357360Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1363040Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1364520Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1371170Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1377810Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1383300Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1384660Z copying torch/include/ATen/ops/_batch_norm_with_update_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1385780Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1387380Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1389970Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1393210Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1399130Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1400560Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1404800Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1406190Z copying torch/include/ATen/ops/dot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1411090Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1413270Z copying torch/include/ATen/ops/view_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1417350Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1421890Z copying torch/include/ATen/ops/angle_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1423350Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1429560Z copying torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1431110Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1435480Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1438080Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1443340Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1444690Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1448260Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1450120Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1454100Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1455940Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1461500Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1462870Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1467460Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1471260Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1474520Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1479950Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1481420Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1483590Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1487100Z copying torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1491810Z copying torch/include/ATen/ops/_fused_sgd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1493020Z copying torch/include/ATen/ops/_fused_adam_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1502550Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1508540Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1509920Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1511330Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1512800Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1514110Z copying torch/include/ATen/ops/max.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1515900Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1517190Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1518830Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1522870Z copying torch/include/ATen/ops/logical_and_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1525830Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1531560Z copying torch/include/ATen/ops/as_strided_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1533760Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1540350Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1541850Z copying torch/include/ATen/ops/sym_constrain_range_for_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1546940Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1551010Z copying torch/include/ATen/ops/isinf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1555580Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1557620Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1560070Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1566320Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1568590Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1572490Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1574150Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1576490Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1584640Z copying torch/include/ATen/ops/exp_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1586890Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1589380Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1590840Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1593490Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1600250Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1604880Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1606850Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1610510Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1615780Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1617170Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1624600Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1625880Z copying torch/include/ATen/ops/_to_sparse_semi_structured.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1630410Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1632110Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1634500Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1638010Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1640860Z copying torch/include/ATen/ops/cholesky.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1644710Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1648290Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1649680Z copying torch/include/ATen/ops/or_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1654350Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1656320Z copying torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1661110Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1663910Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1667720Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1670120Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1673860Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1678630Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1680760Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1682850Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1690100Z copying torch/include/ATen/ops/item_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1690670Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1692720Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1697950Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1699760Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1706000Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1707530Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1711110Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1714370Z copying torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1717580Z copying torch/include/ATen/ops/_fft_r2c_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1720990Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1724280Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1728520Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1730650Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1734490Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1740080Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1741430Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1744470Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1746810Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1750980Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1753300Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1754990Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1764590Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1773440Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1775030Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1776650Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1780370Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1781780Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1785590Z copying torch/include/ATen/ops/logit_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1788270Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1791790Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1794400Z copying torch/include/ATen/ops/_flash_attention_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1803070Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1806870Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1808300Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1810160Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1811550Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1813880Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1816820Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1820220Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1824740Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1830930Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1832530Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1836300Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1840600Z copying torch/include/ATen/ops/atanh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1844800Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1846400Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1850540Z copying torch/include/ATen/ops/_sparse_semi_structured_apply.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1856000Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1860090Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1863410Z copying torch/include/ATen/ops/_foreach_sign_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1865520Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1867980Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1872480Z copying torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1878330Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1883070Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1883820Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1885570Z copying torch/include/ATen/ops/full.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1892350Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1893650Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1899060Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1901650Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1903310Z copying torch/include/ATen/ops/linear_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1909070Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1910790Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1915040Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1917500Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1920390Z copying torch/include/ATen/ops/abs_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1924390Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1926250Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1929590Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1935660Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1936940Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1943950Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1945860Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1949950Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1952740Z copying torch/include/ATen/ops/pad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1954080Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1957320Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1960600Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1962810Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1966600Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1969740Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1970530Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1982840Z copying torch/include/ATen/ops/triu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1986920Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1989200Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1990660Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1994300Z copying torch/include/ATen/ops/special_i0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.1998550Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2000200Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2002800Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2007470Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2010240Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2013330Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2017570Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2021010Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2024560Z copying torch/include/ATen/ops/min_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2026320Z copying torch/include/ATen/ops/acosh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2030340Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2033170Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2037020Z copying torch/include/ATen/ops/_safe_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2041290Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2047540Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2050530Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2053880Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2058240Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2060350Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2063680Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2067710Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2072710Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2074130Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2076790Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2079820Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2082840Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2089510Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2090830Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2094310Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2095870Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2099560Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2105850Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2107340Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2108670Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2111670Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2114410Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2116710Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2120020Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2122490Z copying torch/include/ATen/ops/cat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2127130Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2128760Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2133020Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2136910Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2139160Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2142540Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2146900Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2149410Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2152360Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2161650Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2164830Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2167420Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2168860Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2171690Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2178230Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2181080Z copying torch/include/ATen/ops/vstack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2193610Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2194180Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2194580Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2196510Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2200710Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2202350Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2209310Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2215440Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2217860Z copying torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2219150Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2222530Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2226800Z copying torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2229740Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2233060Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2235810Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2239360Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2243180Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2248600Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2250360Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2255940Z copying torch/include/ATen/ops/exp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2258510Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2264750Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2266750Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2268230Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2271500Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2272940Z copying torch/include/ATen/ops/rsqrt_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2276090Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2279290Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2283200Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2286280Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2289180Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2292270Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2300640Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2302040Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2306010Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2307710Z copying torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2309200Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2310530Z copying torch/include/ATen/ops/sum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2312210Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2317790Z copying torch/include/ATen/ops/combinations.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2320200Z copying torch/include/ATen/ops/_to_sparse_csr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2322820Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2325350Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2328390Z copying torch/include/ATen/ops/promote_types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2332980Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2336050Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2338760Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2341710Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2345560Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2349350Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2352080Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2357280Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2360540Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2363760Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2366200Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2368810Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2371540Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2381010Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2384540Z copying torch/include/ATen/ops/mish_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2385960Z copying torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2387850Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2399360Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2400760Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2405540Z copying torch/include/ATen/ops/view_as_complex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2406880Z copying torch/include/ATen/ops/cos.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2410780Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2412100Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2414800Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2419230Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2425830Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2427760Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2432240Z copying torch/include/ATen/ops/median_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2435130Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2437380Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2440730Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2442940Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2445090Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2448070Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2452670Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2455450Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2459590Z copying torch/include/ATen/ops/randn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2461950Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2465540Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2469800Z copying torch/include/ATen/ops/neg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2472920Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2475130Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2478680Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2483620Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2486260Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2488120Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2492760Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2498880Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2500290Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2504760Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2506990Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2509170Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2514800Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2516290Z copying torch/include/ATen/ops/argmin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2519450Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2521920Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2526410Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2528130Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2533290Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2536660Z copying torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2539110Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2546050Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2549440Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2553030Z copying torch/include/ATen/ops/_nested_get_values_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2555860Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2558580Z copying torch/include/ATen/ops/_foreach_lerp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2562480Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2565260Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2569400Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2573540Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2575020Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2579940Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2582330Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2583800Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2590490Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2598610Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2600220Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2606400Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2608060Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2610770Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2614050Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2617610Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2618960Z copying torch/include/ATen/ops/take_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2622720Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2625060Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2635510Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2641130Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2643300Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2644670Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2646050Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2647420Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2650840Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2652800Z copying torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2655050Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2658500Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2663250Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2666090Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2668920Z copying torch/include/ATen/ops/dsplit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2672570Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2675630Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2680100Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2682960Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2690480Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2692750Z copying torch/include/ATen/ops/_assert_scalar_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2697160Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2698540Z copying torch/include/ATen/ops/_unique.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2702550Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2703960Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2708570Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2712150Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2716280Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2719530Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2722670Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2728270Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2729600Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2733560Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2738210Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2741270Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2742700Z copying torch/include/ATen/ops/mul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2745940Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2751840Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2752950Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2757460Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2760560Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2764400Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2766280Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2769740Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2775330Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2776260Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2782370Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2784080Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2792990Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2793420Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2796200Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2799550Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2800890Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2802850Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2805450Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2807740Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2815890Z copying torch/include/ATen/ops/real_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2818470Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2824740Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2829950Z copying torch/include/ATen/ops/max_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2831250Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2832800Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2836110Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2839300Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2843700Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2850420Z copying torch/include/ATen/ops/_foreach_clamp_max_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2851930Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2856070Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2857580Z copying torch/include/ATen/ops/_foreach_max_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2859170Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2864970Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2866530Z copying torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2871930Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2877580Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2881470Z copying torch/include/ATen/ops/copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2883760Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2887340Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2889050Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2893380Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2896340Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2899820Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2903020Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2906680Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2911550Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2913250Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2917240Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2919140Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2924030Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2930080Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2934050Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2937950Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2943450Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2950190Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2956790Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2966420Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2968010Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2971620Z copying torch/include/ATen/ops/concat_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2973850Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2979650Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2981110Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2986520Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2988040Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2993150Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2994440Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.2997950Z copying torch/include/ATen/ops/_unsafe_index_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3000160Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3003220Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3007390Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3010900Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3015160Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3018410Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3019870Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3021900Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3027000Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3030960Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3032370Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3035970Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3040360Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3046630Z copying torch/include/ATen/ops/_to_sparse_bsr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3055480Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3058960Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3060960Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3063030Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3064460Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3068410Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3071650Z copying torch/include/ATen/ops/view_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3074760Z copying torch/include/ATen/ops/max_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3076080Z copying torch/include/ATen/ops/msort_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3078880Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3082330Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3086600Z copying torch/include/ATen/ops/random_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3090360Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3091980Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3095560Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3100350Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3102530Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3107140Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3108600Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3113630Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3118440Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3120890Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3124960Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3127970Z copying torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3130790Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3135120Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3136480Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3141790Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3144610Z copying torch/include/ATen/ops/sin_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3150290Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3151730Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3153030Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3156740Z copying torch/include/ATen/ops/hsplit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3158190Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3164840Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3166390Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3172090Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3174140Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3179230Z copying torch/include/ATen/ops/_mps_convolution_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3181380Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3185330Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3186920Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3190690Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3197450Z copying torch/include/ATen/ops/less_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3198900Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3206140Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3207410Z copying torch/include/ATen/ops/_fft_c2c_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3212590Z copying torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3214050Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3216430Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3220590Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3223540Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3227440Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3230110Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3234470Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3235920Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3239080Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3243040Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3246630Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3248800Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3251930Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3256650Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3260250Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3263520Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3267230Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3270410Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3274970Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3277620Z copying torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3280950Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3282960Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3287910Z copying torch/include/ATen/ops/normal_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3291490Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3300470Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3301120Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3301470Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3302010Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3306500Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3312190Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3315270Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3317060Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3321070Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3322800Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3327290Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3331050Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3333680Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3336760Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3339870Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3342820Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3347550Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3350700Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3354530Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3357130Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3359670Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3364780Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3367130Z copying torch/include/ATen/ops/sort.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3371820Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3379580Z copying torch/include/ATen/ops/mish_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3381970Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3384190Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3389410Z copying torch/include/ATen/ops/_fused_adam_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3390800Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3395880Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3398670Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3402210Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3404820Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3410500Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3411900Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3413180Z copying torch/include/ATen/ops/split_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3416530Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3421080Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3422550Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3429740Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3431370Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3437210Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3438890Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3441440Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3443190Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3451390Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3452870Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3477020Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3478630Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3480040Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3493350Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3494710Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3499820Z copying torch/include/ATen/ops/full_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3501380Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3503810Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3505830Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3506890Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3508800Z copying torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3510280Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3511620Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3512870Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3514380Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3516010Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3517460Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3518730Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3520200Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3522100Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3523160Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3527050Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3528160Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3531490Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3533050Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3539420Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3545450Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3547020Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3554770Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3556270Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3561180Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3562910Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3564400Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3565780Z copying torch/include/ATen/ops/clamp_max_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3571650Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3573630Z copying torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3577120Z copying torch/include/ATen/ops/arange.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3581150Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3582750Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3587170Z copying torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3588670Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3597970Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3599390Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3604890Z copying torch/include/ATen/ops/index_fill.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3607260Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3608600Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3611190Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3612920Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3618080Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3620530Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3626740Z copying torch/include/ATen/ops/istft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3629460Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3635310Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3636240Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3637570Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3640520Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3644350Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3646420Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3649740Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3653920Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3657780Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3660410Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3666360Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3668020Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3673770Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3675100Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3679430Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3681300Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3684640Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3687550Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3688920Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3693130Z copying torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3697610Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3699300Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3704610Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3710130Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3714990Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3716370Z copying torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3721820Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3722980Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3727880Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3730400Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3736890Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3738260Z copying torch/include/ATen/ops/randint_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3744400Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3745690Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3749070Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3749910Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3759020Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3759450Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3759850Z copying torch/include/ATen/ops/fmin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3762100Z copying torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3768410Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3770310Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3772900Z copying torch/include/ATen/ops/searchsorted_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3776570Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3778920Z copying torch/include/ATen/ops/tanh_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3783180Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3786300Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3791550Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3793020Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3797820Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3801610Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3807790Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3809350Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3811700Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3814410Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3820250Z copying torch/include/ATen/ops/erf_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3821590Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3824030Z copying torch/include/ATen/ops/zero.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3826750Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3830780Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3832370Z copying torch/include/ATen/ops/mT.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3836420Z copying torch/include/ATen/ops/uniform_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3842170Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3843450Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3848780Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3850080Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3853320Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3858790Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3860120Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3864030Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3866280Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3870770Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3872310Z copying torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3882740Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3884200Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3890080Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3891490Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3893180Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3897430Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3898730Z copying torch/include/ATen/ops/floor_divide_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3904470Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3907190Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3911090Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3912530Z copying torch/include/ATen/ops/can_cast.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3914740Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3919030Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3921960Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3925950Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3929450Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3933040Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3936420Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3939400Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3942150Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3947500Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3949330Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3953050Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3956780Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3959630Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3962360Z copying torch/include/ATen/ops/xlogy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3965550Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3969810Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3971670Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3976390Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3978470Z copying torch/include/ATen/ops/ge_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3983230Z copying torch/include/ATen/ops/_test_check_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3985280Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3991800Z copying torch/include/ATen/ops/squeeze.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3993380Z copying torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3998250Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.3999950Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4004370Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4005800Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4008440Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4012860Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4016920Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4019780Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4022580Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4025830Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4028420Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4032250Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4041650Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4048080Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4049690Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4053510Z copying torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4056420Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4059790Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4063060Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4069090Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4070620Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4075750Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4077170Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4082020Z copying torch/include/ATen/ops/lshift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4083340Z copying torch/include/ATen/ops/outer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4085940Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4089390Z copying torch/include/ATen/ops/rms_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4092390Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4095120Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4101120Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4104330Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4106870Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4109590Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4115290Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4117360Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4122640Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4124240Z copying torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4126100Z copying torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4130180Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4134930Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4136910Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4141060Z copying torch/include/ATen/ops/asin_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4142690Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4147550Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4153020Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4154250Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4157720Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4159500Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4162830Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4166720Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4170860Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4174100Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4176180Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4178990Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4182160Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4188430Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4189850Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4193740Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4197130Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4199810Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4204150Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4206660Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4212930Z copying torch/include/ATen/ops/is_complex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4217200Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4220430Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4226650Z copying torch/include/ATen/ops/_weight_int4pack_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4227970Z copying torch/include/ATen/ops/_version.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4234000Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4235540Z copying torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4242190Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4243690Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4245070Z copying torch/include/ATen/ops/scatter_add_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4246540Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4249880Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4252390Z copying torch/include/ATen/ops/clip_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4258210Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4260900Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4266420Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4267850Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4270920Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4274920Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4276310Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4281430Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4283430Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4287900Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4299670Z copying torch/include/ATen/ops/geometric.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4302830Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4304560Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4306270Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4307910Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4310150Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4312570Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4316290Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4318860Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4323120Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4324690Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4328710Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4332390Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4337960Z copying torch/include/ATen/ops/acos_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4339330Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4340850Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4344530Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4346120Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4351310Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4354570Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4358930Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4360540Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4364810Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4367840Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4370140Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4375730Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4382590Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4384250Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4386780Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4390730Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4394940Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4398190Z copying torch/include/ATen/ops/_lstm_mps_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4401950Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4404660Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4405980Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4411190Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4415800Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4417160Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4418730Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4422250Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4428570Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4429890Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4433390Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4436850Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4440290Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4442800Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4448320Z copying torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4449770Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4456050Z copying torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4458080Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4461610Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4463190Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4468840Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4472110Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4476790Z copying torch/include/ATen/ops/any_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4479400Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4485360Z copying torch/include/ATen/ops/abs_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4487370Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4488680Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4493660Z copying torch/include/ATen/ops/mH_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4495280Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4501010Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4502390Z copying torch/include/ATen/ops/inner.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4503830Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4508490Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4510380Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4515610Z copying torch/include/ATen/ops/conj.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4516990Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4521880Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4524920Z copying torch/include/ATen/ops/select_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4527020Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4531740Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4533610Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4540420Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4549730Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4551300Z copying torch/include/ATen/ops/_scaled_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4552570Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4556530Z copying torch/include/ATen/ops/neg_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4558350Z copying torch/include/ATen/ops/_weight_int4pack_mm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4560310Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4564200Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4570300Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4571550Z copying torch/include/ATen/ops/silu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4574370Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4580880Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4585040Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4586110Z copying torch/include/ATen/ops/vander_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4588550Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4590650Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4592900Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4597580Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4600740Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4603970Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4606620Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4611580Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4613590Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4616600Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4622150Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4623470Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4630500Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4631940Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4637790Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4639330Z copying torch/include/ATen/ops/smm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4641090Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4643440Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4646710Z copying torch/include/ATen/ops/ormqr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4650770Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4652990Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4656620Z copying torch/include/ATen/ops/sin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4661850Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4663350Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4667230Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4670630Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4672550Z copying torch/include/ATen/ops/_foreach_pow_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4677250Z copying torch/include/ATen/ops/sinh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4680490Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4682220Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4688800Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4690620Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4694930Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4696830Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4698800Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4702590Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4706850Z copying torch/include/ATen/ops/_assert_scalar_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4710100Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4719650Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4723130Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4727940Z copying torch/include/ATen/ops/sigmoid_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4729290Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4731490Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4732480Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4734290Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4735280Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4740870Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4743860Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4745920Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4749220Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4753360Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4757010Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4760670Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4763210Z copying torch/include/ATen/ops/_unsafe_index_put_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4765630Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4769950Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4772700Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4777200Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4781170Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4782950Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4786890Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4789380Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4793570Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4797890Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4800000Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4802240Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4807160Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4809460Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4812200Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4816400Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4818810Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4822400Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4825790Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4829510Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4832860Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4835630Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4839490Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4845410Z copying torch/include/ATen/ops/_nested_get_ragged_idx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4846950Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4850880Z copying torch/include/ATen/ops/conv2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4851960Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4862310Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4863300Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4864290Z copying torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4866800Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4869170Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4874010Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4876240Z copying torch/include/ATen/ops/igammac.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4879520Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4884800Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4886130Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4889510Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4892500Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4897250Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4900420Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4901510Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4907360Z copying torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4909550Z copying torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4913020Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4916050Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4921030Z copying torch/include/ATen/ops/_chunk_cat_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4922970Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4926410Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4929580Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4933460Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4936670Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4939480Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4943500Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4946450Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4948890Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4956120Z copying torch/include/ATen/ops/quantized_max_pool3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4957200Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4961130Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4962300Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4966280Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4970750Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4976070Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4977210Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4981490Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4982630Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4986480Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4989280Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4993310Z copying torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4995750Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.4998930Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5002940Z copying torch/include/ATen/ops/_to_sparse_semi_structured_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5006360Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5028730Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5034640Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5035620Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5037810Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5038920Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5040530Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5041720Z copying torch/include/ATen/ops/to_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5043280Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5044560Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5046420Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5047520Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5051020Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5054850Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5056930Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5062060Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5064220Z copying torch/include/ATen/ops/all_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5067220Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5070970Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5073030Z copying torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5077230Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5079810Z copying torch/include/ATen/ops/_flash_attention_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5083280Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5087430Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5089790Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5093090Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5097900Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5106220Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5112230Z copying torch/include/ATen/ops/amin.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5113590Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5114950Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5116710Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5119470Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5120720Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5123540Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5126020Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5129300Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5131760Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5136070Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5141200Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5144060Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5146830Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5151390Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5152360Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5155760Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5157960Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5162360Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5166320Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5168410Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5173600Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5174670Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5181600Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5184090Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5187120Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5191810Z copying torch/include/ATen/ops/_values.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5193980Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5198270Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5199430Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5203010Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5206720Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5215580Z copying torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5218260Z copying torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5222550Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5226310Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5229710Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5232890Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5235570Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5243630Z copying torch/include/ATen/ops/isreal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5248130Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5249660Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5250750Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5253750Z copying torch/include/ATen/ops/arctan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5255460Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5261640Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5263270Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5267790Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5270650Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5273060Z copying torch/include/ATen/ops/col2im.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5276030Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5279260Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5283810Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5286750Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5288920Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5292500Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5296090Z copying torch/include/ATen/ops/_sparse_semi_structured_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5298800Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5302740Z copying torch/include/ATen/ops/histc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5304800Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5309450Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5311690Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5315860Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5320290Z copying torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5322970Z copying torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5326970Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5329050Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5334400Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5335760Z copying torch/include/ATen/ops/mH.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5339210Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5341950Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5346200Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5350000Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5352360Z copying torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5355510Z copying torch/include/ATen/ops/trace_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5359460Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5363530Z copying torch/include/ATen/ops/addbmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5366060Z copying torch/include/ATen/ops/empty_strided_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5369930Z copying torch/include/ATen/ops/mv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5374300Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5382150Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5383240Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5386300Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5389760Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5392380Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5397870Z copying torch/include/ATen/ops/softshrink.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5399040Z copying torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5404180Z copying torch/include/ATen/ops/lgamma.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5407980Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5410120Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5411230Z copying torch/include/ATen/ops/polar_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5412960Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5415950Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5418740Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5425100Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5425970Z copying torch/include/ATen/ops/pow.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5430840Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5433450Z copying torch/include/ATen/ops/lt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5437480Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5439300Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5443630Z copying torch/include/ATen/ops/repeat_interleave_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5446900Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5450240Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5452340Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5456680Z copying torch/include/ATen/ops/logical_not.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5459260Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5461620Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5465070Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5469030Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5472650Z copying torch/include/ATen/ops/cross_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5476390Z copying torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5479050Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5483750Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5486680Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5487890Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5492270Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5495800Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5499410Z copying torch/include/ATen/ops/slice_inverse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5503150Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5512240Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5517350Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5518510Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5519870Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5521730Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5522860Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5527250Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5528340Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5534780Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5535820Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5539830Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5546530Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5549950Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5552440Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5556070Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5558620Z copying torch/include/ATen/ops/gelu_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5561710Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5566030Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5568840Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5572360Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5575620Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5579810Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5583300Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5585270Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5591810Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5593520Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5597910Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5600550Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5604310Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5606550Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5611320Z copying torch/include/ATen/ops/bincount_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5612540Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5616160Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5620390Z copying torch/include/ATen/ops/mm_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5623320Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5625320Z copying torch/include/ATen/ops/positive_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5628590Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5633070Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5640840Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5642140Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5649080Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5650810Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5655450Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5656630Z copying torch/include/ATen/ops/logical_xor_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5659000Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5667210Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5668220Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5672890Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5674120Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5677810Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5680280Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5682730Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5686050Z copying torch/include/ATen/ops/mode_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5689170Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5691460Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5696520Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5699810Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5702970Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5708180Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5709270Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5716650Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5719470Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5722170Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5725990Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5730090Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5733500Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5736220Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5739540Z copying torch/include/ATen/ops/sign.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5741500Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5746450Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5749500Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5753910Z copying torch/include/ATen/ops/unflatten.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5755130Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5759260Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5763390Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5767020Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5770070Z copying torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5772940Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5776060Z copying torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5780300Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5782350Z copying torch/include/ATen/ops/_nested_get_offsets_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5786070Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5788350Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5793630Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5797010Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5801560Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5805590Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5806780Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5810730Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5813150Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5815340Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5820070Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5822260Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5827590Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5829800Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5833880Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5835930Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5839540Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5843270Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5846870Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5849010Z copying torch/include/ATen/ops/_test_functorch_fallback_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5852960Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5856060Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5859220Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5863190Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5868160Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5870430Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5890590Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5897200Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5899370Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5900630Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5902320Z copying torch/include/ATen/ops/transpose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5903370Z copying torch/include/ATen/ops/_fused_sgd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5905070Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5906270Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5907400Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5909060Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5910170Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5915250Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5917540Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5922450Z copying torch/include/ATen/ops/sym_size_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5926880Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5929140Z copying torch/include/ATen/ops/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5931790Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5937060Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5947650Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5950930Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5952910Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5954110Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5955440Z copying torch/include/ATen/ops/amax_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5957200Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5960400Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5964540Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5966180Z copying torch/include/ATen/ops/log_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5972010Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5975490Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5976450Z copying torch/include/ATen/ops/q_scale.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5979610Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5981830Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5986290Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5989060Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5995740Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5996870Z copying torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.5998140Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6002810Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6005330Z copying torch/include/ATen/ops/stride_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6009200Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6011200Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6016270Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6019080Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6022420Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6025280Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6028870Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6032770Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6033880Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6038180Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6042930Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6046580Z copying torch/include/ATen/ops/histogram_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6048910Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6051950Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6055970Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6059460Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6064200Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6066570Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6069930Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6074110Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6076400Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6080250Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6081360Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6086210Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6091390Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6093620Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6096230Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6099070Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6105200Z copying torch/include/ATen/ops/any.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6106450Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6109920Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6113690Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6115920Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6118190Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6123440Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6124700Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6131120Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6137500Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6139650Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6141020Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6144270Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6146450Z copying torch/include/ATen/ops/le_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6148540Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6172800Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6173860Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6183300Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6184350Z copying torch/include/ATen/ops/elu_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6186180Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6187310Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6188700Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6190400Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6192390Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6193450Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6194960Z copying torch/include/ATen/ops/floor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6195970Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6197730Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6198930Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6200700Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6204310Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6209670Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6213100Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6215170Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6220140Z copying torch/include/ATen/ops/flip_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6222280Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6226340Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6229550Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6232340Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6236810Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6241520Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6245870Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6246900Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6248140Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6252860Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6258150Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6260360Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6264360Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6267390Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6268690Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6272470Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6278060Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6279090Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6284450Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6288490Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6289670Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6294560Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6296630Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6300100Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6304950Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6311890Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6313190Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6316670Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6319290Z copying torch/include/ATen/ops/conv3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6321150Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6326410Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6330700Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6333260Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6335650Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6340280Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6343390Z copying torch/include/ATen/ops/polar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6349080Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6350150Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6356730Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6367240Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6370790Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6373210Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6374200Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6376240Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6377540Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6378600Z copying torch/include/ATen/ops/special_logit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6383220Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6386340Z copying torch/include/ATen/ops/full_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6389810Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6394930Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6397360Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6402420Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6404190Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6408700Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6409720Z copying torch/include/ATen/ops/data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6413810Z copying torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6414930Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6420880Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6423410Z copying torch/include/ATen/ops/div_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6427710Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6429100Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6432920Z copying torch/include/ATen/ops/permute_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6436510Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6438810Z copying torch/include/ATen/ops/xor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6442800Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6445330Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6449300Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6451930Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6455080Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6458110Z copying torch/include/ATen/ops/ge.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6463000Z copying torch/include/ATen/ops/_foreach_clamp_min.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6468530Z copying torch/include/ATen/ops/index_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6469930Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6474450Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6477740Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6480460Z copying torch/include/ATen/ops/split.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6482730Z copying torch/include/ATen/ops/div.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6486020Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6489220Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6493480Z copying torch/include/ATen/ops/t_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6496810Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6498110Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6503260Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6506360Z copying torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6510250Z copying torch/include/ATen/ops/_sparse_mask_projection_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6511580Z copying torch/include/ATen/ops/complex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6517660Z copying torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6518980Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6522520Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6525580Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6529940Z copying torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6531900Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6535720Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6539590Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6544690Z copying torch/include/ATen/ops/log_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6549040Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6553450Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6556240Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6559600Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6562630Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6565780Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6567190Z copying torch/include/ATen/ops/exp2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6571420Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6578200Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6579580Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6585280Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6586620Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6590030Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6592240Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6595470Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6598690Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6601340Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6605650Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6609240Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6612350Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6614760Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6620070Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6623500Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6626450Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6628260Z copying torch/include/ATen/ops/_native_batch_norm_legit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6631840Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6636980Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6638310Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6642040Z copying torch/include/ATen/ops/_nested_get_offsets_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6645580Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6648240Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6652030Z copying torch/include/ATen/ops/zero_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6657200Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6660920Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6664180Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6666580Z copying torch/include/ATen/ops/_foreach_clamp_max_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6670070Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6673290Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6675620Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6680630Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6682410Z copying torch/include/ATen/ops/leaky_relu_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6685560Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6689390Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6694520Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6696620Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6701090Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6704130Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6705910Z copying torch/include/ATen/ops/_is_any_true_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6710330Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6713140Z copying torch/include/ATen/ops/random.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6716060Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6719520Z copying torch/include/ATen/ops/exponential.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6722680Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6726270Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6730910Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6732630Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6736970Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6739350Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6742550Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6744530Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6749630Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6753670Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6758130Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6761580Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6762940Z copying torch/include/ATen/ops/_to_sparse_csr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6766360Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6769520Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6777730Z copying torch/include/ATen/ops/norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6781800Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6789190Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6789810Z copying torch/include/ATen/ops/copysign_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6790350Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6790830Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6794520Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6800200Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6801770Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6806430Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6808070Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6812790Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6816900Z copying torch/include/ATen/ops/_nested_get_ragged_idx_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6818890Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6820290Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6825000Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6831230Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6833300Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6835870Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6838380Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6844270Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6846100Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6850400Z copying torch/include/ATen/ops/_dimI.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6854200Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6856180Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6861480Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6865880Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6866930Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6869550Z copying torch/include/ATen/ops/_convert_weight_to_int4pack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6874500Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6882900Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6884590Z copying torch/include/ATen/ops/_print_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6890880Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6893020Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6894570Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6899140Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6900560Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6903320Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6907800Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6910260Z copying torch/include/ATen/ops/argwhere.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6914780Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6916480Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6919830Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6922620Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6927900Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6929620Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6934760Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6935990Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6941560Z copying torch/include/ATen/ops/fix.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6944120Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6949270Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6952350Z copying torch/include/ATen/ops/rsub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6959470Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6977260Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6978830Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6989890Z copying torch/include/ATen/ops/std.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6996610Z copying torch/include/ATen/ops/_is_all_true_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6998140Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.6999910Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7001670Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7003200Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7004700Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7005980Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7007480Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7008770Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7010220Z copying torch/include/ATen/ops/index_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7011490Z copying torch/include/ATen/ops/aminmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7012920Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7014530Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7015650Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7017400Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7018910Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7022570Z copying torch/include/ATen/ops/fmod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7028300Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7029880Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7031350Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7034090Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7035700Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7044300Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7047270Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7055860Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7057240Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7062050Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7063530Z copying torch/include/ATen/ops/hardswish.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7065110Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7066490Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7069120Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7074880Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7076220Z copying torch/include/ATen/ops/ones_like.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7079620Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7083860Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7086130Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7091120Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7093810Z copying torch/include/ATen/ops/isfinite.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7097990Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7099330Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7102190Z copying torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7107230Z copying torch/include/ATen/ops/_batch_norm_no_update.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7110390Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7117450Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7118770Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7124560Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7125810Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7127820Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7129420Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7133840Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7136180Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7140090Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7141980Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7149160Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7150600Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7154320Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7156810Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7158860Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7164830Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7167420Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7171830Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7173330Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7175880Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7178810Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7190910Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7196850Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7198290Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7200480Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7201860Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7203230Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7204560Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7206400Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7209780Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7215130Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7216480Z copying torch/include/ATen/ops/uniform.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7221530Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7223040Z copying torch/include/ATen/ops/masked_scatter_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7227880Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7229460Z copying torch/include/ATen/ops/cumprod_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7230850Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7235290Z copying torch/include/ATen/ops/mse_loss_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7236580Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7240920Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7242470Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7245820Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7247370Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7251230Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7252480Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7256210Z copying torch/include/ATen/ops/detach_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7260850Z copying torch/include/ATen/ops/set.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7263860Z copying torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7265600Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7270130Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7274260Z copying torch/include/ATen/ops/silu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7278140Z copying torch/include/ATen/ops/native_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7280040Z copying torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7283660Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7286130Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7290320Z copying torch/include/ATen/ops/replication_pad2d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7292770Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7295440Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7300890Z copying torch/include/ATen/ops/det.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7302420Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7306760Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7308630Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7312800Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7315330Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7324770Z copying torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7325250Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7326010Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7329470Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7333580Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7340130Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7341550Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7345250Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7347160Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7348730Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7351290Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7356390Z copying torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7359750Z copying torch/include/ATen/ops/_softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7362420Z copying torch/include/ATen/ops/diagonal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7364950Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7369980Z copying torch/include/ATen/ops/isposinf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7373050Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7376970Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7380290Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7382670Z copying torch/include/ATen/ops/special_round.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7386570Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7389360Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7393880Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7397710Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7402460Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7405240Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7410060Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7411570Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7413390Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7416910Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7422080Z copying torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7423760Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7428590Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7430540Z copying torch/include/ATen/ops/sym_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7436280Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7437720Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7442500Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7443950Z copying torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7445900Z copying torch/include/ATen/ops/batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7449650Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7451400Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7457250Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7460360Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7464570Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7466450Z copying torch/include/ATen/ops/t_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7471490Z copying torch/include/ATen/ops/det_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7472900Z copying torch/include/ATen/ops/_to_sparse_bsr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7478180Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7481500Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7482830Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7486240Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7488790Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7494460Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7497290Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7499330Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7503830Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7508640Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7510400Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7514740Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7517340Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7523150Z copying torch/include/ATen/ops/take_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7524800Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7531480Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7533140Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7534500Z copying torch/include/ATen/ops/greater_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7536380Z copying torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7539160Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7542630Z copying torch/include/ATen/ops/prod_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7546760Z copying torch/include/ATen/ops/tril_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7549620Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7551050Z copying torch/include/ATen/ops/_functional_assert_async_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7556840Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7558410Z copying torch/include/ATen/ops/_is_any_true_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7562550Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7565290Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7567900Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7571850Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7575310Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7582770Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7587210Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7588630Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7593070Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7594600Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7596930Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7599760Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7604250Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7605790Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7610310Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7611860Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7615350Z copying torch/include/ATen/ops/_sparse_semi_structured_tile_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7619810Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7623980Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7627300Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7629640Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7632210Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7635300Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7638350Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7642110Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7645080Z copying torch/include/ATen/ops/_to_sparse_csr_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7649240Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7653060Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7655370Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7661940Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7665070Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7668550Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7669600Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7672350Z copying torch/include/ATen/ops/_cslt_compress_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7676940Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7679020Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7683300Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7690310Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7694040Z copying torch/include/ATen/ops/histc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7696880Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7700640Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7703910Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7708920Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7713070Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7716270Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7718350Z copying torch/include/ATen/ops/_index_put_impl_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7721630Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7725750Z copying torch/include/ATen/ops/_scaled_mm_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7730850Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7732500Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7736590Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7739520Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7743900Z copying torch/include/ATen/ops/copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7747450Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7749120Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7754180Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7755870Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7760040Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7763910Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7766730Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7771110Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7772490Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7776110Z copying torch/include/ATen/ops/_values_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7779530Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7782710Z copying torch/include/ATen/ops/atan2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7786340Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7791460Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7792960Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7797460Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7803260Z copying torch/include/ATen/ops/scaled_dot_product_attention_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7804620Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7806490Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7809130Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7812990Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7816310Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7819280Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7824180Z copying torch/include/ATen/ops/lift_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7828030Z copying torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7830360Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7832190Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7838900Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7840330Z copying torch/include/ATen/ops/and_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7843180Z copying torch/include/ATen/ops/select.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7846170Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7850250Z copying torch/include/ATen/ops/true_divide.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7852910Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7856350Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7865050Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7865570Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7866840Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7870170Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7872750Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7875610Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7878330Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7888640Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7890010Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7893460Z copying torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7894960Z copying torch/include/ATen/ops/tan_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7900890Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7904490Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7906930Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7910280Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7916340Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7918240Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7922880Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7924410Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7925710Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7929420Z copying torch/include/ATen/ops/_print_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7934450Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7936230Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7938750Z copying torch/include/ATen/ops/cat_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7942560Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7946540Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7950670Z copying torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7952730Z copying torch/include/ATen/ops/complex_mps_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7955490Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7960420Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops 2024-08-20T21:53:13.7964110Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip 2024-08-20T21:53:13.7964400Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl 2024-08-20T21:53:13.7965240Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl 2024-08-20T21:53:13.7967900Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl 2024-08-20T21:53:13.7970630Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl 2024-08-20T21:53:13.7972760Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl 2024-08-20T21:53:13.7977130Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-20T21:53:13.7977560Z copying torch/include/ATen/mps/MPSProfiler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-20T21:53:13.7985280Z copying torch/include/ATen/mps/EmptyTensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-20T21:53:13.7990840Z copying torch/include/ATen/mps/MPSAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-20T21:53:13.7992100Z copying torch/include/ATen/mps/MPSGuardImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-20T21:53:13.7993590Z copying torch/include/ATen/mps/MPSHooks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-20T21:53:13.7994950Z copying torch/include/ATen/mps/MPSEvent.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-20T21:53:13.7996290Z copying torch/include/ATen/mps/MPSDevice.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-20T21:53:13.8002150Z copying torch/include/ATen/mps/MPSStream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-20T21:53:13.8003510Z copying torch/include/ATen/mps/IndexKernels.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-20T21:53:13.8010540Z copying torch/include/ATen/mps/MPSAllocatorInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-20T21:53:13.8011810Z copying torch/include/ATen/mps/MPSGeneratorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps 2024-08-20T21:53:13.8017390Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-20T21:53:13.8017760Z copying torch/include/ATen/miopen/Utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-20T21:53:13.8019240Z copying torch/include/ATen/miopen/Types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-20T21:53:13.8022990Z copying torch/include/ATen/miopen/Descriptors.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-20T21:53:13.8024600Z copying torch/include/ATen/miopen/miopen-wrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-20T21:53:13.8028470Z copying torch/include/ATen/miopen/Exceptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-20T21:53:13.8029720Z copying torch/include/ATen/miopen/Handle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen 2024-08-20T21:53:13.8035570Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-20T21:53:13.8036050Z copying torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-20T21:53:13.8038350Z copying torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-20T21:53:13.8043950Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-20T21:53:13.8046970Z copying torch/include/ATen/detail/MAIAHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-20T21:53:13.8051240Z copying torch/include/ATen/detail/XPUHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-20T21:53:13.8054390Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-20T21:53:13.8058950Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-20T21:53:13.8060520Z copying torch/include/ATen/detail/MPSHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-20T21:53:13.8065500Z copying torch/include/ATen/detail/MTIAHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-20T21:53:13.8067520Z copying torch/include/ATen/detail/IPUHooksInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail 2024-08-20T21:53:13.8073390Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8073860Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8075330Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8076760Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8079720Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8083320Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8085120Z copying torch/include/ATen/native/Normalization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8089950Z copying torch/include/ATen/native/ReductionType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8093630Z copying torch/include/ATen/native/Repeat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8096110Z copying torch/include/ATen/native/layer_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8098300Z copying torch/include/ATen/native/GridSampler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8103860Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8105110Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8108670Z copying torch/include/ATen/native/batch_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8114550Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8118360Z copying torch/include/ATen/native/Fill.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8119890Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8125160Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8127610Z copying torch/include/ATen/native/RNN.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8129790Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8132310Z copying torch/include/ATen/native/Pool.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8136470Z copying torch/include/ATen/native/Cross.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8140050Z copying torch/include/ATen/native/im2col.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8142570Z copying torch/include/ATen/native/TransposeType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8147900Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8150680Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8154960Z copying torch/include/ATen/native/Distance.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8157330Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8160590Z copying torch/include/ATen/native/Distributions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8162180Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8166380Z copying torch/include/ATen/native/SparseTensorUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8170950Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8174440Z copying torch/include/ATen/native/FusedAdagrad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8178170Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8181780Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8183320Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8187060Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8189940Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8195110Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8196520Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8200890Z copying torch/include/ATen/native/Lerp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8205110Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8209680Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8212460Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8213730Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8216970Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8220380Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8221230Z copying torch/include/ATen/native/TensorShape.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8227750Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8232040Z copying torch/include/ATen/native/UpSample.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8234470Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8238630Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8240550Z copying torch/include/ATen/native/Resize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8241890Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8246460Z copying torch/include/ATen/native/Sorting.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8250920Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8254240Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8256370Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8260180Z copying torch/include/ATen/native/vol2col.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8262520Z copying torch/include/ATen/native/LossMulti.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8266850Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8270300Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8274300Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8278990Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8282950Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8284310Z copying torch/include/ATen/native/group_norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8286370Z copying torch/include/ATen/native/Histogram.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8290460Z copying torch/include/ATen/native/Activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8291720Z copying torch/include/ATen/native/Math.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8295950Z copying torch/include/ATen/native/FusedAdam.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8299890Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8308070Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8311820Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8313170Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8315250Z copying torch/include/ATen/native/AmpKernels.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8319400Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8320890Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8323160Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8327340Z copying torch/include/ATen/native/FractionalMaxPooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8328700Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8333150Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8337660Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8340350Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8342870Z copying torch/include/ATen/native/Pow.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8347220Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8349950Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8353960Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8355930Z copying torch/include/ATen/native/FusedSGD.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8359270Z copying torch/include/ATen/native/Padding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8362960Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8367300Z copying torch/include/ATen/native/PixelShuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8370290Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8373760Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8379850Z copying torch/include/ATen/native/Copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8384510Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8393280Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native 2024-08-20T21:53:13.8393690Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8394140Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8399170Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8400160Z copying torch/include/ATen/native/cpu/ReduceUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8401820Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8407580Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8408960Z copying torch/include/ATen/native/cpu/int_mm_kernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8410350Z copying torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8413330Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8417010Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8422670Z copying torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8424070Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8429370Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8430590Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8435840Z copying torch/include/ATen/native/cpu/LogAddExp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8436790Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8441550Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8442960Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8451300Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8452630Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8456850Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8458170Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8460290Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8465760Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8467500Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8472710Z copying torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8474250Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8476470Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8479550Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8483790Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu 2024-08-20T21:53:13.8487020Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8487600Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8489710Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8495390Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8498210Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8501870Z copying torch/include/ATen/native/cuda/RowwiseScaledMM.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8511070Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8516500Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8517870Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8519430Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8520290Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8521980Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8523360Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8526490Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8531960Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8533290Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8538050Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8545560Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8546910Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8552480Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8555080Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8557510Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8558940Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8563840Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8567060Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8570390Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8571980Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8577340Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8578740Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8583370Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8588190Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8596880Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8598370Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8599290Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8600790Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8602030Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8603790Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8605210Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8606640Z copying torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8608040Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8609970Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8610920Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8612520Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8614170Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8615540Z copying torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8617020Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8617850Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8619620Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8621060Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8622500Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8623440Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8625050Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8626400Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8627890Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8628850Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8630420Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8632320Z copying torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8633900Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda 2024-08-20T21:53:13.8635160Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-20T21:53:13.8635600Z copying torch/include/ATen/native/mps/TensorFactory.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-20T21:53:13.8637210Z copying torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-20T21:53:13.8638530Z copying torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-20T21:53:13.8639840Z copying torch/include/ATen/native/mps/UnaryConstants.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-20T21:53:13.8641310Z copying torch/include/ATen/native/mps/MPSGraphSequoiaOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-20T21:53:13.8642560Z copying torch/include/ATen/native/mps/OperationUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-20T21:53:13.8643990Z copying torch/include/ATen/native/mps/Copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps 2024-08-20T21:53:13.8645670Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-20T21:53:13.8646170Z copying torch/include/ATen/native/nested/NestedTensorUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-20T21:53:13.8647820Z copying torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-20T21:53:13.8648730Z copying torch/include/ATen/native/nested/NestedTensorMath.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-20T21:53:13.8650110Z copying torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-20T21:53:13.8651980Z copying torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-20T21:53:13.8652860Z copying torch/include/ATen/native/nested/NestedTensorFactories.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested 2024-08-20T21:53:13.8654400Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-20T21:53:13.8655000Z copying torch/include/ATen/native/quantized/ConvUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-20T21:53:13.8656550Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-20T21:53:13.8658020Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-20T21:53:13.8659590Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-20T21:53:13.8660500Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-20T21:53:13.8662180Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-20T21:53:13.8663150Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized 2024-08-20T21:53:13.8664950Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8665500Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8667200Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8668060Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8669870Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8671660Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8672430Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8673960Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8675610Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8677100Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8677950Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8679700Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8680890Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8682400Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:13.8683880Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/transformers 2024-08-20T21:53:13.8684470Z copying torch/include/ATen/native/transformers/attention.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/transformers 2024-08-20T21:53:13.8685670Z copying torch/include/ATen/native/transformers/sdp_utils_cpp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/transformers 2024-08-20T21:53:13.8687290Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils 2024-08-20T21:53:13.8687760Z copying torch/include/ATen/native/utils/ParamUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils 2024-08-20T21:53:13.8689420Z copying torch/include/ATen/native/utils/ParamsHash.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils 2024-08-20T21:53:13.8690720Z copying torch/include/ATen/native/utils/Factory.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils 2024-08-20T21:53:13.8691990Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/quantized 2024-08-20T21:53:13.8692540Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/quantized 2024-08-20T21:53:13.8694060Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/quantized 2024-08-20T21:53:13.8695270Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-20T21:53:13.8695680Z copying torch/include/ATen/xpu/XPUEvent.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-20T21:53:13.8697270Z copying torch/include/ATen/xpu/XPUDevice.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-20T21:53:13.8698630Z copying torch/include/ATen/xpu/PinnedMemoryAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-20T21:53:13.8699960Z copying torch/include/ATen/xpu/CachingHostAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-20T21:53:13.8701280Z copying torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-20T21:53:13.8702870Z copying torch/include/ATen/xpu/XPUContext.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu 2024-08-20T21:53:13.8704370Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/detail 2024-08-20T21:53:13.8704790Z copying torch/include/ATen/xpu/detail/XPUHooks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/detail 2024-08-20T21:53:13.8706610Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2 2024-08-20T21:53:13.8706850Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-20T21:53:13.8707510Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-20T21:53:13.8709230Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-20T21:53:13.8710680Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-20T21:53:13.8712300Z copying torch/include/caffe2/serialize/versions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-20T21:53:13.8713680Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-20T21:53:13.8714710Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-20T21:53:13.8716260Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize 2024-08-20T21:53:13.8717700Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10 2024-08-20T21:53:13.8717920Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros 2024-08-20T21:53:13.8718340Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros 2024-08-20T21:53:13.8720050Z copying torch/include/c10/macros/Export.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros 2024-08-20T21:53:13.8720940Z copying torch/include/c10/macros/Macros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros 2024-08-20T21:53:13.8723080Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8727710Z copying torch/include/c10/core/RefcountedDeleter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8728210Z copying torch/include/c10/core/QEngine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8728590Z copying torch/include/c10/core/TensorOptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8728940Z copying torch/include/c10/core/SymFloat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8729280Z copying torch/include/c10/core/GradMode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8729950Z copying torch/include/c10/core/Device.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8731660Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8733040Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8734380Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8735770Z copying torch/include/c10/core/alignment.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8736520Z copying torch/include/c10/core/Event.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8738190Z copying torch/include/c10/core/Backend.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8739720Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8740440Z copying torch/include/c10/core/DeviceArray.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8742080Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8743560Z copying torch/include/c10/core/ConstantSymNodeImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8744910Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8746280Z copying torch/include/c10/core/QScheme.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8747620Z copying torch/include/c10/core/SafePyObject.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8749070Z copying torch/include/c10/core/Stream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8750370Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8751430Z copying torch/include/c10/core/Scalar.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8752870Z copying torch/include/c10/core/AutogradState.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8754180Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8755580Z copying torch/include/c10/core/thread_pool.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8756790Z copying torch/include/c10/core/CopyBytes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8758120Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8759530Z copying torch/include/c10/core/StreamGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8760730Z copying torch/include/c10/core/DynamicCast.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8761970Z copying torch/include/c10/core/Layout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8763490Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8764790Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8766310Z copying torch/include/c10/core/Allocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8767660Z copying torch/include/c10/core/TensorImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8769660Z copying torch/include/c10/core/Contiguity.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8771040Z copying torch/include/c10/core/ScalarType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8772380Z copying torch/include/c10/core/Storage.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8774300Z copying torch/include/c10/core/DeviceType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8775190Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8776480Z copying torch/include/c10/core/StorageImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8777920Z copying torch/include/c10/core/SymbolicShapeMeta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8779070Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8780370Z copying torch/include/c10/core/SymBool.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8781830Z copying torch/include/c10/core/DispatchKey.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8783340Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8784420Z copying torch/include/c10/core/InferenceMode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8786050Z copying torch/include/c10/core/SymInt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8787060Z copying torch/include/c10/core/OptionalRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core 2024-08-20T21:53:13.8788660Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing 2024-08-20T21:53:13.8789130Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing 2024-08-20T21:53:13.8790590Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing 2024-08-20T21:53:13.8792100Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing 2024-08-20T21:53:13.8793530Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing 2024-08-20T21:53:13.8794990Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing 2024-08-20T21:53:13.8796230Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl 2024-08-20T21:53:13.8796950Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl 2024-08-20T21:53:13.8798640Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl 2024-08-20T21:53:13.8799890Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl 2024-08-20T21:53:13.8801400Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl 2024-08-20T21:53:13.8802650Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl 2024-08-20T21:53:13.8804110Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-20T21:53:13.8804630Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-20T21:53:13.8806090Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-20T21:53:13.8807450Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-20T21:53:13.8809090Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-20T21:53:13.8810180Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-20T21:53:13.8811950Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-20T21:53:13.8813420Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch 2024-08-20T21:53:13.8814610Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration 2024-08-20T21:53:13.8815120Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration 2024-08-20T21:53:13.8816640Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration 2024-08-20T21:53:13.8818140Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration 2024-08-20T21:53:13.8819260Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration 2024-08-20T21:53:13.8820870Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8821430Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8822840Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8824340Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8825610Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8827120Z copying torch/include/c10/core/impl/COWDeleter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8828520Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8829960Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8831410Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8832980Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8834460Z copying torch/include/c10/core/impl/PyObjectSlot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8835990Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8837460Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8838930Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8840460Z copying torch/include/c10/core/impl/COW.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8841780Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8843430Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8844630Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl 2024-08-20T21:53:13.8846040Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8846370Z copying torch/include/c10/util/Type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8848190Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8849990Z copying torch/include/c10/util/Float8_e4m3fn-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8851350Z copying torch/include/c10/util/quint4x2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8853060Z copying torch/include/c10/util/FbcodeMaps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8854330Z copying torch/include/c10/util/signal_handler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8855780Z copying torch/include/c10/util/safe_numerics.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8857040Z copying torch/include/c10/util/Half.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8858740Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8860330Z copying torch/include/c10/util/env.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8861810Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8863240Z copying torch/include/c10/util/Synchronized.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8864520Z copying torch/include/c10/util/Bitset.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8865920Z copying torch/include/c10/util/typeid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8867340Z copying torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8868720Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8870100Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8871610Z copying torch/include/c10/util/string_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8872940Z copying torch/include/c10/util/win32-headers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8874290Z copying torch/include/c10/util/AlignOf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8875600Z copying torch/include/c10/util/static_tracepoint.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8876980Z copying torch/include/c10/util/ssize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8878370Z copying torch/include/c10/util/numa.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8879580Z copying torch/include/c10/util/qint32.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8881040Z copying torch/include/c10/util/CallOnce.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8882560Z copying torch/include/c10/util/Float8_e5m2fnuz.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8883980Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8885450Z copying torch/include/c10/util/Half-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8886800Z copying torch/include/c10/util/TypeTraits.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8888380Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8889890Z copying torch/include/c10/util/FunctionRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8890840Z copying torch/include/c10/util/Backtrace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8892610Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8893950Z copying torch/include/c10/util/Load.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8895380Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8896880Z copying torch/include/c10/util/static_tracepoint_elfx86.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8897720Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8899550Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8900920Z copying torch/include/c10/util/IdWrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8902280Z copying torch/include/c10/util/Flags.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8903550Z copying torch/include/c10/util/overloaded.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8905090Z copying torch/include/c10/util/Float8_e4m3fnuz.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8906430Z copying torch/include/c10/util/quint8.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8907870Z copying torch/include/c10/util/Float8_e5m2-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8909600Z copying torch/include/c10/util/StringUtil.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8910880Z copying torch/include/c10/util/Logging.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8912240Z copying torch/include/c10/util/MathConstants.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8913900Z copying torch/include/c10/util/Registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8915140Z copying torch/include/c10/util/Optional.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8916490Z copying torch/include/c10/util/Float8_e5m2.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8917600Z copying torch/include/c10/util/tempfile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8919270Z copying torch/include/c10/util/copysign.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8920740Z copying torch/include/c10/util/ArrayRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8922070Z copying torch/include/c10/util/thread_name.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8923440Z copying torch/include/c10/util/strides.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8924650Z copying torch/include/c10/util/Unicode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8926310Z copying torch/include/c10/util/TypeCast.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8927660Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8929240Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8930490Z copying torch/include/c10/util/BFloat16.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8932050Z copying torch/include/c10/util/TypeList.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8933440Z copying torch/include/c10/util/TypeIndex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8935130Z copying torch/include/c10/util/Array.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8936720Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8938120Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8939950Z copying torch/include/c10/util/WaitCounter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8941410Z copying torch/include/c10/util/quint2x4.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8943410Z copying torch/include/c10/util/floating_point_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8949150Z copying torch/include/c10/util/ParallelGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8949730Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8950080Z copying torch/include/c10/util/int128.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8950400Z copying torch/include/c10/util/Lazy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8950930Z copying torch/include/c10/util/Deprecated.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8952780Z copying torch/include/c10/util/irange.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8954470Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8955820Z copying torch/include/c10/util/ScopeExit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8957190Z copying torch/include/c10/util/Unroll.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8959020Z copying torch/include/c10/util/LeftRight.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8960480Z copying torch/include/c10/util/bit_cast.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8961880Z copying torch/include/c10/util/qint8.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8963300Z copying torch/include/c10/util/complex_math.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8965020Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8966460Z copying torch/include/c10/util/DynamicCounter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8968300Z copying torch/include/c10/util/Exception.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8969770Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8971170Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8972400Z copying torch/include/c10/util/Float8_e4m3fn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8973940Z copying torch/include/c10/util/AbortHandler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8975300Z copying torch/include/c10/util/DimVector.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8976550Z copying torch/include/c10/util/accumulate.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8977830Z copying torch/include/c10/util/C++17.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8979330Z copying torch/include/c10/util/strong_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8980810Z copying torch/include/c10/util/ApproximateClock.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8982180Z copying torch/include/c10/util/SmallVector.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8983720Z copying torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8984920Z copying torch/include/c10/util/hash.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8986330Z copying torch/include/c10/util/python_stub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8987830Z copying torch/include/c10/util/complex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8989350Z copying torch/include/c10/util/bits.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8990640Z copying torch/include/c10/util/string_view.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8992100Z copying torch/include/c10/util/Float8_fnuz_cvt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8993350Z copying torch/include/c10/util/complex_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8994790Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8996240Z copying torch/include/c10/util/generic_math.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util 2024-08-20T21:53:13.8997330Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.8997900Z copying torch/include/c10/cuda/CUDADeviceAssertion.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.8999360Z copying torch/include/c10/cuda/driver_api.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.9000670Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.9002090Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.9003460Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.9004640Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.9005970Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.9007290Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.9008690Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.9009960Z copying torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.9012360Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.9012740Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.9014070Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.9015650Z copying torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda 2024-08-20T21:53:13.9017050Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/impl 2024-08-20T21:53:13.9017520Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/impl 2024-08-20T21:53:13.9019300Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/impl 2024-08-20T21:53:13.9020320Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-20T21:53:13.9020840Z copying torch/include/c10/xpu/XPUStream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-20T21:53:13.9022480Z copying torch/include/c10/xpu/XPUDeviceProp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-20T21:53:13.9023930Z copying torch/include/c10/xpu/XPUCachingAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-20T21:53:13.9025350Z copying torch/include/c10/xpu/XPUMacros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-20T21:53:13.9026530Z copying torch/include/c10/xpu/XPUException.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-20T21:53:13.9027880Z copying torch/include/c10/xpu/XPUFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu 2024-08-20T21:53:13.9029210Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/impl 2024-08-20T21:53:13.9029720Z copying torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/impl 2024-08-20T21:53:13.9031110Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch 2024-08-20T21:53:13.9031470Z copying torch/include/torch/script.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch 2024-08-20T21:53:13.9033060Z copying torch/include/torch/library.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch 2024-08-20T21:53:13.9034680Z copying torch/include/torch/custom_class_detail.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch 2024-08-20T21:53:13.9036110Z copying torch/include/torch/custom_class.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch 2024-08-20T21:53:13.9037600Z copying torch/include/torch/extension.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch 2024-08-20T21:53:13.9038900Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9039240Z copying torch/include/torch/csrc/Size.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9040880Z copying torch/include/torch/csrc/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9042360Z copying torch/include/torch/csrc/Export.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9043700Z copying torch/include/torch/csrc/Device.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9045060Z copying torch/include/torch/csrc/THConcat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9046320Z copying torch/include/torch/csrc/Event.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9047660Z copying torch/include/torch/csrc/Types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9049010Z copying torch/include/torch/csrc/serialization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9050360Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9051780Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9053090Z copying torch/include/torch/csrc/QScheme.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9054420Z copying torch/include/torch/csrc/Stream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9055910Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9057210Z copying torch/include/torch/csrc/THP.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9058620Z copying torch/include/torch/csrc/python_headers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9059900Z copying torch/include/torch/csrc/Layout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9061200Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9062630Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9063960Z copying torch/include/torch/csrc/Storage.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9065430Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9066700Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9067750Z copying torch/include/torch/csrc/PyInterpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9069360Z copying torch/include/torch/csrc/Dtype.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9070930Z copying torch/include/torch/csrc/Module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9071720Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9073400Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9075060Z copying torch/include/torch/csrc/Generator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9076370Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9078100Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc 2024-08-20T21:53:13.9079390Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api 2024-08-20T21:53:13.9079660Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include 2024-08-20T21:53:13.9079980Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9080730Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9082550Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9083880Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9085310Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9086680Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9088080Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9089500Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9090970Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9092220Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9093650Z copying torch/include/torch/csrc/api/include/torch/xpu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9095140Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9096480Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9097720Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9099350Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9100710Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9102030Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9103370Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9105020Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9106330Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9107840Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9109580Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9111090Z copying torch/include/torch/csrc/api/include/torch/mps.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9112130Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9113700Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9115000Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:13.9116410Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:13.9117000Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:13.9118810Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:13.9119770Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:13.9121240Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:13.9123050Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:13.9123910Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:13.9125530Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:13.9127340Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:13.9128070Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-20T21:53:13.9128860Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-20T21:53:13.9130620Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-20T21:53:13.9131650Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-20T21:53:13.9133250Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:13.9133940Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:13.9135280Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:13.9136990Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:13.9138170Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:13.9139450Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:13.9141060Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:13.9142210Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:13.9143690Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-20T21:53:13.9144360Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-20T21:53:13.9145990Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-20T21:53:13.9147010Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-20T21:53:13.9148490Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:13.9149180Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:13.9150440Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:13.9152220Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:13.9153650Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:13.9154810Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:13.9156530Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:13.9157380Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:13.9162890Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-20T21:53:13.9163620Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-20T21:53:13.9164390Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-20T21:53:13.9165090Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-20T21:53:13.9165790Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-20T21:53:13.9166480Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-20T21:53:13.9166800Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/detail 2024-08-20T21:53:13.9167450Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/detail 2024-08-20T21:53:13.9168250Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/detail 2024-08-20T21:53:13.9169660Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:13.9170230Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:13.9171840Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:13.9172760Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:13.9174370Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:13.9176100Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:13.9177530Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:13.9178490Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:13.9180260Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:13.9181390Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:13.9183230Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9183950Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9185360Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9186800Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9187980Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9189530Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9190730Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9192280Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9193760Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9195180Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9196530Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9197790Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9199580Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9201100Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9202310Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9203990Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9205610Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:13.9207570Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9208270Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9210110Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9211300Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9212950Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9214520Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9215980Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9217540Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9219120Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9220580Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9222180Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9223280Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9224480Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9226010Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9227610Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9229000Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9230600Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9232010Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9233280Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9234790Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9235930Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9237630Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:13.9238880Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9239570Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9240970Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9242390Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9243940Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9245000Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9246640Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9247870Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9249440Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9250390Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9252010Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9253300Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9254750Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9256240Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9257260Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9258880Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9260450Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9262000Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9263170Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9264690Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9266130Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9267500Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9268860Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9270250Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:13.9271680Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:13.9272430Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:13.9273910Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:13.9275650Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:13.9276720Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:13.9278490Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:13.9279380Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:13.9280780Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:13.9282400Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:13.9283410Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:13.9285040Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:13.9286010Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-08-20T21:53:13.9286800Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-08-20T21:53:13.9288150Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-20T21:53:13.9288800Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-20T21:53:13.9290400Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-20T21:53:13.9291610Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-20T21:53:13.9292890Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:13.9293490Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:13.9295020Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:13.9296490Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:13.9297430Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:13.9299020Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:13.9300630Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:13.9301540Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:13.9303360Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:13.9304590Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-20T21:53:13.9305440Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-20T21:53:13.9306470Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-20T21:53:13.9308090Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-20T21:53:13.9309530Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize 2024-08-20T21:53:13.9310270Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize 2024-08-20T21:53:13.9312310Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize 2024-08-20T21:53:13.9313850Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize 2024-08-20T21:53:13.9315290Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize 2024-08-20T21:53:13.9316420Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9316970Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9318630Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9320420Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9321720Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9323400Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9324720Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9326180Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9327820Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9329110Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9330570Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9331860Z copying torch/include/torch/csrc/autograd/variable_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9333220Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9334530Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9335880Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9337390Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9339090Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9340390Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9341920Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9343300Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9344720Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9346100Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9347460Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9348780Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9350370Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9351770Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9353110Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9354500Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9355870Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9357430Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9358840Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9360130Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9361750Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9363120Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9364630Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9366050Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9367500Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9369300Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9370200Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9371990Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9373420Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9378780Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9379560Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9380120Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9380570Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9381010Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9382440Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd 2024-08-20T21:53:13.9383610Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:13.9384280Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:13.9385960Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:13.9387700Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:13.9389040Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:13.9390670Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:13.9392040Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:13.9393350Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:13.9394130Z copying torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:13.9395890Z copying torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:13.9397730Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:13.9399210Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:13.9400610Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:13.9404610Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:13.9406240Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:13.9406830Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:13.9408270Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:13.9409960Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:13.9411350Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:13.9412740Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:13.9414290Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:13.9415440Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-20T21:53:13.9415940Z copying torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-20T21:53:13.9417390Z copying torch/include/torch/csrc/cuda/GdsFile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-20T21:53:13.9418670Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-20T21:53:13.9419980Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-20T21:53:13.9421330Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-20T21:53:13.9422700Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-20T21:53:13.9423990Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-20T21:53:13.9425340Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-20T21:53:13.9426780Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-20T21:53:13.9428260Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-20T21:53:13.9429540Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-20T21:53:13.9430940Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda 2024-08-20T21:53:13.9432180Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed 2024-08-20T21:53:13.9432520Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9433040Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9434650Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9436070Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9437500Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9438460Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9440130Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9441560Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9443140Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9444750Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9446350Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9447890Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9449450Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9450380Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9452060Z copying torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9453450Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9454930Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9455860Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9457430Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9458690Z copying torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9460290Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9461380Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9462950Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9464390Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9465790Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9467430Z copying torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9468750Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9470020Z copying torch/include/torch/csrc/distributed/c10d/Functional.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9471560Z copying torch/include/torch/csrc/distributed/c10d/Backoff.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9472480Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9474060Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9475160Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9476760Z copying torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9477810Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9479530Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9480500Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9482690Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9483540Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9485100Z copying torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9486720Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9488170Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9489580Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9491110Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9492000Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9493650Z copying torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9495120Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9496130Z copying torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9497720Z copying torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:13.9499050Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9499570Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9501020Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9502330Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9503730Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9505180Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9506560Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9507570Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9509200Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9510760Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9512160Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9513540Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9514900Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9516420Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9517320Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9518970Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9520380Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9521810Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9523240Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9524450Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9526000Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9527320Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9528650Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9530020Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9531510Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9532820Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9534150Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9535500Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:13.9536950Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd 2024-08-20T21:53:13.9537300Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/context 2024-08-20T21:53:13.9537970Z copying torch/include/torch/csrc/distributed/autograd/context/container.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/context 2024-08-20T21:53:13.9539590Z copying torch/include/torch/csrc/distributed/autograd/context/context.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/context 2024-08-20T21:53:13.9540760Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/functions 2024-08-20T21:53:13.9541450Z copying torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/functions 2024-08-20T21:53:13.9543030Z copying torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/functions 2024-08-20T21:53:13.9544390Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:13.9545130Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:13.9546960Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:13.9547910Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:13.9549690Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:13.9550780Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:13.9552590Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:13.9553510Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:13.9555230Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:13.9556260Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:13.9557910Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:13.9558770Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9559330Z copying torch/include/torch/csrc/dynamo/cache_entry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9560770Z copying torch/include/torch/csrc/dynamo/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9562470Z copying torch/include/torch/csrc/dynamo/cpython_defs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9563760Z copying torch/include/torch/csrc/dynamo/cpp_shim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9565150Z copying torch/include/torch/csrc/dynamo/framelocals_mapping.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9566650Z copying torch/include/torch/csrc/dynamo/cpython_includes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9567520Z copying torch/include/torch/csrc/dynamo/extra_state.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9569160Z copying torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9570610Z copying torch/include/torch/csrc/dynamo/eval_frame.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9572130Z copying torch/include/torch/csrc/dynamo/debug_macros.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9573490Z copying torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9574430Z copying torch/include/torch/csrc/dynamo/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9576010Z copying torch/include/torch/csrc/dynamo/guards.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo 2024-08-20T21:53:13.9577450Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor 2024-08-20T21:53:13.9578000Z copying torch/include/torch/csrc/inductor/inductor_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor 2024-08-20T21:53:13.9579340Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner 2024-08-20T21:53:13.9579890Z copying torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner 2024-08-20T21:53:13.9581530Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner 2024-08-20T21:53:13.9583000Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner 2024-08-20T21:53:13.9583940Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner 2024-08-20T21:53:13.9585800Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:13.9586360Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:13.9587790Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:13.9593200Z copying torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:13.9594010Z copying torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:13.9594620Z copying torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:13.9595180Z copying torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:13.9595720Z copying torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:13.9596280Z copying torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:13.9597330Z copying torch/include/torch/csrc/inductor/aoti_runtime/model_container.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:13.9598820Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch 2024-08-20T21:53:13.9599380Z copying torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch 2024-08-20T21:53:13.9601070Z copying torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch 2024-08-20T21:53:13.9602570Z copying torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch 2024-08-20T21:53:13.9603550Z copying torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch 2024-08-20T21:53:13.9605330Z copying torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch 2024-08-20T21:53:13.9606640Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/c 2024-08-20T21:53:13.9607180Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/c 2024-08-20T21:53:13.9608610Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-08-20T21:53:13.9609290Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-08-20T21:53:13.9610810Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-08-20T21:53:13.9612200Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit 2024-08-20T21:53:13.9612620Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit 2024-08-20T21:53:13.9614270Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit 2024-08-20T21:53:13.9615580Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit 2024-08-20T21:53:13.9616920Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:13.9617460Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:13.9618920Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:13.9620320Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:13.9621740Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:13.9622710Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:13.9624460Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:13.9625430Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:13.9627020Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:13.9628550Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:13.9629400Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9629990Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9631690Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9633190Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9634710Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9635890Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9637370Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9638930Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9639830Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9642130Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9643590Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9645030Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9646240Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9647820Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9649350Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9650500Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9652200Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9653520Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9655270Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9656830Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9657700Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9659320Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9660930Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9662260Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9663760Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9664700Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9666520Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9667940Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9669500Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9670320Z copying torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9672020Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9673530Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9675000Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9675960Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9677760Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9679290Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9680150Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9681840Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9682840Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9684520Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9685920Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9687320Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9688840Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9689720Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9691390Z copying torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9692900Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9694510Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9695540Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9697190Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9698210Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9700300Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9701860Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9702760Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9704900Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9706450Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9707820Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9709580Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9711240Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9712720Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9714180Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9715470Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9717330Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9718730Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9720340Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9721390Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9723830Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9725250Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9726770Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9728300Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9729850Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9731350Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9732940Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9734340Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9735730Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9737290Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9738850Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9740470Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9742140Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9743930Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9745510Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9747070Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9748570Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9750130Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9751380Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9753070Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9754610Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9756190Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9757690Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:13.9759070Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:13.9759660Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:13.9761570Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:13.9763150Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:13.9764160Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:13.9765820Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:13.9767630Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:13.9768750Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:13.9770430Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:13.9771640Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:13.9773080Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils 2024-08-20T21:53:13.9773660Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils 2024-08-20T21:53:13.9775230Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils 2024-08-20T21:53:13.9776660Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils 2024-08-20T21:53:13.9778090Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils 2024-08-20T21:53:13.9779570Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils 2024-08-20T21:53:13.9780880Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9781430Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9783010Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9784420Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9785740Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9787520Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9789160Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9790620Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9792050Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9793630Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9795040Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9796540Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9797880Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9799300Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9800960Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9802480Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9803460Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9804990Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9806140Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9807730Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9809390Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9810790Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9811920Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9817380Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9818130Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9818630Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9819150Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9819690Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9820470Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9821440Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9822810Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9824220Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:13.9825550Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9826300Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9827680Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9829110Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9830940Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9832100Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9833430Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9834830Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9836440Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9837710Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9839030Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9840300Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9841860Z copying torch/include/torch/csrc/jit/ir/graph_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9843110Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:13.9844320Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9845150Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9846510Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9847840Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9849160Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9850510Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9851930Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9853220Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9855080Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9856280Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9857630Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9858940Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9860380Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9861780Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9863140Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9864470Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9865790Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9867290Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9868670Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9869990Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9871330Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9872770Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9874130Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9875580Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9876960Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9878400Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9879800Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9881220Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9882580Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:13.9883920Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api 2024-08-20T21:53:13.9884700Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api 2024-08-20T21:53:13.9885940Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api 2024-08-20T21:53:13.9887220Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api 2024-08-20T21:53:13.9888460Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api 2024-08-20T21:53:13.9890040Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api 2024-08-20T21:53:13.9891640Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9892560Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9893730Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9895160Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9896850Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9898270Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9899740Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9901090Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9902570Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9904000Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9909560Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9910850Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9912060Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9913210Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9914350Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9915550Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9916710Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9917870Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9919040Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9920220Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9921410Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9922550Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:13.9923500Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9924290Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9925540Z copying torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9926940Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9929260Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9930490Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9931770Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9933070Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9934500Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9936610Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9937740Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9938900Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9940460Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9942640Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9944070Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9945370Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9946860Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python 2024-08-20T21:53:13.9948500Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9949340Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9951250Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9952390Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9953940Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9955430Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9956840Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9958600Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9959700Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9961560Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9962660Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9964560Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9965680Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9967000Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9968430Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9969900Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9971130Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9973030Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9974170Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9975810Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9977200Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9979010Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9980370Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:13.9981930Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/testing 2024-08-20T21:53:13.9982750Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/testing 2024-08-20T21:53:13.9984740Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/testing 2024-08-20T21:53:13.9985850Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:13.9986700Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:13.9988030Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:13.9989420Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:13.9990890Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:13.9992260Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:13.9993570Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:13.9994930Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:13.9996350Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:13.9997750Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:13.9999190Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0000490Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0002060Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0003500Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0004750Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0006080Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0007530Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0008860Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0010200Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0011540Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0012940Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0014320Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0015650Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0017010Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0018460Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0019720Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0021060Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0022430Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0027470Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0028570Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0029610Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0030680Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0031790Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0032890Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0033920Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0035030Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0036140Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0037180Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0038250Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0039320Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0040360Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0041670Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0042840Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:14.0044090Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:14.0045080Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:14.0046370Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:14.0047820Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:14.0049140Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:14.0050520Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:14.0051810Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:14.0053180Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:14.0054570Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:14.0055910Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:14.0056970Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/codegen 2024-08-20T21:53:14.0057580Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/codegen/cuda 2024-08-20T21:53:14.0058470Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/codegen/cuda 2024-08-20T21:53:14.0059390Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx 2024-08-20T21:53:14.0060120Z copying torch/include/torch/csrc/onnx/back_compat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx 2024-08-20T21:53:14.0061380Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx 2024-08-20T21:53:14.0063050Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx 2024-08-20T21:53:14.0064170Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-20T21:53:14.0065030Z copying torch/include/torch/csrc/profiler/combined_traceback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-20T21:53:14.0066150Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-20T21:53:14.0067820Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-20T21:53:14.0068930Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-20T21:53:14.0070370Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-20T21:53:14.0071610Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-20T21:53:14.0072900Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-20T21:53:14.0074640Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-20T21:53:14.0075740Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-20T21:53:14.0077110Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler 2024-08-20T21:53:14.0078720Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration 2024-08-20T21:53:14.0079660Z copying torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration 2024-08-20T21:53:14.0080850Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration 2024-08-20T21:53:14.0082130Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration 2024-08-20T21:53:14.0083150Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone 2024-08-20T21:53:14.0084130Z copying torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone 2024-08-20T21:53:14.0085490Z copying torch/include/torch/csrc/profiler/standalone/nvtx_observer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone 2024-08-20T21:53:14.0086780Z copying torch/include/torch/csrc/profiler/standalone/itt_observer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone 2024-08-20T21:53:14.0088090Z copying torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone 2024-08-20T21:53:14.0089210Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/stubs 2024-08-20T21:53:14.0090030Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/stubs 2024-08-20T21:53:14.0091140Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0092100Z copying torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0093290Z copying torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0094560Z copying torch/include/torch/csrc/profiler/unwind/unwind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0096050Z copying torch/include/torch/csrc/profiler/unwind/sections.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0097380Z copying torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0098770Z copying torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0100240Z copying torch/include/torch/csrc/profiler/unwind/debug_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0101470Z copying torch/include/torch/csrc/profiler/unwind/action.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0102790Z copying torch/include/torch/csrc/profiler/unwind/mem_file.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0104170Z copying torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0105430Z copying torch/include/torch/csrc/profiler/unwind/fde.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0106850Z copying torch/include/torch/csrc/profiler/unwind/communicate.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0108220Z copying torch/include/torch/csrc/profiler/unwind/lexer.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0109640Z copying torch/include/torch/csrc/profiler/unwind/line_number_program.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0111050Z copying torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0112370Z copying torch/include/torch/csrc/profiler/unwind/range_table.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:14.0114040Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python 2024-08-20T21:53:14.0114900Z copying torch/include/torch/csrc/profiler/python/pybind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python 2024-08-20T21:53:14.0116000Z copying torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python 2024-08-20T21:53:14.0117220Z copying torch/include/torch/csrc/profiler/python/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python 2024-08-20T21:53:14.0118270Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0119020Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0120280Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0121730Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0123020Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0124330Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0125680Z copying torch/include/torch/csrc/utils/python_raii.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0127340Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0132310Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0133270Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0134160Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0135130Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0136130Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0137110Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0138070Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0138950Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0139860Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0140830Z copying torch/include/torch/csrc/utils/verbose.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0141920Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0143850Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0144810Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0146030Z copying torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0147420Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0149610Z copying torch/include/torch/csrc/utils/device_lazy_init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0150750Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0152560Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0153580Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0154890Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0156200Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0158040Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0159020Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0160220Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0161990Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0163100Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0164380Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0165770Z copying torch/include/torch/csrc/utils/pyobject_preservation.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0167130Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0168420Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0169870Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0171130Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0172390Z copying torch/include/torch/csrc/utils/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0173830Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0175070Z copying torch/include/torch/csrc/utils/six.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0176820Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0177830Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils 2024-08-20T21:53:14.0179090Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/tensor 2024-08-20T21:53:14.0179870Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/tensor 2024-08-20T21:53:14.0181570Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy 2024-08-20T21:53:14.0182140Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend 2024-08-20T21:53:14.0183020Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend 2024-08-20T21:53:14.0184090Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend 2024-08-20T21:53:14.0185330Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend 2024-08-20T21:53:14.0186510Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend 2024-08-20T21:53:14.0187730Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0188510Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0189770Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0191110Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0192440Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0193840Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0195440Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0196700Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0197780Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0199210Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0200870Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0202010Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0203790Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0205360Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0206460Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0208220Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0209300Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0210820Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0212070Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0213200Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0214490Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0215820Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0217240Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0218510Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0219820Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:14.0221550Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/internal_ops 2024-08-20T21:53:14.0222540Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/internal_ops 2024-08-20T21:53:14.0223480Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ops 2024-08-20T21:53:14.0224370Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ops 2024-08-20T21:53:14.0225610Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ops 2024-08-20T21:53:14.0226830Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/python 2024-08-20T21:53:14.0227720Z copying torch/include/torch/csrc/lazy/python/python_util.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/python 2024-08-20T21:53:14.0228870Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:14.0229740Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:14.0230980Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:14.0232280Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:14.0233670Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:14.0235070Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:14.0236380Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:14.0241410Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:14.0242450Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:14.0243470Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:14.0244510Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:14.0245290Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu 2024-08-20T21:53:14.0245970Z copying torch/include/torch/csrc/xpu/Event.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu 2024-08-20T21:53:14.0246790Z copying torch/include/torch/csrc/xpu/Stream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu 2024-08-20T21:53:14.0247610Z copying torch/include/torch/csrc/xpu/Module.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu 2024-08-20T21:53:14.0248260Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0248840Z copying torch/include/pybind11/attr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0249800Z copying torch/include/pybind11/embed.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0250850Z copying torch/include/pybind11/numpy.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0252900Z copying torch/include/pybind11/pybind11.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0254800Z copying torch/include/pybind11/operators.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0255790Z copying torch/include/pybind11/iostream.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0257490Z copying torch/include/pybind11/gil.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0258390Z copying torch/include/pybind11/chrono.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0260010Z copying torch/include/pybind11/typing.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0260950Z copying torch/include/pybind11/stl_bind.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0262700Z copying torch/include/pybind11/buffer_info.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0263650Z copying torch/include/pybind11/options.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0265250Z copying torch/include/pybind11/functional.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0266270Z copying torch/include/pybind11/stl.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0267880Z copying torch/include/pybind11/common.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0268990Z copying torch/include/pybind11/eval.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0270100Z copying torch/include/pybind11/cast.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0272260Z copying torch/include/pybind11/type_caster_pyobject_ptr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0273290Z copying torch/include/pybind11/eigen.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0274900Z copying torch/include/pybind11/gil_safe_call_once.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0275990Z copying torch/include/pybind11/pytypes.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0278080Z copying torch/include/pybind11/complex.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11 2024-08-20T21:53:14.0279200Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-20T21:53:14.0280080Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-20T21:53:14.0281480Z copying torch/include/pybind11/detail/typeid.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-20T21:53:14.0283030Z copying torch/include/pybind11/detail/descr.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-20T21:53:14.0284070Z copying torch/include/pybind11/detail/internals.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-20T21:53:14.0285870Z copying torch/include/pybind11/detail/common.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-20T21:53:14.0287080Z copying torch/include/pybind11/detail/class.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-20T21:53:14.0288450Z copying torch/include/pybind11/detail/init.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail 2024-08-20T21:53:14.0290220Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen 2024-08-20T21:53:14.0290910Z copying torch/include/pybind11/eigen/matrix.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen 2024-08-20T21:53:14.0292300Z copying torch/include/pybind11/eigen/common.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen 2024-08-20T21:53:14.0293420Z copying torch/include/pybind11/eigen/tensor.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen 2024-08-20T21:53:14.0295150Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen 2024-08-20T21:53:14.0310450Z creating build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/aoti_runtime 2024-08-20T21:53:14.0311270Z copying torch/_inductor/codegen/aoti_runtime/implementation.cpp -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/aoti_runtime 2024-08-20T21:53:14.0317170Z copying torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/aoti_runtime 2024-08-20T21:53:14.0323910Z copying torch/_export/serde/schema.yaml -> build/lib.macosx-11.1-arm64-3.9/torch/_export/serde 2024-08-20T21:53:14.0329610Z creating build/lib.macosx-11.1-arm64-3.9/torch/share 2024-08-20T21:53:14.0330030Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake 2024-08-20T21:53:14.0330790Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/ATen 2024-08-20T21:53:14.0331440Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/ATen 2024-08-20T21:53:14.0332430Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-20T21:53:14.0333120Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-20T21:53:14.0334690Z copying torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-20T21:53:14.0335860Z copying torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-20T21:53:14.0337530Z copying torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-20T21:53:14.0338860Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-20T21:53:14.0340280Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2 2024-08-20T21:53:14.0341590Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-20T21:53:14.0342340Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-20T21:53:14.0343620Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-20T21:53:14.0345190Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-20T21:53:14.0346410Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-20T21:53:14.0347830Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-20T21:53:14.0349180Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-20T21:53:14.0350620Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-20T21:53:14.0351960Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-20T21:53:14.0353310Z copying torch/share/cmake/Caffe2/public/xpu.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public 2024-08-20T21:53:14.0354670Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-08-20T21:53:14.0355600Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-08-20T21:53:14.0356870Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-08-20T21:53:14.0358220Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-20T21:53:14.0359340Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-20T21:53:14.0360730Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-20T21:53:14.0362150Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-20T21:53:14.0363830Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-20T21:53:14.0365220Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-20T21:53:14.0366310Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-20T21:53:14.0367690Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-20T21:53:14.0369080Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-20T21:53:14.0370750Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-20T21:53:14.0371750Z creating build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Torch 2024-08-20T21:53:14.0377230Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Torch 2024-08-20T21:53:14.0378120Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Torch 2024-08-20T21:53:14.0379010Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils 2024-08-20T21:53:14.0381720Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:14.0387240Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:14.0393080Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:14.0396160Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:14.0397190Z copying torch/utils/model_dump/skeleton.html -> build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-20T21:53:14.0402790Z copying torch/utils/model_dump/code.js -> build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-20T21:53:14.0417120Z copying torch/utils/model_dump/preact.mjs -> build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-20T21:53:14.0423350Z copying torch/utils/model_dump/htm.mjs -> build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump 2024-08-20T21:53:14.0430330Z copying torch/lib/libtorch_python.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-20T21:53:14.1022760Z copying torch/lib/libtorch.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-20T21:53:14.1038730Z copying torch/lib/libtorch_global_deps.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-20T21:53:14.1047430Z copying torch/lib/libtorch_cpu.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-20T21:53:16.0551520Z copying torch/lib/libc10.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-20T21:53:16.0751130Z creating build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0751780Z copying torch/include/kineto/ClientInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0753580Z copying torch/include/kineto/GenericTraceActivity.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0754730Z copying torch/include/kineto/IActivityProfiler.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0756610Z copying torch/include/kineto/Config.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0757650Z copying torch/include/kineto/TraceSpan.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0759320Z copying torch/include/kineto/LoggingAPI.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0760440Z copying torch/include/kineto/ITraceActivity.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0762360Z copying torch/include/kineto/ActivityProfilerInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0763470Z copying torch/include/kineto/ActivityTraceInterface.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0765130Z copying torch/include/kineto/output_base.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0766290Z copying torch/include/kineto/ThreadUtil.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0768040Z copying torch/include/kineto/ActivityType.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0769270Z copying torch/include/kineto/libkineto.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0770910Z copying torch/include/kineto/time_since_epoch.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0772070Z copying torch/include/kineto/ILoggerObserver.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0773810Z copying torch/include/kineto/AbstractConfig.h -> build/lib.macosx-11.1-arm64-3.9/torch/include/kineto 2024-08-20T21:53:16.0775310Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/packaged 2024-08-20T21:53:16.0775800Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen 2024-08-20T21:53:16.0776320Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/native 2024-08-20T21:53:16.0777390Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/native 2024-08-20T21:53:16.0782620Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/native 2024-08-20T21:53:16.0783680Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0784540Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0785830Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0787690Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0788870Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0790220Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0792130Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0793320Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0795290Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0796330Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0797640Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0799570Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0806020Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0807060Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0808180Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0809270Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0810300Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0811290Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0812360Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0813400Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0814350Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0815350Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0816400Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0817480Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0818790Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0820220Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0821580Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0823170Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0824320Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0825720Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0827130Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0828410Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0829810Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0831220Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0832700Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0834030Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0835430Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0836830Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0838200Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0839450Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates 2024-08-20T21:53:16.0841080Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0841800Z copying torchgen/packaged/autograd/load_derivatives.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0842950Z copying torchgen/packaged/autograd/build.bzl -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0844700Z copying torchgen/packaged/autograd/gen_autograd.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0845820Z copying torchgen/packaged/autograd/gen_python_functions.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0847640Z copying torchgen/packaged/autograd/gen_autograd_functions.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0848880Z copying torchgen/packaged/autograd/gen_variable_factories.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0850640Z copying torchgen/packaged/autograd/__init__.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0851710Z copying torchgen/packaged/autograd/gen_variable_type.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0853620Z copying torchgen/packaged/autograd/README.md -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0854710Z copying torchgen/packaged/autograd/context.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0856330Z copying torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0857780Z copying torchgen/packaged/autograd/deprecated.yaml -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0956630Z copying torchgen/packaged/autograd/BUILD.bazel -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0957480Z copying torchgen/packaged/autograd/gen_trace_type.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0958360Z copying torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0959250Z copying torchgen/packaged/autograd/derivatives.yaml -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0960110Z copying torchgen/packaged/autograd/gen_view_funcs.py -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd 2024-08-20T21:53:16.0960820Z creating build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0961670Z copying torchgen/packaged/autograd/templates/python_return_types.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0962730Z copying torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0963790Z copying torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0964850Z copying torchgen/packaged/autograd/templates/python_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0965990Z copying torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0967070Z copying torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0968160Z copying torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0969170Z copying torchgen/packaged/autograd/templates/ViewFuncs.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0970170Z copying torchgen/packaged/autograd/templates/python_return_types.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0971220Z copying torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0972240Z copying torchgen/packaged/autograd/templates/TraceType.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0973270Z copying torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0974280Z copying torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0975270Z copying torchgen/packaged/autograd/templates/python_functions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0976310Z copying torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0977340Z copying torchgen/packaged/autograd/templates/VariableType.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0978360Z copying torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0979370Z copying torchgen/packaged/autograd/templates/VariableType.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0980340Z copying torchgen/packaged/autograd/templates/Functions.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0981400Z copying torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0982480Z copying torchgen/packaged/autograd/templates/variable_factories.h -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0983510Z copying torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.0984520Z copying torchgen/packaged/autograd/templates/Functions.cpp -> build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates 2024-08-20T21:53:16.1300000Z running build_ext 2024-08-20T21:53:16.2184560Z -- Building with NumPy bindings 2024-08-20T21:53:16.2184840Z -- Not using cuDNN 2024-08-20T21:53:16.2185060Z -- Not using CUDA 2024-08-20T21:53:16.2185260Z -- Not using XPU 2024-08-20T21:53:16.2185450Z -- Not using MKLDNN 2024-08-20T21:53:16.2185660Z -- Not using NCCL 2024-08-20T21:53:16.2185900Z -- Building with distributed package: 2024-08-20T21:53:16.2186190Z -- USE_TENSORPIPE=False 2024-08-20T21:53:16.2186420Z -- USE_GLOO=False 2024-08-20T21:53:16.2186620Z -- USE_MPI=False 2024-08-20T21:53:16.2186830Z -- Building Executorch 2024-08-20T21:53:16.2192560Z -- Not using ITT 2024-08-20T21:53:16.2193340Z Copying functorch._C from functorch/functorch.so to /Users/ec2-user/runner/_work/pytorch/pytorch/build/lib.macosx-11.1-arm64-3.9/functorch/_C.cpython-39-darwin.so 2024-08-20T21:53:16.2194610Z copying functorch/functorch.so -> /Users/ec2-user/runner/_work/pytorch/pytorch/build/lib.macosx-11.1-arm64-3.9/functorch/_C.cpython-39-darwin.so 2024-08-20T21:53:16.2208090Z building 'torch._C' extension 2024-08-20T21:53:16.2208660Z creating build/temp.macosx-11.1-arm64-3.9 2024-08-20T21:53:16.2209560Z creating build/temp.macosx-11.1-arm64-3.9/torch 2024-08-20T21:53:16.2209950Z creating build/temp.macosx-11.1-arm64-3.9/torch/csrc 2024-08-20T21:53:16.2213740Z clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/include -fPIC -O2 -isystem /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/include -arch arm64 -I/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/include/python3.9 -c torch/csrc/stub.c -o build/temp.macosx-11.1-arm64-3.9/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing 2024-08-20T21:53:16.3037820Z clang -bundle -undefined dynamic_lookup -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib -Wl,-rpath,/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib -L/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib build/temp.macosx-11.1-arm64-3.9/torch/csrc/stub.o -L/Users/ec2-user/runner/_work/pytorch/pytorch/torch/lib -ltorch_python -o build/lib.macosx-11.1-arm64-3.9/torch/_C.cpython-39-darwin.so -Wl,-rpath,@loader_path/lib 2024-08-20T21:53:16.3317860Z ld: warning: duplicate -rpath '/Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib' ignored 2024-08-20T21:53:16.3683140Z copying /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib/libomp.dylib -> build/lib.macosx-11.1-arm64-3.9/torch/lib 2024-08-20T21:53:17.5521540Z copying /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/include/omp.h -> build/lib.macosx-11.1-arm64-3.9/torch/include 2024-08-20T21:53:17.5526810Z /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2024-08-20T21:53:17.5527800Z warnings.warn( 2024-08-20T21:53:17.5872020Z installing to build/bdist.macosx-11.1-arm64/wheel 2024-08-20T21:53:17.5872410Z running install 2024-08-20T21:53:17.5906960Z running install_lib 2024-08-20T21:53:17.6195840Z creating build/bdist.macosx-11.1-arm64 2024-08-20T21:53:17.6196260Z creating build/bdist.macosx-11.1-arm64/wheel 2024-08-20T21:53:17.6197950Z creating build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:17.6198730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6199560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/effects.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6201450Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/while_loop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6202520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6203670Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/strict_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6204820Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/torchbind.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6205940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/cond.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6207230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/map.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6208330Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6209560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/out_dtype.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6210760Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/executorch_call_delegate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6211930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/run_const_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6213040Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/associative_scan.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6214170Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/auto_functionalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6215340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/triton_kernel_wrap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6216510Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/flex_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6217760Z copying build/lib.macosx-11.1-arm64-3.9/torch/_higher_order_ops/wrap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_higher_order_ops 2024-08-20T21:53:17.6219360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-08-20T21:53:17.6220050Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims/debug_prims.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-08-20T21:53:17.6221140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-08-20T21:53:17.6222950Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims/context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-08-20T21:53:17.6223930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims/rng_prims.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-08-20T21:53:17.6224910Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims/executor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims 2024-08-20T21:53:17.6226080Z copying build/lib.macosx-11.1-arm64-3.9/torch/_storage_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:17.6227770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-08-20T21:53:17.6228460Z copying build/lib.macosx-11.1-arm64-3.9/torch/_logging/_internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-08-20T21:53:17.6229560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_logging/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-08-20T21:53:17.6230820Z copying build/lib.macosx-11.1-arm64-3.9/torch/_logging/_registrations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-08-20T21:53:17.6232370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_logging/structured.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_logging 2024-08-20T21:53:17.6233400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6234140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/partitioners.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6235690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/compile_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6236760Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6237890Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/autograd_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6239170Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/python_key.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6240350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/pytree_hacks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6241430Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/pyfunctorch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6242600Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/deprecated.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6243770Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/top_operators_github_usage.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6244930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6246140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/batch_norm_replacement.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6247400Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/fx_minifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6249160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6250050Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/input_output_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6251280Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6252520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6253790Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6254980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/functional_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6256350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/autograd_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6257740Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/traced_function_transforms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6259020Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/schemas.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6260260Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6261620Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6262840Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6264090Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/subclass_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6265360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/_aot_autograd/logging_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch/_aot_autograd 2024-08-20T21:53:17.6266440Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/apis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6273240Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6274290Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/aot_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6275230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/compilers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6276200Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/eager_transforms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6277120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/vmap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6278040Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/benchmark_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6279020Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/make_functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6279980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_functorch/functional_call.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_functorch 2024-08-20T21:53:17.6280660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6281340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_reductions_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6282220Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_getlimits.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6283120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_unary_ufuncs_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6284020Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_casting_dicts.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6284890Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6285780Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_binary_ufuncs_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6286670Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6287370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_numpy/testing 2024-08-20T21:53:17.6288110Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/testing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy/testing 2024-08-20T21:53:17.6289460Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/testing/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy/testing 2024-08-20T21:53:17.6290540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_dtypes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6291550Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/linalg.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6292690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_ndarray.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6294270Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_ufuncs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6295140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6296150Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_normalizations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6297370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_dtypes_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6298360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/fft.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6299550Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_funcs_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6301330Z copying build/lib.macosx-11.1-arm64-3.9/torch/_numpy/_funcs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_numpy 2024-08-20T21:53:17.6302420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-20T21:53:17.6303110Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/error.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-20T21:53:17.6304220Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/tools.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-20T21:53:17.6306100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2024-08-20T21:53:17.6306910Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2024-08-20T21:53:17.6307950Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra/proxy_value.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2024-08-20T21:53:17.6309010Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_infra/node_metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/pass_infra 2024-08-20T21:53:17.6310010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6310890Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6312370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6313510Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/collect_tracepoints_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6314610Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/replace_with_hop_pass_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6315640Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6316810Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/_node_metadata_hook.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6317910Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/lift_constants_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6319110Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/constant_folding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6320320Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6321520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/replace_autocast_with_hop_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6322690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6324020Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6325140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/passes/remove_runtime_assertions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/passes 2024-08-20T21:53:17.6326130Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/converter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-20T21:53:17.6327600Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-20T21:53:17.6328510Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/pass_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-20T21:53:17.6329670Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-20T21:53:17.6332280Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-20T21:53:17.6334000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-08-20T21:53:17.6334710Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-08-20T21:53:17.6335800Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-08-20T21:53:17.6336970Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/gen_example.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-08-20T21:53:17.6338640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6339500Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/list_unpack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6340690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/specialized_attribute.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6341830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/static_for_loop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6343040Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/cond_closed_over_variable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6344180Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/fn_with_kwargs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6345490Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/constrain_as_value_example.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6346660Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_slicing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6347870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6349070Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/autograd_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6350250Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/type_reflection_method.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6351420Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/cond_operands.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6352540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/decorator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6353670Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_view.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6354880Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_map.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6356020Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/nested_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6357200Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_constructor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6358320Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6359540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_if_guard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6360770Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/assume_constant_result.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6361940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/cond_branch_class_method.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6363110Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/class_method.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6364220Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/pytree_flatten.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6365320Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/scalar_output.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6370870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/cond_predicate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6372040Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_assert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6373240Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/unsupported_operator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6374420Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/tensor_setattr.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6375530Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/optional_input.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6376660Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/constrain_as_size_example.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6377790Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/static_if.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6378870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dictionary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6379970Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/list_contains.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6381120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/dynamic_shape_round.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6382280Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/user_input_mutation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6383450Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/null_context_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6384650Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/cond_branch_nested_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6385810Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/examples/model_attr_mutation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db/examples 2024-08-20T21:53:17.6386830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/db/case.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/db 2024-08-20T21:53:17.6387810Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/non_strict_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-20T21:53:17.6388520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-20T21:53:17.6389260Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/serialize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-20T21:53:17.6390270Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-20T21:53:17.6391240Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/schema_check.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-20T21:53:17.6392260Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/schema.yaml -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-20T21:53:17.6393270Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/union.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-20T21:53:17.6394220Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/schema.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-20T21:53:17.6395190Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/serde/aoti_schema.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export/serde 2024-08-20T21:53:17.6396110Z copying build/lib.macosx-11.1-arm64-3.9/torch/_export/verifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_export 2024-08-20T21:53:17.6396740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/monitor 2024-08-20T21:53:17.6397500Z copying build/lib.macosx-11.1-arm64-3.9/torch/monitor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/monitor 2024-08-20T21:53:17.6398160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dispatch 2024-08-20T21:53:17.6398850Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dispatch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dispatch 2024-08-20T21:53:17.6399780Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dispatch/python.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dispatch 2024-08-20T21:53:17.6400440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-20T21:53:17.6401180Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/functional_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-20T21:53:17.6402360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/meta_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-20T21:53:17.6403490Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-20T21:53:17.6404680Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/_fake_tensor_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-20T21:53:17.6405820Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/fake_impls.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-20T21:53:17.6407540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/fake_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-20T21:53:17.6408720Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/schema_check_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-20T21:53:17.6409910Z copying build/lib.macosx-11.1-arm64-3.9/torch/_subclasses/fake_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_subclasses 2024-08-20T21:53:17.6411000Z copying build/lib.macosx-11.1-arm64-3.9/torch/_meta_registrations.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:17.6413040Z copying build/lib.macosx-11.1-arm64-3.9/torch/version.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:17.6414130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/futures 2024-08-20T21:53:17.6414830Z copying build/lib.macosx-11.1-arm64-3.9/torch/futures/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/futures 2024-08-20T21:53:17.6415990Z copying build/lib.macosx-11.1-arm64-3.9/torch/library.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:17.6417630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/linalg 2024-08-20T21:53:17.6418320Z copying build/lib.macosx-11.1-arm64-3.9/torch/linalg/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/linalg 2024-08-20T21:53:17.6420070Z copying build/lib.macosx-11.1-arm64-3.9/torch/_jit_internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:17.6421730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-08-20T21:53:17.6422440Z copying build/lib.macosx-11.1-arm64-3.9/torch/_custom_op/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-08-20T21:53:17.6423350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_custom_op/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-08-20T21:53:17.6424360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_custom_op/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-08-20T21:53:17.6425300Z copying build/lib.macosx-11.1-arm64-3.9/torch/_custom_op/impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_custom_op 2024-08-20T21:53:17.6426850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-20T21:53:17.6427450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-08-20T21:53:17.6428590Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/attention/bias.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-08-20T21:53:17.6429540Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/attention/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-08-20T21:53:17.6430630Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/attention/flex_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-08-20T21:53:17.6431690Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/attention/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/attention 2024-08-20T21:53:17.6433310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-20T21:53:17.6434070Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/parallel_apply.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-20T21:53:17.6435130Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/comm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-20T21:53:17.6436180Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/scatter_gather.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-20T21:53:17.6437170Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/replicate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-20T21:53:17.6438140Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-20T21:53:17.6439170Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/data_parallel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-20T21:53:17.6440320Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-20T21:53:17.6441440Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parallel/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/parallel 2024-08-20T21:53:17.6443450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat 2024-08-20T21:53:17.6444070Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic 2024-08-20T21:53:17.6444860Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic 2024-08-20T21:53:17.6446270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic/modules 2024-08-20T21:53:17.6447140Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic/modules 2024-08-20T21:53:17.6448510Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/dynamic/modules 2024-08-20T21:53:17.6449510Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat 2024-08-20T21:53:17.6450480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-08-20T21:53:17.6451240Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-08-20T21:53:17.6452390Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-08-20T21:53:17.6453500Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-08-20T21:53:17.6454660Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/qat/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/qat/modules 2024-08-20T21:53:17.6455690Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/common_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-20T21:53:17.6457020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized 2024-08-20T21:53:17.6457660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference 2024-08-20T21:53:17.6458520Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference 2024-08-20T21:53:17.6459700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-20T21:53:17.6465180Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-20T21:53:17.6466430Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-20T21:53:17.6467670Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-20T21:53:17.6468910Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-20T21:53:17.6470140Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-20T21:53:17.6471370Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/_reference/modules 2024-08-20T21:53:17.6472220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic 2024-08-20T21:53:17.6473050Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic 2024-08-20T21:53:17.6473880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-08-20T21:53:17.6474850Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-08-20T21:53:17.6476130Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-08-20T21:53:17.6477340Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-08-20T21:53:17.6478540Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/dynamic/modules 2024-08-20T21:53:17.6479620Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized 2024-08-20T21:53:17.6480580Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized 2024-08-20T21:53:17.6481340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-20T21:53:17.6482200Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/batchnorm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-20T21:53:17.6483360Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/functional_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-20T21:53:17.6484640Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-20T21:53:17.6485840Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-20T21:53:17.6487030Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-20T21:53:17.6488160Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-20T21:53:17.6489280Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/dropout.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-20T21:53:17.6490370Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-20T21:53:17.6491520Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/normalization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-20T21:53:17.6492640Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-20T21:53:17.6493770Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantized/modules 2024-08-20T21:53:17.6494740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/backends 2024-08-20T21:53:17.6495460Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/backends/thnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/backends 2024-08-20T21:53:17.6496390Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/backends 2024-08-20T21:53:17.6497460Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parameter.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-20T21:53:17.6498500Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-20T21:53:17.6499610Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/_reduction.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-20T21:53:17.6501210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6501990Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_named_member_accessor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6503140Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/spectral_norm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6504320Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/convert_parameters.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6505350Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/stateless.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6506420Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/parametrize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6508090Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/memory_format.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6509120Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_per_sample_grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6510220Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6511320Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/weight_norm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6512400Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/fusion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6513380Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/prune.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6514850Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/parametrizations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6516380Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6517390Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_deprecation_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6518550Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6520030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-20T21:53:17.6520980Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-20T21:53:17.6522260Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-20T21:53:17.6523510Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-20T21:53:17.6524760Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-20T21:53:17.6525970Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-20T21:53:17.6527200Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-20T21:53:17.6528430Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-20T21:53:17.6529660Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-20T21:53:17.6530930Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-20T21:53:17.6532230Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils/_expanded_weights 2024-08-20T21:53:17.6533330Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/utils/clip_grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/utils 2024-08-20T21:53:17.6534020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable 2024-08-20T21:53:17.6534770Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable 2024-08-20T21:53:17.6535850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2024-08-20T21:53:17.6536850Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2024-08-20T21:53:17.6538180Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2024-08-20T21:53:17.6539510Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/quantizable/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/quantizable/modules 2024-08-20T21:53:17.6540670Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-20T21:53:17.6542630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic 2024-08-20T21:53:17.6543300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat 2024-08-20T21:53:17.6544320Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat 2024-08-20T21:53:17.6545670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-08-20T21:53:17.6546620Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-08-20T21:53:17.6547850Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-08-20T21:53:17.6549110Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-08-20T21:53:17.6550340Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/qat/modules 2024-08-20T21:53:17.6551380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized 2024-08-20T21:53:17.6552320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic 2024-08-20T21:53:17.6553270Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic 2024-08-20T21:53:17.6554420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-08-20T21:53:17.6555490Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-08-20T21:53:17.6556930Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-08-20T21:53:17.6558230Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized 2024-08-20T21:53:17.6563370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-08-20T21:53:17.6564320Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-08-20T21:53:17.6565670Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-08-20T21:53:17.6566960Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-08-20T21:53:17.6568250Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/quantized/modules 2024-08-20T21:53:17.6569380Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic 2024-08-20T21:53:17.6570100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/modules 2024-08-20T21:53:17.6570920Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/modules/fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/modules 2024-08-20T21:53:17.6572010Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/intrinsic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/intrinsic/modules 2024-08-20T21:53:17.6572970Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-20T21:53:17.6573780Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-20T21:53:17.6574610Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/functional.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-20T21:53:17.6575460Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-20T21:53:17.6576160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6576860Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/upsampling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6577890Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/channelshuffle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6578980Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/instancenorm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6580100Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/flatten.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6581200Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/batchnorm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6582530Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6583680Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6584860Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/pooling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6586660Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6587800Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/distance.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6588880Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/container.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6590100Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/pixelshuffle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6591340Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/adaptive.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6592500Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/loss.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6594280Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6595430Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6596610Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/transformer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6598410Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6599350Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6601390Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/dropout.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6602380Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6603960Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/lazy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6605120Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/normalization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6606110Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6607430Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/padding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6608770Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/modules/fold.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn/modules 2024-08-20T21:53:17.6609880Z copying build/lib.macosx-11.1-arm64-3.9/torch/nn/parameter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nn 2024-08-20T21:53:17.6611530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-08-20T21:53:17.6612200Z copying build/lib.macosx-11.1-arm64-3.9/torch/mps/event.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-08-20T21:53:17.6613130Z copying build/lib.macosx-11.1-arm64-3.9/torch/mps/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-08-20T21:53:17.6614160Z copying build/lib.macosx-11.1-arm64-3.9/torch/mps/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mps 2024-08-20T21:53:17.6615310Z copying build/lib.macosx-11.1-arm64-3.9/torch/_custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:17.6616980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6617630Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_type_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6618620Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6620350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-20T21:53:17.6621120Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-20T21:53:17.6622130Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/io_adapter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-20T21:53:17.6623640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6624570Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6626050Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6627320Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/onnxfunction_dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6628890Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/decomposition_table.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6630000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/analysis 2024-08-20T21:53:17.6630920Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/analysis/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/analysis 2024-08-20T21:53:17.6632280Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/analysis/unsupported_nodes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/analysis 2024-08-20T21:53:17.6633470Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/decomposition_skip.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6634580Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/dynamo_graph_extractor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6635670Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/diagnostics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6636610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-20T21:53:17.6637500Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/readability.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-20T21:53:17.6638700Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/modularization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-20T21:53:17.6639940Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/virtualization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-20T21:53:17.6641130Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-20T21:53:17.6642560Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/functionalization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-20T21:53:17.6643770Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/decomp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-20T21:53:17.6644950Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/type_promotion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-20T21:53:17.6646090Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/passes/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx/passes 2024-08-20T21:53:17.6647160Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/type_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6648200Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6649290Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/patcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6650450Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/torch_export_graph_extractor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6651720Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/op_validation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6652760Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6653880Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/fx_onnx_interpreter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6655130Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/fx/serialization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/fx 2024-08-20T21:53:17.6656170Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-20T21:53:17.6657320Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/_exporter_legacy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-20T21:53:17.6659050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2024-08-20T21:53:17.6664530Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2024-08-20T21:53:17.6665420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:17.6666080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6667100Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6668480Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6669890Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6671300Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6672780Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6674210Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6675600Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6676960Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6678380Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6679870Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6681270Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6682740Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6684080Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6685460Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6686870Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6688290Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6689770Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6691220Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6692580Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6693960Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6695390Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6696840Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6698220Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6699610Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6700990Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6702340Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6703710Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6705080Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6706460Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6707810Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6709190Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6710650Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6712140Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6713570Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6715000Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6716510Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6717910Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6719280Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6720640Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6722000Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6723350Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6724740Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6726100Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6727490Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6728810Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6730130Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6731500Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6732900Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6734320Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6735740Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6737100Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6738480Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6739880Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6741310Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6742710Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-08-20T21:53:17.6744030Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:17.6745350Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/decorator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:17.6746590Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:17.6747850Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:17.6749090Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:17.6750310Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics/infra 2024-08-20T21:53:17.6751540Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2024-08-20T21:53:17.6752680Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal/diagnostics 2024-08-20T21:53:17.6753780Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/onnxruntime.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-20T21:53:17.6754800Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/onnx_proto_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-20T21:53:17.6755810Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_internal/jit_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx/_internal 2024-08-20T21:53:17.6756730Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset15.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6757640Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_onnx_supported_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6758530Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset7.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6759440Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_caffe2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6760330Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset11.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6761220Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/verification.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6762070Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_flags.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6762940Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset10.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6763820Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset20.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6764870Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset14.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6765750Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_globals.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6766700Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_helper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6767640Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset9.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6768520Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_deprecation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6774170Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_exporter_states.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6775050Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6775910Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset8.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6776800Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset19.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6777660Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6778510Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/_experimental.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6779390Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset18.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6780300Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/errors.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6781130Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset13.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6781970Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/operators.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6782870Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset17.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6783760Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset16.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6784640Z copying build/lib.macosx-11.1-arm64-3.9/torch/onnx/symbolic_opset12.py -> build/bdist.macosx-11.1-arm64/wheel/torch/onnx 2024-08-20T21:53:17.6785250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-08-20T21:53:17.6785880Z copying build/lib.macosx-11.1-arm64-3.9/torch/bin/protoc-3.13.0.0 -> build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-08-20T21:53:17.6869990Z copying build/lib.macosx-11.1-arm64-3.9/torch/bin/torch_shm_manager -> build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-08-20T21:53:17.6871110Z copying build/lib.macosx-11.1-arm64-3.9/torch/bin/protoc -> build/bdist.macosx-11.1-arm64/wheel/torch/bin 2024-08-20T21:53:17.6966930Z copying build/lib.macosx-11.1-arm64-3.9/torch/return_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:17.6968440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_vendor 2024-08-20T21:53:17.6969130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2024-08-20T21:53:17.6969980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging/version.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2024-08-20T21:53:17.6971130Z copying build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2024-08-20T21:53:17.6972280Z copying build/lib.macosx-11.1-arm64-3.9/torch/_vendor/packaging/_structures.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_vendor/packaging 2024-08-20T21:53:17.6973340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_vendor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_vendor 2024-08-20T21:53:17.6974210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cpu 2024-08-20T21:53:17.6974870Z copying build/lib.macosx-11.1-arm64-3.9/torch/cpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cpu 2024-08-20T21:53:17.6976340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2024-08-20T21:53:17.6977150Z copying build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp/autocast_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2024-08-20T21:53:17.6978260Z copying build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp/grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2024-08-20T21:53:17.6979400Z copying build/lib.macosx-11.1-arm64-3.9/torch/cpu/amp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cpu/amp 2024-08-20T21:53:17.6981210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.6982080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.6982880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/experimental 2024-08-20T21:53:17.6983880Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental/attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/experimental 2024-08-20T21:53:17.6985310Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/experimental 2024-08-20T21:53:17.6986610Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental/register_sharding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/experimental 2024-08-20T21:53:17.6987930Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental/tp_transform.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/experimental 2024-08-20T21:53:17.6989260Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/experimental/func_map.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/experimental 2024-08-20T21:53:17.6990440Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_shards_wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.6991630Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_redistribute.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.6992750Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_sharding_prop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.6993850Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_collective_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.6994940Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.6996050Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_dispatch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.6997320Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.6998410Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.6999610Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_op_schema.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.7000980Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/placement_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.7002260Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_tp_conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.7003440Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/device_mesh.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.7005130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7006070Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_einsum_strategy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7007290Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7008420Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_tensor_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7009580Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_experimental_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7010720Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7011860Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_conv_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7013160Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_pointwise_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7014340Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_matrix_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7015600Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_math_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7017270Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_common_rules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7018420Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7019590Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_random_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7020740Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/ops/_view_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/ops 2024-08-20T21:53:17.7021830Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor 2024-08-20T21:53:17.7022900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/debug 2024-08-20T21:53:17.7023840Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug/visualize_sharding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/debug 2024-08-20T21:53:17.7025040Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/debug 2024-08-20T21:53:17.7026280Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug/comm_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/debug 2024-08-20T21:53:17.7027550Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tensor/debug/_op_coverage.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tensor/debug 2024-08-20T21:53:17.7028580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharding_spec 2024-08-20T21:53:17.7029560Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_sharding_spec/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharding_spec 2024-08-20T21:53:17.7030690Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7031860Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/logging_handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7032980Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7034400Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/run.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7035640Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_state_dict_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7036920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/launcher 2024-08-20T21:53:17.7037760Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/launcher/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/launcher 2024-08-20T21:53:17.7038940Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/launcher/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/launcher 2024-08-20T21:53:17.7040190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7041090Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/logging_handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7042310Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/format_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7043480Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/planner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7044640Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_dedup_save_plans.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7045930Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/state_dict.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7047200Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7048480Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_storage_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7049670Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_traverse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7050870Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7052100Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_dedup_tensors.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7053280Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/filesystem.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7054510Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7055660Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7056830Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/logger.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7058030Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/resharding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7059170Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7060350Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7061530Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7062730Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/default_planner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7063920Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/storage.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7065090Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7066260Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7067420Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/staging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7068570Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_checkpointer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7069730Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/stateful.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7070900Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_fsspec_filesystem.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7072110Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/checkpoint/_nested_dict.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/checkpoint 2024-08-20T21:53:17.7073130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharded_tensor 2024-08-20T21:53:17.7074020Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_sharded_tensor 2024-08-20T21:53:17.7075000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn 2024-08-20T21:53:17.7075760Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn 2024-08-20T21:53:17.7076940Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn 2024-08-20T21:53:17.7078030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit 2024-08-20T21:53:17.7078890Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/instantiator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit 2024-08-20T21:53:17.7080080Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit 2024-08-20T21:53:17.7081000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit/templates 2024-08-20T21:53:17.7081940Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit/templates 2024-08-20T21:53:17.7088890Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/jit/templates 2024-08-20T21:53:17.7089820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/api 2024-08-20T21:53:17.7090670Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/api/remote_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/api 2024-08-20T21:53:17.7091760Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/nn/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/nn/api 2024-08-20T21:53:17.7092540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic 2024-08-20T21:53:17.7093100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/metrics 2024-08-20T21:53:17.7094050Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/metrics/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/metrics 2024-08-20T21:53:17.7095260Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/metrics/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/metrics 2024-08-20T21:53:17.7096200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-20T21:53:17.7097180Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-20T21:53:17.7098490Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-20T21:53:17.7099750Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-20T21:53:17.7101020Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-20T21:53:17.7102380Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-20T21:53:17.7103680Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-20T21:53:17.7105020Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-20T21:53:17.7106320Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-20T21:53:17.7107660Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-20T21:53:17.7109000Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-20T21:53:17.7110310Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/rendezvous 2024-08-20T21:53:17.7111310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-08-20T21:53:17.7112060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-20T21:53:17.7113380Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-20T21:53:17.7115110Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-20T21:53:17.7116790Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-08-20T21:53:17.7118290Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-08-20T21:53:17.7119650Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-08-20T21:53:17.7120980Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-08-20T21:53:17.7122360Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing 2024-08-20T21:53:17.7123440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-08-20T21:53:17.7124580Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-08-20T21:53:17.7126070Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-08-20T21:53:17.7127570Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-08-20T21:53:17.7128580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-08-20T21:53:17.7129490Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer/local_timer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-08-20T21:53:17.7130710Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer/debug_info_logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-08-20T21:53:17.7131980Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-08-20T21:53:17.7133150Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-08-20T21:53:17.7134420Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/timer 2024-08-20T21:53:17.7135600Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic 2024-08-20T21:53:17.7136690Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/control_plane.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic 2024-08-20T21:53:17.7137510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-20T21:53:17.7138400Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/store.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-20T21:53:17.7139590Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-20T21:53:17.7140770Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-20T21:53:17.7141960Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/log_level.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-20T21:53:17.7143150Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-20T21:53:17.7144340Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils 2024-08-20T21:53:17.7145240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2024-08-20T21:53:17.7146270Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2024-08-20T21:53:17.7147670Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2024-08-20T21:53:17.7148980Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/utils/data 2024-08-20T21:53:17.7149890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent 2024-08-20T21:53:17.7150780Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent 2024-08-20T21:53:17.7151660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-08-20T21:53:17.7152690Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server/health_check_server.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-08-20T21:53:17.7154040Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-08-20T21:53:17.7155310Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-08-20T21:53:17.7156650Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/agent/server 2024-08-20T21:53:17.7157660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2024-08-20T21:53:17.7158580Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events/handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2024-08-20T21:53:17.7159770Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2024-08-20T21:53:17.7160950Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/elastic/events/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/elastic/events 2024-08-20T21:53:17.7161790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/autograd 2024-08-20T21:53:17.7162620Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/autograd 2024-08-20T21:53:17.7163670Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/distributed_c10d.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7164480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-20T21:53:17.7165320Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/_IR.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-20T21:53:17.7166440Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/_unflatten.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-20T21:53:17.7167560Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-20T21:53:17.7168700Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/microbatch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-20T21:53:17.7169840Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/_backward.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-20T21:53:17.7170970Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/_debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-20T21:53:17.7172080Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/stage.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-20T21:53:17.7173210Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/schedules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-20T21:53:17.7174380Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/pipelining/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/pipelining 2024-08-20T21:53:17.7175480Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/argparse_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7176470Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_checkpointable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7177460Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7178440Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/c10d_logger.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7179190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms 2024-08-20T21:53:17.7179780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2024-08-20T21:53:17.7180760Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2024-08-20T21:53:17.7187440Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_comm_hooks 2024-08-20T21:53:17.7188470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_checkpoint 2024-08-20T21:53:17.7189620Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_checkpoint 2024-08-20T21:53:17.7190940Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_checkpoint 2024-08-20T21:53:17.7191950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-08-20T21:53:17.7193000Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-08-20T21:53:17.7194370Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-08-20T21:53:17.7195820Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-08-20T21:53:17.7197300Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/model_averaging 2024-08-20T21:53:17.7198380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:17.7199470Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:17.7200900Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:17.7202350Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:17.7203740Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:17.7205090Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:17.7206600Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:17.7208010Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:17.7209430Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:17.7210830Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-08-20T21:53:17.7212070Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms 2024-08-20T21:53:17.7213180Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/join.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms 2024-08-20T21:53:17.7214080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-08-20T21:53:17.7215200Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-08-20T21:53:17.7216660Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-08-20T21:53:17.7217670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_quantization 2024-08-20T21:53:17.7218740Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_quantization 2024-08-20T21:53:17.7220090Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/algorithms/_quantization 2024-08-20T21:53:17.7220990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7221890Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/named_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7222990Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7224060Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_sgd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7225190Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_adagrad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7226330Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_adamw.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7227480Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7228610Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_adam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7229690Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7230780Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_rprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7231950Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7233090Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7234200Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_adadelta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7235330Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_rmsprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7236490Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7237630Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/optim/functional_adamax.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/optim 2024-08-20T21:53:17.7238860Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7239660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-08-20T21:53:17.7240550Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/replicate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-08-20T21:53:17.7241690Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-08-20T21:53:17.7242610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-20T21:53:17.7243550Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-20T21:53:17.7244810Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-20T21:53:17.7246060Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_param_group.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-20T21:53:17.7247320Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-20T21:53:17.7248510Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_param.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-20T21:53:17.7249740Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-20T21:53:17.7251000Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_collectives.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-20T21:53:17.7252220Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/fully_shard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-20T21:53:17.7253530Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fsdp/_fsdp_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable/fsdp 2024-08-20T21:53:17.7254710Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/fully_shard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-08-20T21:53:17.7255850Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/contract.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-08-20T21:53:17.7257030Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_composable 2024-08-20T21:53:17.7257870Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-08-20T21:53:17.7258710Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools/mem_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-08-20T21:53:17.7259840Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools/fsdp2_mem_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-08-20T21:53:17.7260910Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-08-20T21:53:17.7261970Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools/memory_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-08-20T21:53:17.7263030Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_tools/mod_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_tools 2024-08-20T21:53:17.7263830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7264630Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7265710Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_traversal_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7266820Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7267950Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7269080Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7270210Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7271270Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_optim_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7272320Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_trace_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7273370Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_common_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7274420Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7275430Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7276460Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7277530Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_dynamo_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7278600Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7279670Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_shard_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7280690Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/wrap.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7281730Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7286860Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7287970Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_init_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7289050Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_debug_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7290100Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/fsdp/_flat_param.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/fsdp 2024-08-20T21:53:17.7291130Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/collective_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7292170Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_functional_collectives.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7292920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-20T21:53:17.7293480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/checkpoint 2024-08-20T21:53:17.7294390Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/checkpoint 2024-08-20T21:53:17.7295530Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-20T21:53:17.7296600Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/op_registry_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-20T21:53:17.7297490Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:17.7298510Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:17.7299860Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:17.7300820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:17.7301840Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:17.7303200Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:17.7304640Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:17.7305960Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:17.7307340Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:17.7308680Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-08-20T21:53:17.7309950Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:17.7311210Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/logger.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:17.7312470Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:17.7313770Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:17.7315050Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:17.7316300Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_tensor 2024-08-20T21:53:17.7317210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_plan 2024-08-20T21:53:17.7318190Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_plan 2024-08-20T21:53:17.7319460Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_plan 2024-08-20T21:53:17.7320620Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-20T21:53:17.7321660Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-20T21:53:17.7322480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-08-20T21:53:17.7323250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-20T21:53:17.7324500Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-20T21:53:17.7326150Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-20T21:53:17.7327720Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-20T21:53:17.7329330Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-08-20T21:53:17.7330750Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-08-20T21:53:17.7332010Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-08-20T21:53:17.7333270Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-08-20T21:53:17.7334550Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharding_spec 2024-08-20T21:53:17.7335520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_optim 2024-08-20T21:53:17.7336460Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_optim 2024-08-20T21:53:17.7337670Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard/sharded_optim 2024-08-20T21:53:17.7338810Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/common_op_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-20T21:53:17.7339890Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-20T21:53:17.7341020Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_shard/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_shard 2024-08-20T21:53:17.7341970Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/launch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7342730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_symmetric_memory 2024-08-20T21:53:17.7343650Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_symmetric_memory/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/_symmetric_memory 2024-08-20T21:53:17.7344700Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7345650Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/remote_device.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7346640Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/device_mesh.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7347380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-08-20T21:53:17.7347930Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-20T21:53:17.7348890Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/ddp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-20T21:53:17.7350280Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/fsdp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-20T21:53:17.7351510Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/style.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-20T21:53:17.7352720Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-20T21:53:17.7353900Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-20T21:53:17.7355090Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/loss.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-20T21:53:17.7356340Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/input_reshard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-20T21:53:17.7357560Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-20T21:53:17.7358810Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor/parallel 2024-08-20T21:53:17.7359990Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/tensor 2024-08-20T21:53:17.7360730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-20T21:53:17.7361510Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-20T21:53:17.7362540Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/options.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-20T21:53:17.7363600Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-20T21:53:17.7364630Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-20T21:53:17.7365680Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-20T21:53:17.7366470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc/_testing 2024-08-20T21:53:17.7367350Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/_testing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc/_testing 2024-08-20T21:53:17.7368650Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc/_testing 2024-08-20T21:53:17.7369790Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/api.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-20T21:53:17.7370810Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/rref_proxy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-20T21:53:17.7371930Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-20T21:53:17.7373010Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-20T21:53:17.7374050Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/rpc/backend_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed/rpc 2024-08-20T21:53:17.7375180Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributed/_functional_collectives_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributed 2024-08-20T21:53:17.7376100Z copying build/lib.macosx-11.1-arm64-3.9/torch/_size_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:17.7376720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-20T21:53:17.7377450Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/anomaly_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-20T21:53:17.7382440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2024-08-20T21:53:17.7383300Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2024-08-20T21:53:17.7384360Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions/tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2024-08-20T21:53:17.7385410Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/_functions/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd/_functions 2024-08-20T21:53:17.7386370Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-20T21:53:17.7387270Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/forward_ad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-20T21:53:17.7388170Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-20T21:53:17.7389080Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/variable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-20T21:53:17.7389990Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-20T21:53:17.7390900Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/grad_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-20T21:53:17.7391830Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/profiler_util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-20T21:53:17.7392790Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/profiler_legacy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-20T21:53:17.7393720Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/gradcheck.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-20T21:53:17.7394700Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-20T21:53:17.7395610Z copying build/lib.macosx-11.1-arm64-3.9/torch/autograd/function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/autograd 2024-08-20T21:53:17.7396420Z copying build/lib.macosx-11.1-arm64-3.9/torch/_torch_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:17.7398070Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7398680Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7399810Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7401390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7402180Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/validator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7403490Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-20T21:53:17.7404440Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/dispatch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-20T21:53:17.7405660Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-20T21:53:17.7406910Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/core.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-20T21:53:17.7408170Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/unification_tools.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-20T21:53:17.7409450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:17.7410670Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:17.7412260Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:17.7413800Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:17.7415320Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:17.7416850Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:17.7418400Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification/multipledispatch 2024-08-20T21:53:17.7419770Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/variable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-20T21:53:17.7421010Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/more.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-20T21:53:17.7422210Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-20T21:53:17.7423420Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unification/match.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/unification 2024-08-20T21:53:17.7424590Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/meta_tracer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7425710Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/partitioner_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7426780Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/recording.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7427820Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/rewriter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7428850Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/const_fold.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7429740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:17.7430780Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:17.7432210Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:17.7433620Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:17.7435050Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:17.7436430Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:17.7437970Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:17.7439620Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:17.7441050Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental/migrate_gradual_types 2024-08-20T21:53:17.7442340Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7443430Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/normalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7444500Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/optimization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7445570Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/refinement_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7446700Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7447770Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7448810Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/sym_node.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7449850Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/unify_refinements.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7450950Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/merge_matmul.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7452020Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7453090Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/schema_type_annotation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7454190Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/symbolic_shapes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7455230Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/_config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7456260Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/_backward_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7457330Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/experimental/proxy_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/experimental 2024-08-20T21:53:17.7458290Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/operator_schemas.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7459220Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7460130Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/__init__.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7461250Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/proxy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7462820Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/_lazy_graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7463940Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/traceback.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7464910Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7466920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7467720Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/net_min_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7468910Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/param_fetch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7470310Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/tools_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7471830Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-08-20T21:53:17.7472640Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra/partitioner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-08-20T21:53:17.7473960Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-08-20T21:53:17.7475050Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra/pass_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-08-20T21:53:17.7476280Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/infra/pass_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/infra 2024-08-20T21:53:17.7477280Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/split_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7482900Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/shape_prop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7483890Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/split_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7484930Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/runtime_assert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7485930Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/reinplace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7486660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/backends 2024-08-20T21:53:17.7487520Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/backends 2024-08-20T21:53:17.7488600Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/backends/cudagraphs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/backends 2024-08-20T21:53:17.7489400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/tests 2024-08-20T21:53:17.7490190Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/tests/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/tests 2024-08-20T21:53:17.7491240Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/tests 2024-08-20T21:53:17.7492220Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7492910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-20T21:53:17.7493740Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils/source_matcher_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-20T21:53:17.7494900Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-20T21:53:17.7496070Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-20T21:53:17.7497080Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-20T21:53:17.7498170Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils/matcher_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-20T21:53:17.7499270Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/utils/fuser_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/utils 2024-08-20T21:53:17.7500310Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/pass_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7501280Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/fake_tensor_prop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7502270Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/operator_support.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7503280Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/annotate_getitem_nodes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7504300Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/graph_manipulation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7505040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect 2024-08-20T21:53:17.7505840Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect 2024-08-20T21:53:17.7506640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect/common 2024-08-20T21:53:17.7507530Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect/common 2024-08-20T21:53:17.7508710Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/dialect/common/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes/dialect/common 2024-08-20T21:53:17.7509760Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/graph_drawer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7510740Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/splitter_base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7511780Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/passes/graph_transform_observer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx/passes 2024-08-20T21:53:17.7512770Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/tensor_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7513590Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7514590Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/immutable_collections.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7515920Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/annotate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7517010Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/subgraph_rewriter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7517980Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/interpreter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7519250Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/_symbolic_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7521040Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/node.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7522080Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/_compatibility.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7523300Z copying build/lib.macosx-11.1-arm64-3.9/torch/fx/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fx 2024-08-20T21:53:17.7524500Z copying build/lib.macosx-11.1-arm64-3.9/torch/_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:17.7526300Z copying build/lib.macosx-11.1-arm64-3.9/torch/_utils_internal.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:17.7527260Z copying build/lib.macosx-11.1-arm64-3.9/torch/quasirandom.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:17.7528950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_prims_common 2024-08-20T21:53:17.7529690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims_common/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims_common 2024-08-20T21:53:17.7530870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_prims_common/wrappers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_prims_common 2024-08-20T21:53:17.7532550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-20T21:53:17.7533320Z copying build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing/queue.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-20T21:53:17.7534390Z copying build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing/_atfork.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-20T21:53:17.7535520Z copying build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-20T21:53:17.7536690Z copying build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing/spawn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-20T21:53:17.7537840Z copying build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing/reductions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-20T21:53:17.7538980Z copying build/lib.macosx-11.1-arm64-3.9/torch/multiprocessing/pool.py -> build/bdist.macosx-11.1-arm64/wheel/torch/multiprocessing 2024-08-20T21:53:17.7540500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7541120Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/gds.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7542150Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/streams.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7543220Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/error.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7544170Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/comm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7545380Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/memory.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7546590Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/jiterator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7547650Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/nccl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7549090Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7550350Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/_gpu_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7551400Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/_sanitizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7552710Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7553690Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/_memory_viz.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7555800Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/tunable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7556940Z creating build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-08-20T21:53:17.7557710Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp/autocast_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-08-20T21:53:17.7558990Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp/grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-08-20T21:53:17.7560320Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-08-20T21:53:17.7561560Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/amp/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda/amp 2024-08-20T21:53:17.7562730Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7563970Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/nvtx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7565290Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/graphs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7566490Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7567610Z copying build/lib.macosx-11.1-arm64-3.9/torch/cuda/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/cuda 2024-08-20T21:53:17.7569480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:17.7570150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/sleef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:17.7572460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7573240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/attr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7574480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/embed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7575600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/numpy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7582690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/pybind11.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7583780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7584840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/iostream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7585860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/gil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7586950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/chrono.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7588030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/typing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7589060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/stl_bind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7589570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/buffer_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7590070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/options.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7590320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2024-08-20T21:53:17.7590880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen/matrix.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2024-08-20T21:53:17.7591430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen/common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2024-08-20T21:53:17.7592070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/eigen 2024-08-20T21:53:17.7593710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/functional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7594480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/stl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7595950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-20T21:53:17.7597280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-20T21:53:17.7601900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/typeid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-20T21:53:17.7602470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/descr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-20T21:53:17.7603040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/internals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-20T21:53:17.7603600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-20T21:53:17.7604150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-20T21:53:17.7604700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/detail/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11/detail 2024-08-20T21:53:17.7607450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7608880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eval.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7609850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/cast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7610480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/type_caster_pyobject_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7611210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/eigen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7612520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/gil_safe_call_once.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7613360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/pytypes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7615230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pybind11/complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/pybind11 2024-08-20T21:53:17.7616460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2 2024-08-20T21:53:17.7617650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-20T21:53:17.7618400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-20T21:53:17.7619770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-20T21:53:17.7620610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-20T21:53:17.7622260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/versions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-20T21:53:17.7623280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/inline_container.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-20T21:53:17.7624370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-20T21:53:17.7626030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/caffe2/serialize 2024-08-20T21:53:17.7626780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/cpuinfo.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:17.7628470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-08-20T21:53:17.7629680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7630200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7631660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor 2024-08-20T21:53:17.7632290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/inductor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor 2024-08-20T21:53:17.7633620Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-08-20T21:53:17.7634320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-08-20T21:53:17.7635360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-08-20T21:53:17.7636400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-08-20T21:53:17.7637620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-08-20T21:53:17.7638920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:17.7639630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:17.7640690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:17.7641860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:17.7643120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:17.7644060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:17.7645150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:17.7646260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:17.7647880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:17.7648800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_runtime/model_container.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-08-20T21:53:17.7650170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-08-20T21:53:17.7650680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-08-20T21:53:17.7651600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-08-20T21:53:17.7652890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-08-20T21:53:17.7654130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-08-20T21:53:17.7655320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-08-20T21:53:17.7656460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-08-20T21:53:17.7657650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-08-20T21:53:17.7658780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-08-20T21:53:17.7660350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2024-08-20T21:53:17.7661060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/inductor/aoti_torch/c/shim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2024-08-20T21:53:17.7661820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7663220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Export.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7664040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Device.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7665590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/THConcat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7666330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2024-08-20T21:53:17.7667100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx/back_compat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2024-08-20T21:53:17.7668690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2024-08-20T21:53:17.7669430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/onnx 2024-08-20T21:53:17.7670800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Event.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7671540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7673180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed 2024-08-20T21:53:17.7673640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd 2024-08-20T21:53:17.7674950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-08-20T21:53:17.7675780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/context/container.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-08-20T21:53:17.7676740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/context/context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-08-20T21:53:17.7678170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:17.7679080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:17.7680140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:17.7681230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:17.7682240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:17.7683380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:17.7684840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:17.7685810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:17.7686870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:17.7688080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:17.7689280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-08-20T21:53:17.7690800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-08-20T21:53:17.7691640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-08-20T21:53:17.7692760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-08-20T21:53:17.7694210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7694890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7695890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7696960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7698130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7699220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7700400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7701460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7703540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7704680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7705870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7707260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7708220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7709790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7710840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7712040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7713400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7714540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7715680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7716900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7718400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7719350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7720870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7721930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7723040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7724490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7725440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7726540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/rpc 2024-08-20T21:53:17.7728160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7728920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7730210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7731740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7732640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7733610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7734950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7736000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7737440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7738650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7739400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7740450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7741850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7742850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7743970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7745460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7746330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7747880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7748850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7750280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7751380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7757210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7758180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Functional.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7758880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Backoff.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7759580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7760290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7761060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7761870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7762580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7763270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7763990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7764690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7765360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7766300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7767540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7768630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7769670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7771140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7772210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7773660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7774990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7776070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7777220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7778290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7779740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7780660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7781760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7783030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/distributed/c10d 2024-08-20T21:53:17.7784530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7785310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:17.7786220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:17.7787720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:17.7788840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:17.7790400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:17.7791290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:17.7795070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/generated 2024-08-20T21:53:17.7796200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7797370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7798730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7799740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7801040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7801870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/engine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7802860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7804120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7805010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/edge.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7806420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7807280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/variable_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7808590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7809520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7810900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7811780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7813630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7814960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7816070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7817380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7818360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7819490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7820940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7821770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/variable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7823480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:17.7824190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:17.7825330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:17.7826870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:17.7827680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:17.7829110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:17.7829940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/utils 2024-08-20T21:53:17.7831220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7832220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7833330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7834450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7835970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7837090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7837880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7839380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7840230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7841240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7842780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7844420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7845350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7846890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:17.7847810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:17.7849170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:17.7850400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:17.7851520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:17.7852560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:17.7853620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd/functions 2024-08-20T21:53:17.7854690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7855860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7857480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7858300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7859300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7860350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7861580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7862660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7863820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7865680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/autograd 2024-08-20T21:53:17.7866900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-20T21:53:17.7867590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-20T21:53:17.7868300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/GdsFile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-20T21:53:17.7869700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-20T21:53:17.7870510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-20T21:53:17.7872100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-20T21:53:17.7872840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-20T21:53:17.7873880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-20T21:53:17.7875100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/Event.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-20T21:53:17.7876640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-20T21:53:17.7877300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/comm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-20T21:53:17.7878360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-20T21:53:17.7879770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/cuda/Module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/cuda 2024-08-20T21:53:17.7880820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/serialization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7881670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7883070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7884540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2024-08-20T21:53:17.7885130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu/Event.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2024-08-20T21:53:17.7886140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2024-08-20T21:53:17.7887120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/xpu/Module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/xpu 2024-08-20T21:53:17.7888330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/QScheme.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7889780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7890380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/cache_entry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7892090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7892730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/cpython_defs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7893870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/cpp_shim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7895340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/framelocals_mapping.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7896270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/cpython_includes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7897210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/extra_state.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7898240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7899750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/eval_frame.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7900680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/debug_macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7902290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7902980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7904460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/dynamo/guards.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/dynamo 2024-08-20T21:53:17.7905860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7906440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7907630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7908840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7909800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7910880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/nested.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7912400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_raii.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7913550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7914320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7917220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7917840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7918470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7919080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7920890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7921900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7922970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7923880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7925270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/verbose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7926110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7927340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7928580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7929480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7930760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7931780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/device_lazy_init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7933240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7933940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7935000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7941150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7941760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7942340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7942910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/out_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7943510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7944100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/structseq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7944720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7945340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7946020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/pyobject_preservation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7946720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7947370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7948860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7949720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7951150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7952260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7953080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/six.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7954530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7955310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/utils/variadic.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/utils 2024-08-20T21:53:17.7956410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7957920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/DataLoader.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7958580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/THP.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7960140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/python_headers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7961390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Layout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7962280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7963890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/copy_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.7965130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2024-08-20T21:53:17.7965710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2024-08-20T21:53:17.7967550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7968210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7969380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7970380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7971650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7972750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7974420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7975210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7976770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7977810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7979350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7980090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7981650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7982440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7984090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7985230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7986380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7988000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7988770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7990340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7991540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7992420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7993630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7995010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7996260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7997760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7998820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.7999690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.8001340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/frontend 2024-08-20T21:53:17.8002060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8002830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8004300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8005160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8006120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8007700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_tree_views.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8008430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8009420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8010940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8011770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_custom_class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8013350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8014180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8015160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8016780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8017770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8018850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8019940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/python 2024-08-20T21:53:17.8021690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8022360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8023630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8024710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8025790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8027030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8028080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8029120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8030650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:17.8031440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:17.8032450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:17.8033550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:17.8034680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:17.8035840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:17.8036890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:17.8038040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:17.8039980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:17.8041130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-08-20T21:53:17.8042470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8043300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8045040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8045790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8047620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8048460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8049420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8050950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8051800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8053350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8054180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8055200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8056530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8057600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8059320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8060080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8061050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8062280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8063350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8064880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8065830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8067230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8068200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8069410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8070890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8071950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8072900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8074050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8075000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8076460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8077490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8078560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8079610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8080650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8082080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-08-20T21:53:17.8083400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8084080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8085660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8086340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8088170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8089000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8090000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8091210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8092700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8093340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8094910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8095680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8097130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/graph_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8098080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/ir 2024-08-20T21:53:17.8099740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8100470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8102090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8102950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8103950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8105160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8106210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8107400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8108490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8110140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8111830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8112660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8113790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8114970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8116740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8117710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8122790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8123770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8124590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8125360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8126130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8126800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/serialization 2024-08-20T21:53:17.8127080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:17.8127770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:17.8128450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:17.8129260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:17.8130330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:17.8131370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:17.8132510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:17.8133700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:17.8134860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:17.8135890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/backends 2024-08-20T21:53:17.8137460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8138230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8139340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8140390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8141910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8142920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8143720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8144830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8146470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8147440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8148570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8149700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8150880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8151950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8153040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8154580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8155460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8156500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8158010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8158770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8160270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8161110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8162270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8163360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8164470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8165820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8166740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8167850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8169150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8170270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8171680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8172500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/runtime 2024-08-20T21:53:17.8174210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8174860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8176040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8177460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8178480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8179790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8180760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8181820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8182940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8184430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8185300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8186500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8187540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8188700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8189850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8190990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8192170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8193600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8194570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8195860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8196880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8198140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8199290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8200410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8201540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8203230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8203890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8205040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8206100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8207210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8208860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8209780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8210610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8211810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8212910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8214440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-08-20T21:53:17.8215170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-08-20T21:53:17.8216080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-08-20T21:53:17.8217240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-08-20T21:53:17.8218260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-08-20T21:53:17.8219470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-08-20T21:53:17.8220450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8221710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8222770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8223890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8225340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:17.8226230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:17.8227290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:17.8228430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:17.8229610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:17.8230900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:17.8232400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:17.8233300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:17.8234550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:17.8235730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-08-20T21:53:17.8236630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8238430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8239390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8240560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8241740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8242770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8243960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8245070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8246420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8247280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8248410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8249490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8250620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8252340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8253120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8254300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8255320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8256460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8257710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8259430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8260250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8261290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8263020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8263700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8264640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8265780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8266920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8268440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8269380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8270390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8271470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8272600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8273600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8274870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8275940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8277480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8278390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8279320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8280540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8281610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8283290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8284260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8285180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8286790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8287470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8288450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8289610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8290840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8291940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/passes 2024-08-20T21:53:17.8293400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/codegen 2024-08-20T21:53:17.8294150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2024-08-20T21:53:17.8294990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2024-08-20T21:53:17.8296410Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/testing 2024-08-20T21:53:17.8297080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/testing 2024-08-20T21:53:17.8302250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/testing 2024-08-20T21:53:17.8303030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2024-08-20T21:53:17.8303310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8303970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8304620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8305250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8305910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8306620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8307330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8308160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8309200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8310560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8311430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8312930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8313700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8314900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8315890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8316960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8318450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8319320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8320430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8321520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8322610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8323740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8324940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/mobile 2024-08-20T21:53:17.8325900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit 2024-08-20T21:53:17.8327090Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-08-20T21:53:17.8327840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-08-20T21:53:17.8328860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api/method.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-08-20T21:53:17.8330010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-08-20T21:53:17.8330950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api/object.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-08-20T21:53:17.8332080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/jit/api/module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/jit/api 2024-08-20T21:53:17.8333480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Storage.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.8334740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy 2024-08-20T21:53:17.8335710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8336330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8337440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8339070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8339980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2024-08-20T21:53:17.8341050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2024-08-20T21:53:17.8342570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8343420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8344960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8345870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8346950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8348120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8349220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8350420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8351490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8352580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8353580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8355110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8356420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-08-20T21:53:17.8357080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ops/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-08-20T21:53:17.8358260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-08-20T21:53:17.8359190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8360690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8361450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8363080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8363690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8364700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8366060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8366970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8368150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/core 2024-08-20T21:53:17.8369690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/python 2024-08-20T21:53:17.8370340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/python/python_util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/python 2024-08-20T21:53:17.8371860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:17.8372580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:17.8373690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:17.8374550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:17.8375500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:17.8377160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:17.8377840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:17.8378820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:17.8379960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:17.8381920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:17.8382660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-08-20T21:53:17.8384200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-08-20T21:53:17.8384900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-08-20T21:53:17.8385900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-08-20T21:53:17.8387670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-08-20T21:53:17.8388480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/lazy/backend 2024-08-20T21:53:17.8389690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api 2024-08-20T21:53:17.8390370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include 2024-08-20T21:53:17.8391730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8392410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/fft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8393510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nested.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8395230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8396090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/version.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8397370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:17.8398040Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8399020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8400460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8401730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8402680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8403910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8405250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8406370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8407660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8408870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8410210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8411240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8412790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8413720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8415040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8416300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8417690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8419060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8420200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8421730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8422710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8423940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-08-20T21:53:17.8425220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:17.8426760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-08-20T21:53:17.8427640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-08-20T21:53:17.8428670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:17.8430310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-20T21:53:17.8431080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-20T21:53:17.8432210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-20T21:53:17.8433270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-08-20T21:53:17.8434390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/options.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:17.8435960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:17.8437030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:17.8438050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:17.8439050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:17.8440730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8441580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8443220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8444220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8445500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8446690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8448010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8449270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8450400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8451600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8453130Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:17.8454070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:17.8455250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:17.8456620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:17.8458130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:17.8459110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:17.8460070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:17.8461300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:17.8462520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:17.8463670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:17.8464900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-08-20T21:53:17.8465770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8467050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8468180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8469380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8470660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8471660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8473150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8474150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8475460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8476830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8482280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8483240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8484080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8484860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-08-20T21:53:17.8485570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:17.8486310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-08-20T21:53:17.8486690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8487600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8488550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8489430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8490260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8491140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8491960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8493010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8494030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8495150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8496100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8497090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8498820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8499850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8500940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8502170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8503500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-08-20T21:53:17.8504390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/enum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8505670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8506770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/all.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8507940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8509480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/arg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8510670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/xpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8512290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:17.8513060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:17.8514780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:17.8515590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:17.8516580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:17.8518060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:17.8519050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:17.8519960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:17.8521460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-20T21:53:17.8522400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-20T21:53:17.8523390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-20T21:53:17.8524460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-08-20T21:53:17.8526230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-08-20T21:53:17.8527030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-08-20T21:53:17.8528060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-08-20T21:53:17.8529350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-08-20T21:53:17.8530450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-08-20T21:53:17.8531630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-08-20T21:53:17.8532700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/torch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8534270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/optim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8535180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/jit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8536530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-08-20T21:53:17.8537320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/detail/static.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-08-20T21:53:17.8538440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-08-20T21:53:17.8539410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/nn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8540700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/imethod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8541710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8543240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/cuda.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8544070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8545190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/linalg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8546340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/special.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8547890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8548810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/mps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8549870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/python.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8550960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/serialize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8552680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:17.8553480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/example.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:17.8554690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:17.8555590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:17.8556520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:17.8557620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:17.8558760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:17.8560000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:17.8561310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:17.8562390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:17.8563520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-08-20T21:53:17.8564570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:17.8565690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:17.8567250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-20T21:53:17.8568060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-20T21:53:17.8569130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-20T21:53:17.8570210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-08-20T21:53:17.8571330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:17.8572670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-20T21:53:17.8573620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-20T21:53:17.8574730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-20T21:53:17.8575870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-20T21:53:17.8577030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-20T21:53:17.8578210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-08-20T21:53:17.8579720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:17.8580610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:17.8581710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:17.8582710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:17.8583830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:17.8584940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:17.8585940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:17.8587140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-08-20T21:53:17.8588220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:17.8589400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:17.8590540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-08-20T21:53:17.8592000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-20T21:53:17.8592870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-20T21:53:17.8594000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-20T21:53:17.8595120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-08-20T21:53:17.8596120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/api/include/torch 2024-08-20T21:53:17.8597020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.8598590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/StorageSharing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.8599820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-20T21:53:17.8600440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/stubs 2024-08-20T21:53:17.8601210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/stubs 2024-08-20T21:53:17.8602760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/combined_traceback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-20T21:53:17.8603700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-08-20T21:53:17.8604590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-08-20T21:53:17.8605750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone/nvtx_observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-08-20T21:53:17.8607350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone/itt_observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-08-20T21:53:17.8608310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/standalone 2024-08-20T21:53:17.8609640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2024-08-20T21:53:17.8610300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python/pybind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2024-08-20T21:53:17.8611160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2024-08-20T21:53:17.8612660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/python/init.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/python 2024-08-20T21:53:17.8613470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/events.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-20T21:53:17.8614530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-20T21:53:17.8615810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/api.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-20T21:53:17.8616690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/util.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-20T21:53:17.8618230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-08-20T21:53:17.8618970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-08-20T21:53:17.8620260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-08-20T21:53:17.8621330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-08-20T21:53:17.8622880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8623560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8624520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8625720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/unwind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8626820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/sections.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8627970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8629070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8630120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/debug_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8631750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/action.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8632560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/mem_file.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8633690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8634830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/fde.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8635980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/communicate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8637130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/lexer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8638210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/line_number_program.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8639300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8640420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/unwind/range_table.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler/unwind 2024-08-20T21:53:17.8641490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/containers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-20T21:53:17.8642660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/collection.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-20T21:53:17.8644210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/perf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-20T21:53:17.8645000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-20T21:53:17.8646040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/profiler 2024-08-20T21:53:17.8647740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/tensor 2024-08-20T21:53:17.8648340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc/tensor 2024-08-20T21:53:17.8649130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/PyInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.8650320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Dtype.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.8651920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Module.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.8653080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/python_dimname.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.8654010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.8659010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/Generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.8659740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/TypeInfo.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.8660340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/csrc/StorageMethods.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch/csrc 2024-08-20T21:53:17.8660810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/script.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-08-20T21:53:17.8661270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/library.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-08-20T21:53:17.8661790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/custom_class_detail.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-08-20T21:53:17.8662340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/custom_class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-08-20T21:53:17.8663130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/torch/extension.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/torch 2024-08-20T21:53:17.8664430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/nnpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:17.8666170Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8666690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ClientInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8668360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/GenericTraceActivity.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8668920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/IActivityProfiler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8670420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/Config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8671050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/TraceSpan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8672470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/LoggingAPI.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8673810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ITraceActivity.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8674520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ActivityProfilerInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8676050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ActivityTraceInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8677450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/output_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8679190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ThreadUtil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8679700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ActivityType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8681090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/libkineto.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8681770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/time_since_epoch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8683220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/ILoggerObserver.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8684010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/kineto/AbstractConfig.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/kineto 2024-08-20T21:53:17.8685400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/xnnpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:17.8687540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/libshm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:17.8688290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/fp16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:17.8689750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/qnnpack_func.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:17.8691160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/pthreadpool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:17.8692790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/clog.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:17.8694220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/omp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:17.8696240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8696910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Formatting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8698410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/NestedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8698930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CPUFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8700550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/LegacyBatchedFallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8701250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CollapseDims.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8702900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8703590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MetaFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8705130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8705950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8707420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/DeviceAccelerator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8708550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8709280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MemoryOverlap.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8710670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8711500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/LegacyVmapMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8712950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/InitialTensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8713700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Version.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8715130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/DLConvertor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8715850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Device.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8717300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/FuncTorchTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8719140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8719660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Dict_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8720540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Formatting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8722010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/TensorBody.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8724710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8726010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-08-20T21:53:17.8726650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-08-20T21:53:17.8727550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-08-20T21:53:17.8728660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-08-20T21:53:17.8730300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/op_registration 2024-08-20T21:53:17.8730940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/jit_type_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8732470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/typeid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8733310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/rref_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8734700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8735620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/interned_strings_class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8737130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/operator_name.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8738020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8739060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/symbol.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8740470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Backtrace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8741370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/TransformationHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8742380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/blob.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8743670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/function_schema.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8745080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/type_factory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8746420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-20T21:53:17.8747090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-20T21:53:17.8748260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-20T21:53:17.8749340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-20T21:53:17.8750650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-20T21:53:17.8751500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-20T21:53:17.8753060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-20T21:53:17.8753960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/dispatch 2024-08-20T21:53:17.8755320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8756160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ivalue_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8757280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8758860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/dynamic_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8759760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/class_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8761220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8762070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/function_schema_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8763160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8764450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/qualified_name.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8765410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8766720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/NamedTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8767630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8769110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/CachingHostAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8770020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/functional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8771350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8772350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/interned_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8773740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/List.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8774580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ATenOpList.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8775650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Dict.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8776980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/type_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8777990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/grad_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8779450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8780300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8781630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8782580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ScalarType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8783860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Array.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8785160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ATen_fwd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8786130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8787480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ATenGeneral.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8788510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/custom_class.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8789610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/IListRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8791010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8792060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8793350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/TensorBase.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8794500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ATen_pch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8795770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/QuantizerBase.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8796730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/enum_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8797820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/alias_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8799030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/List_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8800070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8801370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/enum_tag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8802670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/jit_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8804230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/IListRef_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8805150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ivalue.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8807060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Dimname.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8807910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Vitals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8809450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8811110Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-08-20T21:53:17.8811760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-08-20T21:53:17.8812710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-08-20T21:53:17.8814390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-08-20T21:53:17.8815210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-08-20T21:53:17.8816760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-08-20T21:53:17.8817740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing/impl 2024-08-20T21:53:17.8818980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-08-20T21:53:17.8819870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-08-20T21:53:17.8821240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-08-20T21:53:17.8822260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-08-20T21:53:17.8823730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core/boxing 2024-08-20T21:53:17.8824500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/builtin_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8825770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/DimVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8826800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Reduction.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8828110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8829400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8830420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8831730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8832620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/TensorAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8833920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/ivalue_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8835720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/core/Variadic.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/core 2024-08-20T21:53:17.8836770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8838210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/jiterator_macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8839040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Operators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8840820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.8842180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-20T21:53:17.8847240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSProfiler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-20T21:53:17.8848000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/EmptyTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-20T21:53:17.8848530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-20T21:53:17.8849160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-20T21:53:17.8849700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSHooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-20T21:53:17.8850200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSEvent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-20T21:53:17.8850700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSDevice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-20T21:53:17.8851210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSStream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-20T21:53:17.8851860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/IndexKernels.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-20T21:53:17.8852900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSAllocatorInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-20T21:53:17.8854310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/mps/MPSGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/mps 2024-08-20T21:53:17.8856020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8856680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8858140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8858960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorTransformations.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8859960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ComplexHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8861060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ConvUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8862610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Normalization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8863370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ReductionType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8864410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Repeat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8865880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/layer_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8866780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/GridSampler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8868520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8869400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8870820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8872370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Unfold3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8873050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Fill.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8874550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8875410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/RangeFactories.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8876960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/RNN.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8877650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/IndexKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8879090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Pool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8879920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Cross.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8884740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/im2col.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8885610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TransposeType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8887240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/DispatchStub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8887970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Unfold2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8889380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8890740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8892100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-20T21:53:17.8892720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps/TensorFactory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-20T21:53:17.8894260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-20T21:53:17.8897650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-20T21:53:17.8898410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps/UnaryConstants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-20T21:53:17.8900070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps/MPSGraphSequoiaOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-20T21:53:17.8900870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps/OperationUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-20T21:53:17.8902320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/mps/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/mps 2024-08-20T21:53:17.8903160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Distributions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8904380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/MaxPooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8905810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/SparseTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8906870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/CPUFallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8908750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8909370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8910390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/zmath.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8911520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/ReduceUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8912690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8913750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8915150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/int_mm_kernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8916160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8917670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8918560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8919980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8921050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8922400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8923430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8925190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/LogAddExp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8926260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8927360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8928510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8929450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8930700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8931730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8932800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8934230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8935280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8936770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8937810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8939550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8940300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8941900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8942760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cpu/Loops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cpu 2024-08-20T21:53:17.8943890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/FusedAdagrad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8945070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8946710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TopKImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8947550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8948680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8950240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ForeachUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8951370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8951970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.8953970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8954640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8956020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8957390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8958340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8959480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8960570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8961910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8962770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8964250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8965280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/RowwiseScaledMM.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8966730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8967560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8968570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8969710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8971000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8971940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8973240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8974100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8975220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8976340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8977700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8978560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8980000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8980970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8982350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8983810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8984720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8986000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8986920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8988000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8989560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8990370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8991570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8992640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8993760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8994860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8995990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8997460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.8998490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9000220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9001050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9002580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9003830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9004530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9005890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Sort.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9007030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9008430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9009350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9011720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9013060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9014410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9015670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9016680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9017760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9019070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9020130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9021030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/cuda/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/cuda 2024-08-20T21:53:17.9022560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-20T21:53:17.9023390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/ConvUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-20T21:53:17.9024480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-20T21:53:17.9025720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-20T21:53:17.9027200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9027900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9028880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9030110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9031260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9032530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9034220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9039640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9040470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9041160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9041910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9042610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9043280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9043970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized/cpu 2024-08-20T21:53:17.9044640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-20T21:53:17.9045300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-20T21:53:17.9045950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-20T21:53:17.9046540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/quantized/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/quantized 2024-08-20T21:53:17.9047390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Lerp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9048430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ReduceOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9049920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9050640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/UnaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9051750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/SortingUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9053530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9054190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9055050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorShape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9056100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/IndexingUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9057050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/UpSample.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9058730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2024-08-20T21:53:17.9059440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils/ParamUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2024-08-20T21:53:17.9060840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils/ParamsHash.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2024-08-20T21:53:17.9061880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/utils/Factory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/utils 2024-08-20T21:53:17.9063450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ResizeCommon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9064290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9065680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9066660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9068060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Sorting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9069460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9070290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorProperties.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9071900Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/transformers 2024-08-20T21:53:17.9072560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/transformers/attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/transformers 2024-08-20T21:53:17.9073760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/transformers/sdp_utils_cpp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/transformers 2024-08-20T21:53:17.9074990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9076410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/vol2col.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9077460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/LossMulti.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9079060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9079770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorDimApply.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9081160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9082320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9083000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9084440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/group_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9085190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Histogram.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9086660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9087570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9089540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/FusedAdam.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9090500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9091830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/CPUBlas.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9092870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9094220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9095010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/AmpKernels.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9096140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9097710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorIterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9098860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorConversions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9100120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-20T21:53:17.9100790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested/NestedTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-20T21:53:17.9102050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-20T21:53:17.9103480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested/NestedTensorMath.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-20T21:53:17.9104360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-20T21:53:17.9105540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-20T21:53:17.9106650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/nested/NestedTensorFactories.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native/nested 2024-08-20T21:53:17.9107780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/FractionalMaxPooling.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9109370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9110340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorFactories.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9111400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/PointwiseOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9112560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/BinaryOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9113500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Pow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9114910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9115740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9116960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/SegmentReduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9118330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/FusedSGD.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9119350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Padding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9120480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorCompare.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9121800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/PixelShuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9122860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9124300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TypeProperties.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9125290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/Copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9126380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9127490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/native 2024-08-20T21:53:17.9128770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ceil_div.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9129670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/EmptyTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9131030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9132400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/dlpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9133630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9134490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ThreadLocalPythonObjects.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9135750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Backtrace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9137230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2024-08-20T21:53:17.9137720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2024-08-20T21:53:17.9139210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2024-08-20T21:53:17.9140000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vml.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu 2024-08-20T21:53:17.9141530Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-20T21:53:17.9142120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec_half.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-20T21:53:17.9143460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-20T21:53:17.9144750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9145390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9147010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9147940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9149330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9150180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9151700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9153020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9154250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9155340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9156540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9157620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9159070Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/zarch 2024-08-20T21:53:17.9159830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/zarch 2024-08-20T21:53:17.9161760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9162990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9163670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9164600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9165700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9166830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9168120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9169070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9170640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9171510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9173150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9174100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9175110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9176710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9177650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-08-20T21:53:17.9178690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9180370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec256 2024-08-20T21:53:17.9181320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-20T21:53:17.9182750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec_convert.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-20T21:53:17.9183660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-20T21:53:17.9185280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-20T21:53:17.9186160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/functional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-20T21:53:17.9187640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:17.9188280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:17.9189980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:17.9190790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:17.9192560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:17.9193530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:17.9194700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:17.9196370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:17.9197200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:17.9198910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:17.9199990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec/vec512 2024-08-20T21:53:17.9201100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec_n.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-20T21:53:17.9202410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-20T21:53:17.9203730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cpu/vec 2024-08-20T21:53:17.9205170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9206120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TracerMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9207320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/BlasBackend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9208720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Backend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9209700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9215290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9215810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/PTThreadPool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9217390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9218370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MapAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9219840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9220400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9221850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9222580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9228320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9229070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9229590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/Sleep.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9230170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9230730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9231250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/jiterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9231790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9232420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9232990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9233710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9234950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9236040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9237490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/PhiloxUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9238130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9239520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9240320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9241960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9242900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9243810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/cub.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9245290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9246210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9247290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9248340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/cub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9249820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAContextLight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9250660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9252260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9253630Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-20T21:53:17.9254230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-20T21:53:17.9255880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-20T21:53:17.9257020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-20T21:53:17.9257920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-20T21:53:17.9259200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-20T21:53:17.9260710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-20T21:53:17.9261690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-20T21:53:17.9262750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-20T21:53:17.9264020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-20T21:53:17.9265040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/detail 2024-08-20T21:53:17.9266100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9267630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9268500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9270110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9270770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/PhiloxCudaState.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9272300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9273450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-20T21:53:17.9274050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/TunableOp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-20T21:53:17.9275070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/StreamTimer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-20T21:53:17.9276620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/TunableGemm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-20T21:53:17.9277350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/GemmCommon.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-20T21:53:17.9278840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-20T21:53:17.9279820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-20T21:53:17.9280880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/tunable/Tunable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda/tunable 2024-08-20T21:53:17.9281910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9283320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cuda 2024-08-20T21:53:17.9284980Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/quantized 2024-08-20T21:53:17.9285670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/quantized 2024-08-20T21:53:17.9286590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/quantized/Quantizer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/quantized 2024-08-20T21:53:17.9287990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/record_function.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9288950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/WrapDimUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9290480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-20T21:53:17.9291060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/XPUEvent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-20T21:53:17.9292270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/XPUDevice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-20T21:53:17.9293360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/PinnedMemoryAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-20T21:53:17.9294770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/CachingHostAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-20T21:53:17.9296240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu/detail 2024-08-20T21:53:17.9296890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/detail/XPUHooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu/detail 2024-08-20T21:53:17.9297630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-20T21:53:17.9299110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/xpu/XPUContext.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/xpu 2024-08-20T21:53:17.9300470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-20T21:53:17.9301010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-20T21:53:17.9301940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen/Types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-20T21:53:17.9303040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen/Descriptors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-20T21:53:17.9303950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen/miopen-wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-20T21:53:17.9305260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-20T21:53:17.9306220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/miopen/Handle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/miopen 2024-08-20T21:53:17.9307510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/RedispatchFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9319120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Context.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9320510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9321840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9322870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/div_rtn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9323860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ExpandUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9325220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MPSFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9326170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TypeDefault.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9327430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MPSFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9328450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9337630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MethodOperators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9338420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9339810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/NamedTensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9340900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9341850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9342810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/LinalgBackend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9344470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/LegacyBatchedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9344970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9346250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/SequenceNumber.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9347650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9348240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ExpandBase.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9349640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Parallel-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9350650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MatrixRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9351580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9353000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9354240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9355230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9356670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/NumericUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9357320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ATen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9358660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorNames.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9359610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorMeta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9361010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorIndexing.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9361830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Layout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9363220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/SparseTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9364120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/SavedTensorHooks.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9365810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-20T21:53:17.9366430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-20T21:53:17.9367760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-20T21:53:17.9368730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-20T21:53:17.9369870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/MAIAHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-20T21:53:17.9370980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/XPUHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-20T21:53:17.9372390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-20T21:53:17.9373220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-20T21:53:17.9374670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/MPSHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-20T21:53:17.9375450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/MTIAHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-20T21:53:17.9376600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/detail/IPUHooksInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/detail 2024-08-20T21:53:17.9378050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9378910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/StorageUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9380310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9381150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/code_template.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9382490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorOperators.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9383320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CUDAFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9384780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip 2024-08-20T21:53:17.9385450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-08-20T21:53:17.9386900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-08-20T21:53:17.9387940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-08-20T21:53:17.9389080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-08-20T21:53:17.9390470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/hip/impl 2024-08-20T21:53:17.9391060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ScalarType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9392500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9393350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Dispatch_v2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9394870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Storage.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9395810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/DeviceGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9397180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ParallelNative.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9398080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/OpMathType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9399500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9400350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/PadNd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9403560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9405070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9406220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ParallelFuture.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9409900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:17.9446250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9446790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_vulkan_available.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9448210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_atan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9449190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9450830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9451830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9453330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9454130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9455410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_ones.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9462040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9462920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9463560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9464080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9464620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9465160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9465710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9466250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9466830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9467400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9467890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9468740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9470210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9470940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9472400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9473220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isfinite_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9474710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9475410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9476780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9477780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9479060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vecdot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9480150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9481280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9482400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9483860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9484840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9485990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9487060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/result_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9488510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9489890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9490930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumulative_trapezoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9491940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9493420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9494420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9495520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9496750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9497530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9499030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binomial_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9499980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_padded_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9501390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9502290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9503760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9504750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9506120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9507020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9508400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9509240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_propagate_xla_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9510600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9511650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9512660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9514190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9515000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9516380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_remove_batch_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9517260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/constant_pad_nd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9518830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9519750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9521140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lstm_mps_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9521920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9523400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9524230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9525540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9526470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_int_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9527810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9528830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9529920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9531540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9532200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9533760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9534550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9535510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9536970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9537870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9539350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9540750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9541780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9542910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9544090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9545550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9546680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9547610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9549330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9550560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9551960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9552790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9554030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9555670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9556450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9557920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9558690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log10_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9560420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9561180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9562770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9563450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9564880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9565930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9566850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9567930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9569080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9570660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9571420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9572980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9573770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9574900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9576290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9577310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9578340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9579660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9580870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9581690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Long_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9583230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9584070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pdist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9585540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9586230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9587630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9588530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9590020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9590930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9592490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9593600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/absolute_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9594480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9595960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9596930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9597920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9599530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9600340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9601860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9602620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9603820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9605060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9606670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9607660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9609110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bilinear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9609830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9611610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9612320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eig_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9613690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9615100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9615880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9617160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9618250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9619690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concatenate_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9621230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9622000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9623050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9624170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9625640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9626500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_inference_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9627480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9629060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9629730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hstack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9631250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9631980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9633580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9635170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9636020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9637700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_nonzero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9638410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9639900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9645170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/positive_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9645910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9646570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9647110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Float_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9647840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9648350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9648970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9649570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9651150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9651910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9653730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9654610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9656040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mixed_dtypes_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9657450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_max_seqlen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9659140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9659760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9661260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9662340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9663900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9664520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_jvp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9665950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9666790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9668200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9669120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9670570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9672030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hann_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9673040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9674630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9675460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9676970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/coalesce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9677810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9679490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9680200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9681430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9682940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9683940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9685330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9686240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9687690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9688780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9689930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9691470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9692230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9693340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9698720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9699660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9701140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9702160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9704140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9704890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9706480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9707480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9709220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9710000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9710860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chain_matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9712280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9713160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9714660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9715710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9716610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9718350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vdot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9719500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9720290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_abs_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9727560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9728510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9729580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9731110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9731960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9733430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9734080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2c_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9735700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9736530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9737730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9739040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9740030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9741520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9742250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9743500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9744730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9745610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_same_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9747160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9747990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9749450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9750400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Double_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9751820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9756310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9757470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9759110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9760380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9761310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9762430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9763660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/and_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9764780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9766040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9766990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9768260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9784390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9785470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9786720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9787590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vstack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9788840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9790070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9791100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9792390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9793480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9794780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9795810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9797140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9798010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9799510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9800360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9801730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9802780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9803790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9805380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9806180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dequantize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9807240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2c_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9808300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9809770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9810700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9812320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9812900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9814630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9815250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9816700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9817670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9818570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9820320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9821070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9822040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9823490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9824430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9825480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9826560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9827910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9829130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_floor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9830010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9831760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9832460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_sparse_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9833480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9834980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9835750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9837300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9838070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9839870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9840710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9841730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_check_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9843280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rot90_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9844070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9845150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9846270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9847570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/selu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9848530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9850110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9851170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9852230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9853440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9860050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9860660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9861280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9861880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9862420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9862990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9863480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col2im_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9865570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9866660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9868540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9869610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9870920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9872410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9873380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9875190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9876020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9877460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9878420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9880020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9880640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9881830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9883440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9884540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9885320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_jvp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9886810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_scramble.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9887610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9890590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftfreq_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9891470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9893100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmean_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9893900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9895210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9896050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9897680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9899180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9900220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9901090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9902930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9903790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9905740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9906690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9908130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9909260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9910220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:17.9953100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0673900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0675110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0676320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0677480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_depthwise3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0678590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0679940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0681160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0682370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0683560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0684760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0685930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0687090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0688210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0689420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0690770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0691940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_entropy_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0693130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0694300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0695550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0696980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0698330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0699560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0700700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0701800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int8pack_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0702970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0704190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0705320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0706810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0726930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0728350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0735430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0741860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0760780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0762170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0768310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_scalar_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0769580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0770900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0772220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0773380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0774440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svdvals_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0775570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/orgqr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0782140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0783300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0784390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/layer_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0785700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0787110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0788270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0789510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0790710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0791840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0792910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0794080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0795170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/record_stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0796260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0797400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0798630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0799870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0801070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0802200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0803280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0804330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isinf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0805380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0806490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0807690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_min_seqlen_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0808990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0810310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0811530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0812770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0813950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multinomial.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0815020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0816130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0817500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/allclose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0818740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0819940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nuclear_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0821110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0822290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0823460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0824620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pairwise_distance_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0825890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0827060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0828230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_lengths_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0829440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0830590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0831790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0833050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0834420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0835680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_aminmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0836760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0837900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0838990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0840030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0841210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0842440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0843570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0844710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0845810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0847060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0848300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0849470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0850590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0851730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0852890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0854120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0855330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0856630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0858020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0859210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ldexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0860330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0861590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_rank.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0862740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0863940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0865060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0866140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0867280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0868420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0869540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0870790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0871890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0873210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0874570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0875800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0876940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0878190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0879460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0885090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0886410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0887700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0888810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_exp2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0889870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0891130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0892400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0893580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0894700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0895790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0896960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0898320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0899570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0900700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0901890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0903030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0904160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0905210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_chunk_cat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0906330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0907480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_distributed_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0908550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0909660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0910780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0911920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0913070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0914270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0915440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0916510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adagrad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0917620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0918750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_gru_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0919850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0920920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0921950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0923060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0924260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0925400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vecdot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0926590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0927770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0928840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0930110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0931340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0932460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0933540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/moveaxis_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0937880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/positive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0939030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0940200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0941480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0942810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0943960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0945140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0946290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0951360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0952660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0953880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_propagate_xla_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0955020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0956140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0957590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_round_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0958640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0959700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_coalesced_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0960780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0961880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0962970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0964090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0965160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0966270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0971610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0972980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0974100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0975180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0976420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0977690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0978820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0980000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0981160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0982300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0983440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0984620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0985840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0987010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0988210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0989350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0990410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0991460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0992700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0998520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.0999660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1000910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kl_div.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1002120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1003260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1004390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1005550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1006810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1007950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1009190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1010360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1011540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1012710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1013790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1014880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vsplit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1016000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1017190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1018450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1019710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1020850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1022090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1023430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1029220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1030600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log1p_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1031780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1033220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1034540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1035740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1036970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1038180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1039350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1040460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1041540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1042630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1043780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1045010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mixed_dtypes_linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1046200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1047290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binomial.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1048380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1049490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1050540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1051610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_propagate_xla_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1052760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1053890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1055050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_except_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1056190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1057360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1058530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1059720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1060870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1061990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1063310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1064580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1065720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1066950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1068180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1069390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1070570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1071740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1072940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1074110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1075250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1076320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/deg2rad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1077360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1078470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1079670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1080820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1081900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_complex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1083000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1084130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1085270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1086470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1087700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1088820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1090210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1091570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1092710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/corrcoef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1093810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1095120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1096440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaln_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1097820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1099160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1100250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1101470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1102760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_asin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1103840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1104890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1106090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1107360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1108450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1109580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1110680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1111910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1113080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1114230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1115500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1116720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1117920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1119220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1120430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1121520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1122640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1123800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1125030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1126200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1127300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1134450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1135830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1137050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1138200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1139420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1140510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1141620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1142690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/outer_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1143780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1144900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1146090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1147220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1148320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1149600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1151040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1152300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Short_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1153420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1154740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1156250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1157530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1158610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1159800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1161170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1162700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1163930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1165000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_scale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1166120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1167180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1168310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mask_projection.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1169400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1170490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_trilinear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1171540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1172700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1173930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1175030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1176250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1177520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1178650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1179890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1181150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1182310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1183450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1184550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1185670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1186790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1187930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1189180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1190350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/output_nr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1191410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1192440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/not_equal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1193500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1194590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/meshgrid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1195650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1196740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_storage_offset_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1197870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1199010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1200140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1201200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1202380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1203540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1204730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1206030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1207290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1208550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1209860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/float_power_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1211040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1212330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1213550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1214640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1215770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1216920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1218140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1219500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1220970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1222250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1223380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1224560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1225700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1226880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1228040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1229210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1230380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_scale.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1231560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1237070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1238260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diff_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1239380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1240600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1241890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1243030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1244180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1245380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1246490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1247800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1249190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1250360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_storage_offset.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1251590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1252780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1253870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1255030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1256210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1257350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1258580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1259960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1261170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/and.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1262240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1263450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1264600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1265840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1267030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1268120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1269410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1270770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1272020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/searchsorted_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1273150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1274480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1275870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1277120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1278390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1279570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1280820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1281980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hann_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1283090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1284360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1285570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1286630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Int.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1287720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1288980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1290170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1291260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1292390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1293520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1294770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1295970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1297160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1298450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1299680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concatenate_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1300820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1302060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1303350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1304510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1305640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1306760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1307900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1309010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1310220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1311460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_mps_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1312540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1313590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1314680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1315830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1317000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1318150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1319200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1320240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_physical.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1321290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/square_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1322400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1323520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1324740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1325970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1327140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/margin_ranking_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1328250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_psi_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1329390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1330480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1331620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1332760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erfc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1333800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/selu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1338600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1339740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1340810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1341910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1343050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_triangular.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1344310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1345480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cov.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1346690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1347900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1348990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1350230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1351580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1352660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chain_matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1353720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1354810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1355960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1357160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1358300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1359420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_nonzero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1360520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1361690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1362840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1363400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1364020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1364570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1365120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_parallel_materialize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1365710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1366630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1367330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1367860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/int_repr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1368440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1369100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1369700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1370290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1370790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_mul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1371360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1371960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1372490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_int_mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1373080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1373740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1374260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1375040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1375750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1376400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1376920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1377470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1377950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1378480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argwhere_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1379110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1379610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_frac.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1380120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/orgqr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1380720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1381360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1381950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1382470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1383020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1383560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1384070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1384570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1385160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1385890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1386860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1388200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1389020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1390520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1391130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_int_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1392570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1393410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1394410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1395740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1396640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1398110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1399180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1400550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1401460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1402770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1403680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1404700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_permuted_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1406060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1407030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1408080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1409380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_householder_product_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1410280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1411580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1412920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1414260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1415110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1416220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1417310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1418360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnz.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1419430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1420780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1421840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1422920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1424170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1425120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hamming_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1426170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1427390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1428420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1429660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1430480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1431690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1433010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1433830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1435060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1436120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1437790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chunk_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1438890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1439880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1441530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1442270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1443690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1444700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1446010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1446840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1448480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1449130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_numel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1450610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1451610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1452870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1453870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1455120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1456030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1457340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_numel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1458420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1459960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1460840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1462270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1463130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_logcumsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1464590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1465520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1466470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1467850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1468740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1469890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1470960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1472200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1473170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1474490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1475480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1481100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1481860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sspaddmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1482410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1482950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1483530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1484070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1484660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1485230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1485780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1487390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1488080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummax_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1489650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1490420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1491390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1492980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1493790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1494850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1495800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Half.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1497300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1498300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1499350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1501060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1501690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1502650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1503870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1505370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1506050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/not_equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1507510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1508320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_exp2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1510010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1510770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1512250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1524240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1525890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1527250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1528250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1529650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1530740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1531820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_put.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1532950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1534250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multiply_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1535190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1536220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dim_arange_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1537400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1538420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1539760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1540670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1541980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1542870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1544060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/equal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1545710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1546350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1547200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1548280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1549370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slogdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1550990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1551610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1552820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1553860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log1p_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1555180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1556240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1557320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1558730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1559690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hspmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1561300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1561990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1563400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/segment_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1564560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1565690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1566640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1568030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1568920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1569980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_shape_as_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1571000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1572650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1573350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1574510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1575610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1576960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1578420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1579280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1580680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1581650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1582720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapdims_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1584050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1585180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1586140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1587660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1588400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1589850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1590660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_multigammaln_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1591840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1593150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1594230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1595220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1596530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1597360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1598530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummin_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1600030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1601280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1602310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1603390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1604900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_parallel_materialize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1605910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1606860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1607970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_circular_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1609510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1610400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1611910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frobenius_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1612780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1613890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsub_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1614960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1616100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1617440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1618830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1619760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lgamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1621150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1622000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1623400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1624210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multinomial_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1625610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_max_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1626480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1628230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1628890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1630460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1631370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1632870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rms_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1633650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1634920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1635910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1637300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/svd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1637980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1639410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1640430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1641420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_polygamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1642510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1643900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1644720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1646130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1647060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1648360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1649480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1650720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_leaf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1651710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1652780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1653880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1655200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_lengths_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1656350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1657290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1658460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1659820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1660830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1662450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slogdet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1663410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1664730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1665750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1666870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lazy_clone.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1672500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1673230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1673780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/equal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1674340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_quantized_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1674870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_digamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1675430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1675970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1676560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1677180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1677960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1679480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_double_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1680270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1682080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1682900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1684660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1685330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1686670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1687480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1689020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensordot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1690120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1690970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sample_dirichlet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1692540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1693210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1694920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1695610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1696790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1697900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1699320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1700130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1701570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1702310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1703760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1704640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1706180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1707050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_acos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1708390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gradient_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1709720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1710630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/or_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1711940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1712910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1714260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1715310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1716630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1717800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1719100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1720680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_chunk_cat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1722360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1723240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/im2col.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1724380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1725810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1726730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1727890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1729090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1730230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retains_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1731720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1732670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1733760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1735270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1736340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1737320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1738740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/output_nr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1739500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1741030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lstsq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1741660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1742760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_alpha_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1744230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1744990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1746160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1747750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1748450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1749570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1751160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1752060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_except_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1754260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1754970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1756670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1758200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1759560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1761120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1761970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1763350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1764170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1765430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/divide.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1766950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1767810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1769140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_neg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1769930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1771800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_resize_output_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1772840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1773750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_inverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1775240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1776970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1777750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1779230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1779990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1781580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1782680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1783540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1785120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1786030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1787220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1789750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1790440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1791940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1792790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsr_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1794580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1795310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensor_split_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1796850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1797550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1799600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1800460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1801480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1803150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1804070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1805030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1806440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1807360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1808960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1809850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1811460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1812330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1813580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1814510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slogdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1816030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1816770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1818020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1818860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1820390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1821180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1822340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1824040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1824820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1826420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1827530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1828440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1829850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1830780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1832210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1833000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1834050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1835640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1836480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1837470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1838750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1839880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1841240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_full_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1842280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1843410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1844830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1845800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1847020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1848020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvalsh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1849320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1850360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1851650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1852590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isinf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1853640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_max.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1854970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1859990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1860900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1861470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1862050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1862560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1863150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1863640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1864200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1865080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1866440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1867530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1869070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1869850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_physical_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1870860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1872210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1873210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1874820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1875610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1877070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1878130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1879510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1880520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1882130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1882870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1884430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1885180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1886430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1887440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1889040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1889820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1891100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1892470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1893310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1894770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1895680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_reshape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1897240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_slogdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1898280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1899260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1901290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1902090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1903230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1904820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1905520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1906640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1908310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1908950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1910570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1911230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1912750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1913570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1914870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1916150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1917030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1918450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/equal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1919320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1920580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1921530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1922820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1923940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1925390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1926280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1927830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1928590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1930020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1930920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1932500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1933490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1934380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1935840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/searchsorted.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1937100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1937860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1938990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1940420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1941450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/instance_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1942360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1944200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1944760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1945900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1947160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1948040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1949600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1950470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1951550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_min_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1952580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmean.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1953990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1955020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1956330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1957410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1958410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1959330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1960470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1961500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1962880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1963610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1964810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1966180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1967100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1968440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1969370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scalar_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1970340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_bag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1971590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1972520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1973570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1974920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1975670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1977520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1978400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1979920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1980760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1981790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1982920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1984090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1985110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1986570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1987360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1988740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1989740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1990740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_zero_points.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1992160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1993110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1994080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isclose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1995490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1996240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1997730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigvals_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1998520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.1999860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2001240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_euclidean_dist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2002720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2003390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2004480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_chunk_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2006050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_minimum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2006900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2007940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2009060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2010240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2011270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_maximum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2012480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2013810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hamming_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2015120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2015860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2017340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2018200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2019710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2020560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2022170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2023070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2023970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2025570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2026380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2027370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2028480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2029700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2030980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapezoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2032480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2033170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2034360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2035410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2036830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2043040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2043600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2044130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2044770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2045290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dsplit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2045890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_vulkan_available_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2046410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_neg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2047060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2047610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rad2deg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2048170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2048890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2050360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2051240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummin_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2052350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2053460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2054950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2055740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2056980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_nd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2058010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2059190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2060070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/type_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2061230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2062610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2063610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2064620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2065860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2067030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2068160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2069560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2070300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorsolve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2071610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argwhere_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2072590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2073670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2074980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2076210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_multi_head_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2077130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alpha_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2078430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2080150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2081000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stride_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2082390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2083300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2084790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2085640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2087080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2088070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_floor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2089220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2090580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2091590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2093170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2094050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2095100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stride.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2096540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2097480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2098640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2099630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2101120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2102000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2103630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2104340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sample_dirichlet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2105420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2106910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2108210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2109750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clone_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2110500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2112060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2112920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2113940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_cpu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2115270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2116210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2117420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2118770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2119940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2120950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2122330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2123630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2124460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2126040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retain_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2126860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2128130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogramdd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2129210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2130300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2131670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanquantile_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2132710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2133730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2135860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/instance_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2136890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2138060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mixed_dtypes_linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2139220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2140700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2141620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/refine_names_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2143010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_remove_batch_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2144030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2145520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2146530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2147500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2149000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2149980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2151100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2152530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2153350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2154680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chunk.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2155670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_async.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2158130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2159370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2160320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2161730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2162690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2163970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2164930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2166210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2167100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_local_scalar_dense.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2168380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/absolute.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2169420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2170800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2171950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2172890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mT_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2174080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2175090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2177070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2178260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2179040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2180080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2181510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2182380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2183830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2184620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2185780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2187190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2188290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2189100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/record_stream_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2190160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/promote_types_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2192100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2192980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2194160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2195220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vecdot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2196210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2197670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2198840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2199710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2200810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2201860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2203440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2204240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2205800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2206460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummin_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2207910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2209140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2209950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2211240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2212820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2213550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2214720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2216230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2217080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2218360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2219390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sdp_choice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2220910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2225560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2226330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/selu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2226920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2227500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2228060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_frac_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2228590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vander_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2229160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/segment_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2229730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conv_depthwise2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2230510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_diagonal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2232150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2232790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alpha_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2234170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2235070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2236680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2237400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adjoint_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2238900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2239690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2241290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2242110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2243170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2244640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2245500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2246890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_sinc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2247670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2249180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2249940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2251060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_maximum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2252500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2253380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2255230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaln_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2255980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_bag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2257640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2258500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2259810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2261050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2261980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2263420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_diagonal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2264350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2265760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2266590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2268230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2269070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2270370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2271480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2273140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2274020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2275490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2276400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2278010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2278750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2279890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2281440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2282270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2283830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2284810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2285820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnz_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2287060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2288290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2289100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2290380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lstm_mps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2291310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2292450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2293900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2294790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2295710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2296930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2298150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2299520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2300310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2301800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2302550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2304010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2304940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2305980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2307280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2308200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2309540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2310400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2311790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2312610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2314040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2314810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2316100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2317060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2318440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2319290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pinverse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2320470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2321710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2322690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2323640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2324870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2326180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2327090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2328140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccosh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2329560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2330700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2331510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2332630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2333920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftfreq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2334970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2335950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2337230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2338190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/not_equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2339430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2340660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2341540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2343150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2344570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2345350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2346780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2347670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2349290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_mode_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2350580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2351700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2352740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2380710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2381580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2382690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2384190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2385060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2386500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2429550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2430240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2431840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2443240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2444140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2445710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2446590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2451360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2452190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2453620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2455120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2455750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2457180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2458330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2459300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_functorch_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2460960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2461700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2462710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2464290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adagrad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2465290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2466370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2468050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2468800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2470300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ger_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2471060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2472640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2473570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2474670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2476360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2477110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2478710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2479710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2480650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2482410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2482990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2484750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2489810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2490580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2491130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2491720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_quantized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2492250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2492990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2493640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2494300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2495060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2495990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2497080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2498620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2499430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2500620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2501830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2503420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2504160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2505240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kl_div_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2506440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2507500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2508460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2509920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2510650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multinomial_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2512370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2513470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2514450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2515480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2517040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2517830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2518910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clone.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2520170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2521140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2522480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2523730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2524670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2525990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2526880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2528100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2529200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2530400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2531390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2533050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2533820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2534890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapdims.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2536820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2537940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2538490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2539550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2540720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2542530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2543150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2544410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2545410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2546980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2548070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2548880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2550160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2551050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2552560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2553520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2554700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2556200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2556900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2557960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foobar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2559230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2560290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2561650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2562510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2563890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2564950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2566060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2567140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2568120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_rowwise_prune_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2569370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_acos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2570370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2571620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2572560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2574000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2574930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2575880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2577210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lerp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2578220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2579590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2580310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2581680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2582560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2583900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2584800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/movedim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2586210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2587080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2588550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2589430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2590780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2591740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2593030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dim_arange.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2593860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2595320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2596280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_nd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2597590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2598430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2599740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2600770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2601890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2602920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2604400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2605420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2606540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2607650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2608890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2609850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2611050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2611970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2613090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2614410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2615460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2616950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2617880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2618730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2620290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2621230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2622380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2623970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2624690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2625980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2627090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2628060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_for_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2629410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2630800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_power_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2631850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2633210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2634250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2635250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2636540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Long.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2637620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2638850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2639680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hstack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2641060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2642040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2643070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2644100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2645530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2646480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2647790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2648570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2649900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2650820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/deg2rad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2652160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2653070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2654300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2655350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rename_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2656600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2657890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2658900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2660210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2661070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2662380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2663660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2669620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2670310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2670870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_rowwise_prune.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2671430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2672020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2672610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2673140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2673700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2674230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2674890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2675660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2677040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2678020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2679450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2680140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2681630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2682390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2683870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2684740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2686100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2687030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2688130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2689610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2690530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanquantile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2692240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2693010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2694000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2695380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2696500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2697480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2698590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2699900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2700700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2702230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2703090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2704260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2705290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2706820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2707510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2708570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2709700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2710990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_psi_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2711900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2713380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2714050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2715130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2716260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expm1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2717800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2718570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2719540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_trunc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2721060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2721950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2722830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_mul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2723930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bartlett_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2725390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2726310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2727330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2728400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2729810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2730730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2731840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2732940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2734350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2735450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2736300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cdist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2737920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2738540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2739680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2741420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2742090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2743350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2744580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2745500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2746920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2747870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2749460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sinh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2750370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2751730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_functorch_fallback_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2752920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2753900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flipud_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2755050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2756330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2757210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_int_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2759010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2759620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2760840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2762130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2763050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2764450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2765310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Char_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2767170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2768160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_embed_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2769220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_spdiags_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2770530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2771440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cov_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2772830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_scale_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2773900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2775350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2776080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2777430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2778370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2779680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_put.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2780570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dequantize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2781890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2782970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2783940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2785190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2786370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log1p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2787270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2788610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2789470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2790770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2791840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2792920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2794310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2795240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2796440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2797600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2798980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2799810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2801030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lerp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2802210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2803270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2804190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2805420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2806660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2807650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2808680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2810320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2811080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2812160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2813560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2814180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2815590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2816550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2818140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2818830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2820430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2821110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_padded_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2822160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2823650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2824490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/requires_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2825890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gradient.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2826740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2828400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2829130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2830920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2831520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2832690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2833690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2835150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2835930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2837490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2838340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_batch_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2839430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2840360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mH_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2841940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2842570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2847900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2848570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multinomial_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2849150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2849690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2850210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2850850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2851560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2852090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_chunk_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2852690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2854140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_channel_shuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2854900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2855970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2857530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2858510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2859640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2860620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2861830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2862910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2864580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2865340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2867050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2867890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2869140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2870300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2871370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/true_divide_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2872620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2873630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2875200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2875950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2877390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adagrad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2878180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2879630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2880480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_conj.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2881990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_gru_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2883010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2884070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erfc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2885100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2886630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2887560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2888600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2890200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2890860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2892340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2893260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2894410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2895680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2896790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2897900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2899070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2900600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2901430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2902530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inverse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2904000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_round_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2904860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2905920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2907530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2908080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/item.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2910060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2910820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2911620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2912740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_zero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2914260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2915160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2916080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2917480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2918490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2919560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2920750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2921810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2922830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2924090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2925040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2926140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2927570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2928310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2929460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2930900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2932100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2933060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2934580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2935460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2936820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2937900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2939470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2940430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2941440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_power.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2942810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2943720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2944760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2945990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2947180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2948170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2949200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2950450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2951870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2952840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2954270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2955320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2956330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2957840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_equal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2958560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2960110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2960850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2962050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2963510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2964260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2965650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_strided.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2966850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2967910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2969440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/channel_shuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2970130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2971590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2972290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2973740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alpha_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2974390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_abs_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2977840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2978640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kaiser_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2980960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2981770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nansum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2983370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2984060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2985580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/det_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2986340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2987800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2988760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2989780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2991440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2992280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2993850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2995270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prelu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2996590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2997500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.2998920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_compress_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3001600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3002260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_ceil_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3003810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3004850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3006180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3007530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3009220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_put_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3009890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3011450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3012190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3013560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3015160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3015840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3017470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3018250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3019880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3021700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3022990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_stride_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3024620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isreal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3025560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3026980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3027820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_enum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3029270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/equal_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3031190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3032030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3038160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3038960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pin_memory_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3039520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3040200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3040770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3041350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3041850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/einsum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3042380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3042930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3043710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3044670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_conj.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3046540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3047150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3048310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multiply.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3049220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_stats_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3050460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3051470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3053050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3054130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3055570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapezoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3056310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prelu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3057970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3058680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3060070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_zero_point.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3061000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3062060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isfinite_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3063420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3064230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3065660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3066560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3067750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3068900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3069900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3071220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3072340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3073720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3074680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3076070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3077290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3078470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3079480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3080860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3081670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3083040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3084060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3085470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3086290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3087370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_max_seqlen_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3088450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3090060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_double_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3091040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3091820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3093240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3094100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3095490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3096400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3097550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3098950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3100060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3101500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3102360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3103740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3104560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_max.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3105860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3107000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3108570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3109400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3110390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3111530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3112980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3113720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3115180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_set_to_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3115780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3117180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3118080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_packed_sequence.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3119370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3120280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3121320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3122580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3123590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3124830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3125770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3127160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3128300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3129710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3130650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3131620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3133070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3134030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3135590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3136360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3137380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log10.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3138900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3139590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3140730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3141940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3143290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3144050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scalar_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3145610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3146440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_static.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3147980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/im2col_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3148770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3150310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_search_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3151140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3152420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3153160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3154720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3155350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3157020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qscheme_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3157980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3159180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_print.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3160250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3161410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3162780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3163750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3165450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3166110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3167150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3168520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3169800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3170710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3172250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3173050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapaxes_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3174600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3175450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3177150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3178590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3179550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3180670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3182280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3183010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3184810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3185550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_available.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3187200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3187920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_zeros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3189590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3190390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3191360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3192950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3193620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3195150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3196020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3197290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3198230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mT_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3199340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3200410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3201710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_neg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3202640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_multi_dot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3203910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_weight_to_int4pack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3204960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3206110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3207030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3208070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3209210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3210520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3211680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3217620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3218190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3218740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3219270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_sum_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3219820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3220350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lstsq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3220880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3221570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3222070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_nonzero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3222650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3224010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3224870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3225980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3227300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3228100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3229440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3230390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/subtract_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3231780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_compressed_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3232670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_ceil_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3233840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3234900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3236290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_div_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3237150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3238720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3239360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3240530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3241950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapaxes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3242590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/divide_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3244410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3244900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3246490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3247500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3248230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3249650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3250370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_r2c_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3251840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3252870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3253670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3255290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3256240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3257460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3258370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/constant_pad_nd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3259930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3260650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_lstm_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3262300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3262900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3264550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3265090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_leaf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3266630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3267480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3268690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3269690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3271160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3271960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3273260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3274150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3275200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_exp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3276660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/layer_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3277470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3278820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3279860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mask_projection_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3280990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3281970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3283170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3284250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3285860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3286800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3287670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3289290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3290380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3291350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3292480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3293460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3294750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3295950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3297420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3298140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3299660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_complex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3300530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3301720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3303140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3303950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3305500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_check_errors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3306310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/angle_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3307840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3308510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_min_seqlen_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3309710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3311280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3312080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3313650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3314260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3315670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lazy_clone_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3316580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3318010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3318700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/thnn_conv2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3319790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3321480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3322270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3323100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3324730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3325400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3328010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/contiguous_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3329020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3330420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_mask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3350340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3351500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3352580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3354040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3354790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3356280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3357090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3358600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3359510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3360260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3361330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3362530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3363640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3364990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3365790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3366880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3368210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3369390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3370230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigvals_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3371680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_string_default_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3372450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3374070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3374810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3376350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pairwise_distance.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3377710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3378530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3379460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Long_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3380830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3381880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3383580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3384330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3385250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3386520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3387590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3389390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3390180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3391080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3392540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3394170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3394970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3396080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/choose_qparams_optimized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3397470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3398310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3399780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3400610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3401940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3402830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3404330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3405140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_spdiags.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3406220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3407610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3408530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3410040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3414840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3415660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3416250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3416830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3417360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3417900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3418540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3419050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3419670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3420590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3421610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3422930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3423960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3425060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3426440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3427360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triplet_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3428490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3429760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3430750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3431990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3433070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3434110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2r_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3435490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3436300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/type_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3437560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvals_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3438750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3439990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3441000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3442090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_safe_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3443450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_and_resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3444340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3445550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logdet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3446570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3447890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3448990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3450150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3451520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3452330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3453810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3454650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3455900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cholesky_solve_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3456940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3457920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3459150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3460070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3461220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3462340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3463650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3464650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3465870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3466880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3468190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3469160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3470430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3471350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3472560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3473830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3474760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_ones_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3475890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_static_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3477140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3478160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3479590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3480370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3481750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3482650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3484250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3485140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3486180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3487580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pinverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3488500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_atan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3490070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3490820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3492390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3493380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3494900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3495830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3497450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3498180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3499140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3500220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3501630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3502670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_maximum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3503720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3504810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3506370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3507390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3508430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3509620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummax_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3511120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3512080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3513140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_resize_output_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3514720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3515390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3516340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3517730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3518700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_cpu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3520020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3520930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3522170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/block_diag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3523270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_offsets.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3524650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3525520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3527200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3527860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3529320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3530280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3531230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3532630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3533400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geqrf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3534590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3535520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3536880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3537800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3538820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3540080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3540990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3542520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3543420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3544910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3545840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3546830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vander_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3548100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3549200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3550110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3551340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3552830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3553470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3554840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3555770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3556740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pinverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3558130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3559200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3560650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3561780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3563350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummax_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3564090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3565100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3566810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3567390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3569030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3569740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3570850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3572160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3573150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3574720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3575510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3576810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3578090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3579050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3580390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3581230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3582530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3583530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3584620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3585840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_to_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3587160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3588330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3589290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3594300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gradient_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3594830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_compress.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3595420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3596010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3596590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3597140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3597670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3598300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3599700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3600450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3601960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3602710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3603870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3604930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3606440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3607720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3608680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3610250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3611170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3612190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3613280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3614820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3615500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3616530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3617970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3618730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3620100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3620900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3622470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3623400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3624950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_floor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3625690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3627080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3627830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3629240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3630200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3631560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_logcumsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3632400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3633840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3634720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3635750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3636980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3638020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_permuted_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3639150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3640730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3641760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3642730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3644240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3644970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3646100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3647500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3648530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3649460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3650560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logcumsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3651650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ravel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3652870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3654070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3655450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3656230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3657750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3658670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3659650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Short.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3661110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3661870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3663240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3664030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3665790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3666460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3668080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3668760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3670130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3671100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3672120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3673170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vsplit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3674850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3675620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3676550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3677980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_sum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3678770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3680200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3681800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3682540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3683650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/constant_pad_nd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3684780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3685780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3687110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3688010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3689970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3690500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3691480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_version_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3692920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3693780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3694990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/corrcoef_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3696520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3697420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3699070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3699750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Half_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3700860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3702340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3703100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3704660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3705450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3706680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3707890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3709190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3710170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3711640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3712500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3713960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3714750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3716110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3717540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_circular.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3718340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3720110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3720730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_div.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3721720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3722940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3723980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3725040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3726210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3727300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3728510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3729540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3730990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3731920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3733430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3734350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3735350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/combinations_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3736700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3737550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3738990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3739860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3741130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3742160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3743390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3744380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3745350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3746560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3748020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vdot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3748810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3750320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3751030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_embed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3752440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3753200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3754600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3755510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3756480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3758090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3758900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3760430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3761330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pdist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3762410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3763790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3764500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_signed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3766050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3766780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3768130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3772910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3773640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3774340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3774900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3775500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3776080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3776670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3777230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3778010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3779640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3780410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3781990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3782870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3784450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3785250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rename_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3786920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3787730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3788830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3790060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3791690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3792400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_zerotensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3793490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3795030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3796150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_check_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3796930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3798480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3799180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Float.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3800720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3801610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3803290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3804070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3805210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3806700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3807390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3808450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_sequence_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3809970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3811000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3811810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3813480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3814270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3815220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3816420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3817770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3818700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3819770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3820760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3821990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3823210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3824540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3825330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3826520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3827740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3828750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3830030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3831030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3832210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3833430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3834820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3836020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3836990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3838070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3839370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3840460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3841460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3842700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3843930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_multi_dot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3844970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3846480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3847270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3848620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3849980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3851050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3852560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_static_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3854220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3855030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3856630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3857270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3858200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3859520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3860490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_channel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3861880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3862580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3863860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3864940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3865970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3867270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3868880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3869560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3871050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3872620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_sum_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3876000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3877250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3878970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3879970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3881480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inner_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3882220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3884840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_coalesced.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3886090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3887190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3888610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftfreq_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3889520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3890600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3891670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3892990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3894410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3895370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_addmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3896460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3897440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3899190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3900940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3902370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3903670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3904580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3905640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3907090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3908120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3909750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3910690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3912250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3913630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3914380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_put_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3915890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3917400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3918070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3920210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sign_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3921070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3924290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3925420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_padded_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3926630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_set_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3927980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3930020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3931240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concatenate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3932420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3933770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3934620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigvals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3936220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qscheme.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3937830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3938850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/movedim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3940520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3941500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3942880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/thnn_conv2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3943890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3945380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3946110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3948810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3949630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3951310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3952230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3953380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3954670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3955740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3957440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_max_seqlen_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3958040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3960970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3962960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3963710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3970430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lgamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3971010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3971660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3972290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3972800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3973370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3975060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3976640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/svd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3977960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3980130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3984270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_zero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3985160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3986510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3987490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3988750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3990180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3991130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3992970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_enum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3994770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3995770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3997290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/from_file.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3998080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.3999340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4000990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4001940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/celu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4002920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4004280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4005360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4006810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4007570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4008870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4010400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_sym_constrain_range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4011340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4012440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4013730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4014720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4016410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4017110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4018070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4019830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4020660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4021680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/real.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4023170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4023890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pairwise_distance_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4025050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4026160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4027790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4028600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4030190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4030850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4031880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4033230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4034330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4035270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4036310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4037840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4038510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4039920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4040820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4041900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4043400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4044190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4045100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4046260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4047450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4048460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_available_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4049550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4050740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4051960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4053160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4054140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_full_precision.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4055330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4056380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_min_seqlen.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4057850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4058490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_det_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4059690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4060850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4061980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4063310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4064090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4065630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4066400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nested_to_padded_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4067940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4068650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4070110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4070910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isclose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4072330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4073190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4074610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4075580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4076590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4077920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4078880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4080390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4081220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_lengths.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4082690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4083500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4085100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4086220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4087030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4088430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_along_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4089130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4090240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hsplit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4091370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4092960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4093760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4094650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4096100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4097280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4098280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/absolute_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4099240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4100660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4101480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4102940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4103880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4105020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4106030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4107660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4108290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4109700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4110590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_mask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4112120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4112860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4113910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsub_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4115470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4116220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4117850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4118640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4120410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4121160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4122680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4123740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4124640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4125920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4126900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4128070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4129050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retain_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4130420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_and_clear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4131430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kron_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4132620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4134020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4135070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_no_update_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4135980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4137610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4138460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4139900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4140930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4141840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4143060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4144450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clip_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4145240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4146380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_local_scalar_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4147450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4148800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4149980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4151030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4152030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4157250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4157960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4158640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4159280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4159780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4160290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Double.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4160840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frobenius_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4161350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4161880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4163280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_pow_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4164330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4165650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4166890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_any_true.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4167760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4169390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4170150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4171710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4172430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int8pack_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4173850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4174610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4176190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4176800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4178430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4179070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4180270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4181210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_safe_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4182380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4183530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4185020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4185850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4187420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4187920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/numpy_T.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4189170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4190080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4191330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4192440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4193440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/float_power.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4194940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4195680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4196830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4197860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rot90.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4199260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4200230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4201610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4202360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4203410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4204840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapaxes_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4206080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4206860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4208500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4209290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sign.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4210620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4211350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4212720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/from_blob.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4213560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4215090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4215760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4217150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4217990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4233060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4233990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4234950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4236460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4237190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4239220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4239820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4240590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4242280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4242920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4244390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4245140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4246710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4247480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4248980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4249870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4251330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4252060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4253610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4254350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4255340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4256840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4257550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4259070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4259830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4260870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_diagonal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4262300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4263050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4264450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvals_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4265230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4266670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4267560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4269110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4269900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4270910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4272370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4272990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unpack_dual.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4274410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4275410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4276380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csc_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4277480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4278660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4280030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4280800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_numel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4282340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svdvals_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4283130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4284360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4285760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4286450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4287960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4288600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4290010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4290850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4292280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4292960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4294450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4295260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4296350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4297830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4298630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4299560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4300870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4301890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_power_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4302870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4304310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4304980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4306430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4307180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4308600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4309400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4310750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4312510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4313220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4314120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4315670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4316480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4317540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_mul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4319070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4319740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4321270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/moveaxis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4322090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4323080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4324810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4325680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4326360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4327800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4328670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4329640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4331290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4332560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4333550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4335190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4336030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4337490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4338430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4339500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4341150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4342180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4343020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4349440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4350000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4350580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_jagged_to_padded_dense_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4351080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4351660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4352210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4352820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4353370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4353910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4354450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4355260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4356370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4357370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4358770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4359510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4360710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4361660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4362820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4363840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4364940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ger_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4366030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4367290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4368230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4369420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4370260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/result_type_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4371780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4372480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ormqr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4373500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4374940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4375820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4377040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_inverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4378150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4379120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4380120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4381270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4382750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4383800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4384670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4386010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4386930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlogy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4387920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4389180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_floating_point_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4390080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4391090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_pow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4392420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4393460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4394900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4395700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4396970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4397740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4399080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4400040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4401150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4402400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4403200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4404630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4405570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4406630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rad2deg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4408090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4408860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4410350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/refine_names.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4411330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cond_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4412670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4413610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4415040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4415870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensordot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4417350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4418280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4419280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4420590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4421410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_jvp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4422670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_elemt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4423770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4424890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4425940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4427220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4428090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4429690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4430430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4431420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_stats_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4432550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4433940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4434860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_tensor_metadata.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4435840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4437080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4438040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4439340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4440230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4441360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4442490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4443470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4444710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4445830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4446970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4447860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_aminmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4449090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/istft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4450340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4451650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4452760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4454040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4454940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fliplr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4455960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4457340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4458140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4459500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4460320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4461650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4462550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4463960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4464750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4466250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4466950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_pinned.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4468350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4469460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4470480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4471540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4473050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4473800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4475160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4476040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4477090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_householder_product.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4478570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4479410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4480830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4481680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4483080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4484030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4485650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4486780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4487840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4488940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4490330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4491410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4492340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagflat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4493680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4494540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4495960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4496760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4498220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4498910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4500390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4501330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4502440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4503930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4504720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4505840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chalf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4507300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svdvals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4507950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4509010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4510010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int4pack_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4511090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4512650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4513350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4515090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4515770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4517030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4518060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4523800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4524610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4525180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4525740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4526440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4526980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4527540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4528020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4528760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4529310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4530070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_nll_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4532340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4532820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ger.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4533570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4535220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4536240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4537870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4538570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4541290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4542140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/imag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4543410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4544810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Float_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4546460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4547760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4548640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4550700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4551820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4553180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4554080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4555510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4556350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4557330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4558490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4559940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4560640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4562530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4563370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4565260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4566010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanquantile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4567440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dep_token_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4568870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4570930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4571590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_round_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4572930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4575440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4576320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4577400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4578820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4579640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mvlgamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4580700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4582280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4582880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4584390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4586610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaincc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4587610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4588480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4590060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4591200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4592750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4594090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4594970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4596070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_multigammaln.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4597210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4598150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4599800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4600600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4602210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4603060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fliplr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4604700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/negative_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4605350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4606810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4607780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4609610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_strided_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4610600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4612060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4612930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4614510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4615360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cartesian_prod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4616370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4617690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4618540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4620020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4620870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4622440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4623030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4624160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4625570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/output_nr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4626300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argsort_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4627780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4628540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4630420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4631360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4632730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4633880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4636160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4637380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4638350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4639410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4640810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4641600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4642980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4643630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlogy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4644810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4645800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4647390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4648160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4649200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4650590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4651270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4652660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4653370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4655130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4655810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4657270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4658050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4659470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4662460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4667460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4687730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4693380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4694980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4695960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_batch_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4698600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4699300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4699950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4700610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4701550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4703260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4704010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4707230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4711780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4714330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4716910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4721360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4722720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4727960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4730610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4734270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4735610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4740010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4743540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4745810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4749100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4753140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4757130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4759480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4761350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4766010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4768710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4772540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4776300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4779380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foobar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4784980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4785860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4791120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_channel_shuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4794280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vdot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4797900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4799890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4809030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4809750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4810270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4812200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4818430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4820990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4827280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4830370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4834540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4837310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4840500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4846150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4848500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_multi_head_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4850850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4853090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4858590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4861890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4866110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4867910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4871090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4874390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4877100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4881790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4882640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4890220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4891170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_sinc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4897540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_nd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4898540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4899930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4903880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4906430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4912150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4914730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4918860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4921960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_nll_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4923820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4928700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/item_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4930710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4935940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4936680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4942860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4944140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4951400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4952230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4954190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4958570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4959290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4964330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4967580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4969910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4976360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4977670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4983120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4985100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4988140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/subtract.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4990880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4993540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.4995400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5000910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5005170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5008340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5011570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5015570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5017480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_from_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5020030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5023950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/blackman_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5028610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_elemt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5032140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5034610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5035310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5043170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5048260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5049040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5056350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5057610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_inference.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5062570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5064370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5066380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5069270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5072130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5077990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5078880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/corrcoef_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5084740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5085720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5089760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5093510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5095330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5099050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ldexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5103170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log1p.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5107460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5108430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5112360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5116280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5121120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5125870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5127040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5132120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_ragged_idx_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5132970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5138060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5138920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5143050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5146870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hspmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5149810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5154320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5158060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5162140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5164520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5167670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5169420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5171830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5176260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5178960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5183620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5186480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5191970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5193200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5198780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5200120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5204340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5207650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5211840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5213480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5215900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5220890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5224650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tile_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5226910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5230040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/movedim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5234150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5237920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5241630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5243080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5246140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_H_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5250390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5252830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5256690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5262600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5269780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_storage_offset_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5272320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5273250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5276700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5280520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5284420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5286700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/angle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5290060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_along_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5292990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dimI_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5297930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5303560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5307150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5310530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5314980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5317150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5320680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5324040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5326060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5332040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5332970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_mps_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5347280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5348060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5348580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/meshgrid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5352460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5357310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5363180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5366750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5369240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5372830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5376940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5381050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammainc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5382700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5387620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5390030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5394580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5395390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5401040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5403790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5406500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_permuted.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5410860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5413690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_expm1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5416900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5420370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5424820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5428090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5431520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5432360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_for_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5435230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5440330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cdist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5445990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5448750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5453560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5456160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5458730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5459940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5463240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/record_stream_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5467750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5470080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5477930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5479140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binomial_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5486470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5487920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5492910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hamming_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5494170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5497840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5501260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5503700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5509530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5511960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/searchsorted_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5517800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histc_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5519130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5520870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5523750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_pinned_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5527970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_quantized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5530900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_inverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5535050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5538060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5541570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5543950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5549110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5550360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_pinv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5554540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/instance_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5556600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5560090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5562730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5567080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5571900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kron_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5583540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5584810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5585900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5586950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log1p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5589950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5592270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sqrt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5593570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5594830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5597910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5602160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5604070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5608140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5610440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bartlett_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5615580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5621540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5622840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5625430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5630090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5631370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5632460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5639260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5640650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_gather_sparse_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5645260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5649190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5653980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5657270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5659190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5665840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5667180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5672070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5673550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5680570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5681920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5684470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5686330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5687520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frobenius_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5695390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5701200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5703320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5706490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_trilinear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5707510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5710660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5712060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5718170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5719760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5723940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5727140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5731260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5735330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5737560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5741580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5745880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inner_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5748390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5749920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5755590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5757840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5762270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5763390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5765920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5770220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5773670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pin_memory_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5778090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5779340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5786240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_det.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5788270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chalf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5792910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5794240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5796590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5799900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_polygamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5804880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5809430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5810700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5813460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5818550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5824720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5827310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5830830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5833570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5838670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_async_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5841360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5846220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5847590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5849150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5854440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5855550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cond_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5860360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5865460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5867890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/angle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5872130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5875350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/allclose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5877330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5882860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5884180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kaiser_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5890510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unpack_dual_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5891670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5895620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5901720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5902970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5904120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5908070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5910120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5912890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5916130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5919620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5925930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5927490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5934900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5936130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5937520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5940950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5942940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5945730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5951150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5953410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5956800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scaled_dot_product_attention.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5960760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5963600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5966170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5970000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5973280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5977930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5980340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5982950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5988260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5995110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.5999500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6000760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6006320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6007650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6010640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6013730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dimV.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6017530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6020870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6024540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6027400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6030010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6034070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6038680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retain_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6041320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6047130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6048330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/column_stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6053210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int8pack_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6054430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6056910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6059680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6063720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6068420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6072460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6077780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6078900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6081490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6084380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6086500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6093030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6098160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sub_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6100180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6103680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6108100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6109190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_leaf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6113870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6115170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6117780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ldexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6122550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6125610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6127210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6130390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6133590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6136900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6143270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6144680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6152650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6153780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6158810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6161670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6164460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dense_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6166590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6171210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6172850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6178420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/margin_ranking_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6183840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6187330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csr_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6188690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6193210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6194470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6198410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6199520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6203290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6208010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6211580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6217480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6218670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_expm1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6221110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6225280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6227780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6232310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6235300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Char.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6238570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6240830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6244480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hinge_embedding_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6249590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bartlett_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6252220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6255190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6256410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6261420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_chunk.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6266340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6271470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dirichlet_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6273380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6275480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6280370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_jvp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6281920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6283210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6288440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6289800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6294560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6296890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6303180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6304410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6310260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_available_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6312280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6314380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6318050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6320220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6325610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6334490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6335720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6340110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6342460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6344700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diff.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6349940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6351270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6354820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6356950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6362500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6363770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6369890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6371080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6378280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6379490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6382080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_digamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6386500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6388650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6411630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6412800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6425580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6427130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6428420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6429620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6430860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6432010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Char_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6433110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6434230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/promote_types_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6435420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6436670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6437890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6438930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cov_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6440170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_equal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6441270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6443660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scaled_dot_product_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6447980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_all_true_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6451250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_numpy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6454330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6459830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6461080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6464630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/msort.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6467650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6470230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hstack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6474530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6476570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/divide_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6485570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6489010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6492720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6493920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6497160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6500270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6505470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6506670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_axis.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6514060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6516240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6520150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6523410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fix_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6524590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6527110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6532380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6533520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_affine_quantized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6541600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6542880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6548220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6549350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_div_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6550620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6557020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6558450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/segment_reduce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6563140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6564260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6568210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6570780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6575180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6577420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6581100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6584850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6587720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_stride.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6590830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6594810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6597000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6601850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6604500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6607210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6610660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6612970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6616040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6618730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6623440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6626580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogram_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6629390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dstack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6632730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6638740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6639850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_int_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6643320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lu_with_info_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6645690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6650980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6658910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6661260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6662530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6666560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6671810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6673040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6678740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6681220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6685440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6686610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_warn_in_autograd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6687690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6692820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6696480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6701550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6704680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6707290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6708490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6713050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6717150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6720130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6721630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6726790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6731200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6732630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapz.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6737720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_trilinear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6738890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6743240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6745300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6749310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6753140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6757910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6760450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6764380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6766950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6769460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6772960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/qscheme_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6775910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6778450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6782860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6788180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/blackman_window.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6790420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6792520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6796180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6801020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6803200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6808130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6813720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6817810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6820360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6825140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6826270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6830740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cartesian_prod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6833160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6839890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6841060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6845450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ormqr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6847720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6852080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6853430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6857240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6860500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6861840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6866270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6870390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/channel_shuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6874990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6876550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6880940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6886070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6888460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6889620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6892540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dimI_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6896090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6899030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6903060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6906170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/or.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6910490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_same_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6915240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6916520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6919680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6924960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6926990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6930530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6933220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6937370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6939670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6943820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6945910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6950110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6953560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6954860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6960910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6963090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6970670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6971780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6975460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hsplit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6980630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6984810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kaiser_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6988410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftfreq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6990410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_equal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6993230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.6998470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7001110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7006840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7008210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7014250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7015510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7021290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7022440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vsplit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7024460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7027640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7031450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7032660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7038430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7042030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7044980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/channel_shuffle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7047840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7049090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_storage_offsets.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7054630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7056760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_all_true.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7061920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7064020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7068710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7070890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7073060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7076540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7078850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7081600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7087280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7089320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7093600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7095930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7101000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7102600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7107070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7109230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_bag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7111800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_dense_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7115910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7121250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7126070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7128150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isreal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7130120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7132470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7137220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7144810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7146880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7153000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7155230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7161440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7163640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7164920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7168520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7170090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7173780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7175950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7182670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7183320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7187260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7190900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7193130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2c.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7197120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7202900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7204820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7209940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7211510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7212710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsinh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7218770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7219520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7223870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_relu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7226160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7231290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7232220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7236270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7239000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesced_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7243800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7247570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7251150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7254210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7256670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7260410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7263630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7266430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7270940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7274580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7279010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7280570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7283640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7286060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7291560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7293930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7298420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7302450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7303470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7309730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7316410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7318330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_dense.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7323580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7324350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7328720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7330410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7334710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_full.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7336400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7339700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7343460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_slogdet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7346400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7347660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_atan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7352340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clip.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7356010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7359980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7362670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7369560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7372350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7375730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7377720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7380470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7383250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7386300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mvlgamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7391540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7394420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7398480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7400840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7403330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_minimum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7406960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/int_repr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7411140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7417740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/column_stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7418310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7419160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7424850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7427960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7432530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7434540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7438330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7443570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7445200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7446070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/real_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7449460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7453610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7456790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7459910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7464490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7468120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7472600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7474600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7480620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7484740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7489090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7491050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_vulkan_available_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7494230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7496820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7499800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7504600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7507860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7512230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7514220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7517920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7519460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7523360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7527890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7532010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7534840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7537080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7541120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7545060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7546820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7549460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7555350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7557610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7561570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7563680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7568580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7571030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7575940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7577890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7581450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7584020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7587080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7590220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7595370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/square.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7596120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7601250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagflat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7603890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7608520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7612740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7614510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cdist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7617090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7620540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expm1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7624370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7629330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7632330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7634750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7636580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7639630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7646080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftfreq.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7653410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7654200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7662460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7663300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7668770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7669590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7671940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7675350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7678490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7680850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogram_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7684390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_acos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7688220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7690490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7693730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7696860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7716200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7717100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7722820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_power.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7723640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7725100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7725900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_no_update_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7727300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7728120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7729550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7730520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7733770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7737490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7741910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7743290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7747430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7754130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7754900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7757820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7759770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7763350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7767150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7770100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7772060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7776900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7780840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7783830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_min_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7787100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7791170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7793760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7797330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7800170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7803910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7806730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7809030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7832360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7833080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rename.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7837560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7838510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7839620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7841190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7842020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7843560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7844230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7845660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7846560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7849530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7854430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7855890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7860510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7861870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7867870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7871490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7874230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7879370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7880220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_zerotensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7883170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7886510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7890410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_scatter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7893110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7897020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7899770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vander.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7904390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7908620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7909400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7913950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7918810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7919570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7925190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7931140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7932410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7937530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7939720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7944380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7945830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7958080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7958580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7960440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7961300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7963630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7966830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lazy_clone_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7972940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7973920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7980630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7981550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/result_type_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7983570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7987890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7991090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7994670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.7996380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dep_token_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8000120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8003590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8006600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8011170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8016820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8017570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_to_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8019850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8023990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8026690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8028840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8034540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8039040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/one_hot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8041440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8042280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8047050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8050440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8054850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8060560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8061660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8063060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8067220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8071010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8075850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8079650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8083020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8083670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8087770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8091400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8093790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8097480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8101990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8102870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8109710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8110630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8117190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8117890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8119860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8122960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_layer_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8128340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8130300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8133810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8134550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8140060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8142160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/celu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8147110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_scalar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8149350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8155230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/where.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8158780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8162150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8163190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8166650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8169010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8175340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8178270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8180870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8184370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8187290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8188790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu6.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8192270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8199850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8200950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8205370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8207390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_static_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8210300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8212950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8221270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8226590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8227960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8229960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8233060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8237090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8241520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8242400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/negative.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8248300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lstsq_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8249280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8253960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8258370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8260460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8262890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8270510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8274500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_scales.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8275660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8279150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_intlist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8287920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8293310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8296020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pdist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8302170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_string_default.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8304050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8308620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8310880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_tile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8314880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8317760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8319550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_signed_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8323050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8326920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_intlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8331720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8333430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8338170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8339670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8343190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8347260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8350590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8356010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8357820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/square_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8362970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argsort.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8363820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8366300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8371150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8377710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8378410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8380520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8383620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8387180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8392560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8393860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8401010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8401890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8407100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8409140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8410160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8414460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chalf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8417920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8419530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8424420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8429070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8429890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8433320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8436670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8440490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8443120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8446580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8451100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dim_arange_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8452460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8457870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8464300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8468210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8470990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8473770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8477020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8479110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8482910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8486760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8495900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8496620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8499140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8499890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8508120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8510000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8513880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8516390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8518700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8521000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dep_token.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8523340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8528270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8529800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8533740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8536410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8539820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8542480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8547300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8549990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8558910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nansum_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8560670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_inverse_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8562300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8564770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8566610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8568140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8571320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8574590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8578530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8580630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8585120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8587040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8592280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8595590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8599190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8600080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8603770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8608000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8612090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_inverse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8613870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8617960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8624790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8627560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_stack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8630220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8634780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8638920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8641490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8643940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8648340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8650080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8654810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/moveaxis_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8657890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8662700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8663750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8665170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8670620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_asin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8673810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8678540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8682320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/deg2rad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8685680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8687110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8690700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8692630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8697970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8701090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8703480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_stats.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8705700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8709450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8713350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8716940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8720880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8724090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8726330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8730450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8735070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8736030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8739330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8743350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pin_memory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8749600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8757450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8758380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8760170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8763110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8767640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8772240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8774580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8779550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_slogdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8781010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8783780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8790660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8794000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8798660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8800690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8804650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8806060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8810380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8814490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8815300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8819210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8824190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8828130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8832340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8837410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8838180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8841100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8843050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8846200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammainc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8849730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8852900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8856080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8859080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8864350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8870090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8870840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8873490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/svd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8878100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8879440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hspmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8883800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8886350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8891600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8892640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8899480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clone_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8900360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8908690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8909510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8915560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8917530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8918180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvals.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8922300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vander_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8923280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8928300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8932640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8936900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8937780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8940870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8943950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8949120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8950000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8953620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8957140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8963350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8969150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_diagonal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8970950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_digamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8977510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8979160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_serialization_subcmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8981390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8983360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.8988890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9049610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9050120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9050720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9051200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9051900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9052570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9053150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9053640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9058640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9059300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9059850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9060440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9061290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9063140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9068770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dequantize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9069760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9076250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9077180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9081550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9082850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dimV_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9085680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9090160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9095740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9097040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9102330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9103150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9107930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9110940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9113920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9118190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu6_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9124400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9127520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9131030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9133380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kron.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9137900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9140470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9144550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_check_errors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9148540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triplet_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9151190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9153580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9158470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9160460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9163240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9167420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9168290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9172830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9178460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9179950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9187630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9188370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9193930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_semi_structured_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9195930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9196600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_stride_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9200510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9201440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9206700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9210860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9214500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9221620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9223700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9227760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9230140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9235390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9236960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9241560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9243450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9245910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9248110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9259200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_ff.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9261240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9265010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/block_diag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9267740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9273100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9275630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9276560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9283590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9284430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9291380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/roll_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9293310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9296860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9300340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9305110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9306020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9310750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9314820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9316170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9341530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9347960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9350550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9351420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9352860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9357800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9362690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9370280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9371290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_jagged_dummy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9372810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9373540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9374980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9375780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9376740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9377880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9379430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9380260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9381230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9382680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9383430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_parallel_materialize_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9384840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9385580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_circular_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9387190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9387880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9389330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9390190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9391070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9392260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9393280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9394750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_psi.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9395430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9399370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9402210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9404270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9416820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_multigammaln_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9418960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9421880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9422600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9426570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9432560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/type_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9433430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9437080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9439020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9443840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_jvp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9448640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9449520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9455610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9464510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9465210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9467480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9470280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hann_window_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9471150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9476730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9481460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9483070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9488130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummaxmin_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9490350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9495130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9497710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9500120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9505230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9506700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9512620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_equal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9513360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/imag.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9519500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9521260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9525710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9526480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9530170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9534100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9536860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_H.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9540190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9545060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9546390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9551340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9571360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9578390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9579320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rms_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9580830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9581750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9587740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fliplr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9588420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9589010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9589590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9590270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9590870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9591510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9593690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_sampled_addmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9596450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9598970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9607670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9608580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9614320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9615710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9617730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9624340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9629680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9630980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9636140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9637330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9641810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9643870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9648460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9650430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_padded_dense_to_jagged_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9655400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9656240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9662160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9663130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9669540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfinv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9675420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9678630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9681960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9686950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9690200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9692980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9695400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9699490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/coalesce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9703240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log10_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9705830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lu_with_info_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9710060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9712530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9716210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9719890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9723260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9726320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9729930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9734080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9736610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logsumexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9739930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9743710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9746170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_round.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9749040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9753690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9757390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9758850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9762190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9768490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9770130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9773180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dstack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9778090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9779700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9787270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9838930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/maximum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9839820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9841680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9842340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/contiguous.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9846090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9847900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9848750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/group_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9850280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9850950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9852510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9853200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multiply_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9855000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9855740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9857190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9857820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_signed_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9859210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9860040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9861740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9862610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/requires_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9864110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9864890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9865910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9867550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9877260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/round_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9878030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9879400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9884700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9885420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9886960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9887680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9892060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9893690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9896710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9900180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9902690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9906040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9912310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_scales_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9913250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9918600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9925890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9930550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9934220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9936510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9940230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9942370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9948070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9948970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9953660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_sparse_mm_search.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9959510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9963040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9967350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9970230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9972610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9986130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9986970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9991400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pin_memory_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9992340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nuclear_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9993830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9994550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9996290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:18.9998980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0001680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0007870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0009700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0015560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0016530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0021040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0024750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0028200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0030270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0031650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0035620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0038990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0046280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0050470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0054370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argsort_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0056460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/column_stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0060080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0070930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0071670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0077480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0078360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0079370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0080400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0082540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0089560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0091820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0097150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0099460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0100280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0102300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0107580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0118170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0118890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_channel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0125910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0130690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0131340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogram.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0131900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0133530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0137690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0140010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0143450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0147790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_async_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0150450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0162800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retains_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0164000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0165010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0167820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0169240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0170780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0175660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0176480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0183540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0185610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0190300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0191140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/numpy_T_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0193090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0197370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0200060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0202830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0205640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0210340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0217820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0218620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0224200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0225060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0227890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0230230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0234580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_expm1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0239420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fftshift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0241170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0246180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0247170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0253750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0258650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0260810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0272390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Short_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0273350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0274820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0278460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0280470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bilinear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0281640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0283620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0297280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_asin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0302690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0303400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0305060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0305810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0307330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0310550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0312520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0316590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0320360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0321300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0325730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_r2c.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0331680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/outer_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0333040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0336060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hypot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0339710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0344330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adjoint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0346660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0351630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0353110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flipud.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0357270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0361700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0362680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0368510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0370420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0376500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0379260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0380630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flipud_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0383400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0388740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0389570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0393500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dimV_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0395730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0400200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mvlgamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0402680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0406720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0409730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0413260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0417680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0418610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_aminmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0423290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0425280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0428500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0433420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0436380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0440020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0443660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0446220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0450180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/angle_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0452780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0457740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0464460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0466580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0474110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_rowwise_prune_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0474990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0480710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0481520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0485520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0487700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0488600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0494460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0497010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0499490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0503750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0508350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asinh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0510730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0515620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0516280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0520200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0524320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0530430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0531620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0533780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/can_cast_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0536310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0538370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0545390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0548430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0549960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0552020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_euclidean_dist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0557020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0563590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0564840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0570530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0571710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0572910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0577820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_constrain_range_for_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0581560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0583620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isinf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0588590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0591190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0597840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0600020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0601280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0605480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0609810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0611080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0612330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0617440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0621210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0624470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0626840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0631510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0635120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0636470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0638860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0642410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0646980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0648620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0652890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_semi_structured.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0656780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0662500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0665830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0667190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0668560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0672150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_scale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0677580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0681220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/or_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0683230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_coo_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0684950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0689750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0692900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0698190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0700530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0703310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0705430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0708730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0711880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0718630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/item_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0727150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0731020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0733100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0738190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0739470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0743520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0746230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0750690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0752230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_r2c_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0757530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0760280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0765160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0766470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0773020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0775080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesced_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0779380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0780990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0784550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaln.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0785740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0788360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fill_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0793690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0795960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0799600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0805430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0806670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0809400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0814310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0815460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0819500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0824290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0826430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0829890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0832800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0836820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_trunc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0840610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arccos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0842670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0844800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0848410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0852440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_frac_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0857860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_strided_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0859240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0862200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_mask.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0866340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0871120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0874660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0877250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0878540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0881360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0886130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0890510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sign_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0892470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adjoint_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0896120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0899180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0903380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0904950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0909540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0912260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0915560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0918910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0921710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0925740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0928280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0932500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0936320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_as.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0939090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0942560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0946180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0949610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0954920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0961250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0962450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erfc_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0967660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0970500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0974400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0976550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0979290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0983560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0984810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0991280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0992800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0998480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.0999720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1003320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1006610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1009160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1013570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1016160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1019330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1021930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1026980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_select_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1029390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1033310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1036720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1040460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1044140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaincc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1046080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1049430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1053080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1055310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pad_enum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1058290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inverse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1063450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_safe_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1065420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1068880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1072420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1074920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1079140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1084160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1090450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1093320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1098590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1099970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1105580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1111950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1118860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1121160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1128760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_depthwise3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1130830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1134200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1138460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1141270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1143840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1145910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1149430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1153570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1156870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1159020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1164520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1168440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1172460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1173660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rand_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1176870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1180950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapezoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1183280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1188120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1190600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_jagged_dummy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1194930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1196940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unpack_dual_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1199550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1202250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1207130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1211220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1212500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1218640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vstack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1224080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_overrideable_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1226220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1228600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1232290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1236570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1238610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1243870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1246370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1249950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1252070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1254970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1260240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1263570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1267100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1269920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1274860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1276010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1282200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1283430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eye_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1290380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1291650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1295560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1307600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1308930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1310270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1311430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1312920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1315260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_overrideable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1321150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_embed_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1323450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1329100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1333440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1336380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1337510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1342400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/im2col_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1345740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1350540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1352990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1356380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1360530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/combinations.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1363080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1365420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_r2c_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1369630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1372990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/promote_types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1375010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1380420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1382510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1387140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1389210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1393640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1395930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Int_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1399530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1400790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1405340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1411840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/negative_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1412970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Byte.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1416740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1423570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1426660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1429140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1433400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1436970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1441370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1442570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1446970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1450470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1454760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1459070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1464350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1465760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1470600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_sparse_csr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1472650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/median_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1475200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1481290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1483560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1485870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1487050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_diagonal_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1492770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1496060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1500300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1501890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1510070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1514530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1517500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1521350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1524660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1525980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1530040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1531270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1539260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1543040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1547850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/eq_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1551270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/put_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1553350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1557050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1559690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1563210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1565400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1570830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vstack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1572150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1578390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1579620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/can_cast_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1582530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1585840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1589140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/topk_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1592080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tan_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1596860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1599320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_values_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1603140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1605420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lerp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1608140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1677040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1678260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1679410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1680560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1681630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1682910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1684180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1685330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1686470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1687780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1689080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1690100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1691150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1692230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1693280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1695790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1701320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1702540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1703740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1708540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammainc_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1710730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1711830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1718600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1722480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1726720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1729520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1734590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1736160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1739300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1746890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1748130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dsplit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1751500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1756590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1759640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1762240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1765470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1768900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_scalar_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1774920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1777200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1780210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1782770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1785440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1793120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1795300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1800890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_with_indices.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1802470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1806640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/int_repr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1809670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1813010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1814990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1819010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lstm_mps_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1823540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1824860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1832080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1833990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1839670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1841920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1843170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1847300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1850310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/coalesce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1854980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1858290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1860960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1864670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1866340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1869570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1896540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1907950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1911610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1918100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1919740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1926340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1927530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/real_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1928670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1930020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1931230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1932350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1933470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1934570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logcumsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1935790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1936980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1938140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_max_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1939410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1940710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1941830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1943050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1944400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1945800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1947160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1948400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1949610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1950730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1951950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1953190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1954400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1958360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1959500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1963090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1966820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1971470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1973320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1974610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1981380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1982640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1985720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1990110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1992780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1997190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.1998640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2003460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2006410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2010100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2012680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2016940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2018910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2021360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2026840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_zeros_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2028140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2033230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2036450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Int_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2038530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2043900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2047490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_add.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2051140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2056580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2057800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2060300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2064020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2065770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2068030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2075850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_dense_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2080950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_ones_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2082200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcdiv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2088890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2090080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2094560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2097150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ravel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2104000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcdiv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2105230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2110250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_pinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2111550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2112750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2115050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2117940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/msort_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2125900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2129550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2131760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2136060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2139800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2142900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2145580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2149230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2154040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2155230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2158910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2163120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2165330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2169880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2174310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2175580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2178600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_relu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2183630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ihfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2185090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2188400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2192380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2194400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2198990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2203780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hsplit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2204920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2210140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2212650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2216890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2218180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2223400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mps_convolution_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2225500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2229470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2231750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2237510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2238710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2242200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/one_hot_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2245190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2249120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2c_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2253530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2255910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2260350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log1p.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2263730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2266030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2271330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_trunc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2275250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2277550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2280510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2286780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2291770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2295860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2300690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mul_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2303000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2305850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2309610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2312260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2316420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2318290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2323410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2326210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2328340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2330120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2335810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/normal_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2341530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2342210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2346270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2349900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2353280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2356770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2359220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2361770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2364670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2369870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2372700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2376690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2379550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_view_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2383790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2386540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2389900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_compute_linear_combination_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2392690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2396550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2405530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2406240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/l1_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2406760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2410540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2415750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2417630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2422540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2424170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2424850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_set_to.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2428880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2433380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2436510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dirichlet_grad_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2439280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/einsum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2443620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nan_to_num.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2444330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_zero_point_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2449430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2453510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2460690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2462230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2467310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2469280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2472350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lerp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2476200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nansum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2479380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2481870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2r_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2485640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2488820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2496640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_similarity_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2501170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fix_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2503120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2507300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2508400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2513300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2516400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2517710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2523600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2526040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2529580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2531010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2536420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eig_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2539020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2543040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2547970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2548940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2554640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2555720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2560650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2562570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2565440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2570990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2571990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2578800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/group_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2581630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2586540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2587350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2588990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2593440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2595300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2598500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2603480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2605650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2609810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2611450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2616180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2621300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2623560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2625550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2628660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2632750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2636650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2639830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_round_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2643160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2645380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2648390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2654010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2654920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2663440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2664150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_diagonal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2874620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_numpy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2875400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2876450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/istft.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2877880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erfc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2878640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2880280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chain_matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2880820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2882420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2883160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2884240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2885790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_compute_linear_combination.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2886520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2887710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnz_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2888830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cummaxmin_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2890110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_rfft2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2890790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2892520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2893110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cartesian_prod_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2894180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2895580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2896250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2897330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2898780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_real_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2899600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2901110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2901730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2903150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2903940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2904940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2906430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2907170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2908090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2909520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2910410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2911460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2912420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2913800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2914660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2915660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2917180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2917810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/istft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2918930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2920380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2921190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2922300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2923190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2924730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/searchsorted_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2925380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2926780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2927450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2928900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2929620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2931040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2931780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2933150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2933960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2935470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2936140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2937210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2938160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/erf_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2939570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_as_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2940640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2941310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2942920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2943530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mT.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2944520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2946100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_dense_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2946720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/orgqr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2948300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2949220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2949980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/range_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2951610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2952310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2953760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2954400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2956010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2956930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2957700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2959220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2964250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2965000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2965660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2966270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2966870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2967460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2968030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2968540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2971010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/can_cast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2972310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2975970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2981610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2985020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kl_div_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2987590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2992120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2992880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.2997290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3000320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3002860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3005580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_bsc_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3008090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3012530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_floating_point.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3014740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3019140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3024000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3027780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ceil_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3032630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3033360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3035970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3039430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_check_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3042570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3045910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3049350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3052560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3054790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3060110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3064080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_distributed_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3066240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3069900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3074180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu6_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3076180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3081020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3083020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3088400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_hfft2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3089670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rad2deg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3096170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3097060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3102230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3104050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3107300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3108550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3113890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3117770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3120840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3123800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3128200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3130840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3134180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/outer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3136060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bilinear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3138700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rms_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3143320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3146290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3148900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3153780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3156480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3160840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3162950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3166100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3170700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3174730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3178560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3180450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3183210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3187650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3192860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3194990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/from_file_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3197170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3198630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3202540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3209760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_async_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3211670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nansum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3216670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3219000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3223080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3226050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3231710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3233910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_except_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3237820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft2_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3239460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3242430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3246350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3252960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3253620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3260180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3261620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3266520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3267700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3270210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3273120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int4pack_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3277310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_version.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3281000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3284110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3285980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3290460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3292800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3297060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3301790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3307040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clip_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3311030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3314210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_solve_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3316550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3321280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3322840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3326330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensor_split_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3330750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3332440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3337100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_overrideable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3339490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3342390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3348840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3351240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3354600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/i0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3356810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3362440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/requires_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3363810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3370920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3371870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3377140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3377880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3381090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_xor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3383590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlogy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3386730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3391430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3392810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3396870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3398340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_update_scale_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3402000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3407600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3412280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3415130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3417720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3420430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3423750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3425410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3431730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3432950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_power_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3438790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3439710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3443300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3445400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lstm_mps_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3450180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3456340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3461170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3463960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3468110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3470410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_exp2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3474270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3476370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3484310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3484990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3485550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scalar_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3489930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3493280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3495780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3497800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3500050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3506860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3513560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3514190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3518080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_reciprocal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3518910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3522390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_inference_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3526790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3529840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3533500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/abs_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3536710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3539940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3543700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mH_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3545890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3549370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3553550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inner.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3555760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3561130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3563890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3566400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3569970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_group_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3572860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3577820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3580340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3581280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reshape_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3585840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3586480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3592070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3594660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3596980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3599820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3602400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_int4pack_mm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3606770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3609190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3612750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softmax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3616210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3624310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3625630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3631290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3633370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/vander_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3636830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3639710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3642030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3645840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3649690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matrix_H_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3653320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_resize_output.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3655680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3657710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3664570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cond.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3670360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_polygamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3672240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3673550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3676750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3680990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3683280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3685960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/smm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3692040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3692800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_addmm_activation.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3695970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ormqr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3698950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3702660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3706320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3708970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_spdiags_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3712780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/float_power_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3715860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/imag_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3718770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3722810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_pow_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3725560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3731500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3733470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3736930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3739350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3742350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3746570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3750220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3752420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3756550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_scalar_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3758260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3764520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_as_complex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3766300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3772470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3773430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3780930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3781800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3787490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3790380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_neg_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3792840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3794900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3800970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prelu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3803340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_along_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3805270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3810320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3812650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3814970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unsafe_index_put_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3819310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3824960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3827330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3831140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3832450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3834620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_det_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3838990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3842370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_forward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3846090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3849480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3854300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3856610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3860050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cdist_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3862430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multi_margin_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3865220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3869600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/group_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3873130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3876500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_minimum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3879970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3883170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3886300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3889970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesced.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3893340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3895820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_ragged_idx.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3899520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3905940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3906770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3910300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3914260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3916540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3919420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dsplit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3922550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3924660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3928200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igammac.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3932360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3937490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3939730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3945190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_min_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3947350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3950250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3956290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/celu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3960520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3962480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3966660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3969230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3970290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3975740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_chunk_cat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3980530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3982440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3985440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3990100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3994070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3996440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.3999530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4003280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4007500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4008370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_max_pool3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4015620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4016260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arange_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4018670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4022080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4026420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4030680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4033920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4038560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4041120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4046360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4048190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4054640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4056180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sub_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4059650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sub_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4064310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_semi_structured_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4065000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4069780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4072440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/signbit_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4075930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4082500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_neg_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4085040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/numpy_T_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4089550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4090170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4094260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4112300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4113100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_floating_point_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4117110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4119060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4119760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_strides.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4121240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4122040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4123040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4126410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4128190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4133500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4135880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4139380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_flash_attention_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4143360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4148140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4150160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/chunk_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4153270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foobar_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4155720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4159580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nextafter_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4163420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4166330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4170090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4177050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_prod.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4184360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4185040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4187060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/alias_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4191290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4192110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_cell.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4194380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isclose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4198170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4199560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4203790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4207630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4209570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4213500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sspaddmm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4217110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4218550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_string_default_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4223360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_logcumsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4225260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4228860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4232280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_unique_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4234990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_draw.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4238720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4242980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_dropout_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4245700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagflat_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4248600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4253570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4257060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4260270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4262330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4265780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/combinations_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4271550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4272980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4275120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4277940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/swapdims_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4282830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4286390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4292350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4296140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isreal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4298270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4303450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4304340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4308370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4311030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4314320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4319590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4322170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad1d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4326060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4329890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col2im.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4332010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4334490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4339050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4343880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4346100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4352340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4353090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_mm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4359740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4360440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4364590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4366990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4369490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4371470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4381830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4382570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4385910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4387990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4388820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4390210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mH.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4392250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4395100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4400410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4401990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4405900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4408340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trace_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4411850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4416530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addbmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4419580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_strided_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4422700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4425710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4429010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensor_split.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4432500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4436100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4440670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4443460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4447050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softshrink.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4449750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4458720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4459530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4465670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4466310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4471660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4473640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4476570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4481580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4483580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4485810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_zero_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4488500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4492200Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cosh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4495820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4500820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_interleave_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4502630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4507390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4510600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4512720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4517180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4518790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4522930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool1d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4526610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4529180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4532770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4549810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4550450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unbind_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4556770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frac_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4561830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4562680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4563390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4563920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_inverse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4564700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4565210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ravel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4566040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_select_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4569800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4572440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4575510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4579780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4583110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4588000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4588830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4594320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_reduce_impl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4595880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4599350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4601500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/from_file_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4604950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/layer_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4609030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4611820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4616570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4620440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4625490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4628730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4632670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/allclose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4636610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j0.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4639110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensordot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4643180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tanh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4645920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4648390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/thnn_conv2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4652500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4656830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4660010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4660640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_lu_with_info.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4665850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bincount_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4669620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4671090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4676010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4679820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4682910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/positive_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4685630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4688730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4693290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4695700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_euclidean_dist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4699010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4702850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4705970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4709610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_xor_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4712080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4718400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4719720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resize_as_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4724060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4725330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4730900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/einsum_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4731590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_tensors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4735580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4739150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mode_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4744270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4746690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rnn_tanh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4750930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4751840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_set_to_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4756830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_householder_product_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4759660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4763170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4766320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4770630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4771380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4776730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4780130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Byte_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4783770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dstack_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4791780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4792640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sign.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4798060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4798910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_distributed.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4803560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4805070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4810190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_segment_reduce_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4812320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4815080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4835590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4839820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4840680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4843730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4844770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4845630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_offsets_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4847080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4847800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gru_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4849090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4849940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4853080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/one_hot_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4856720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4858220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/as_strided_scatter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4863020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4867410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4868960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4873460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_zeros_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4878150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4879990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4883630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4885680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4888160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_solve.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4892830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantized_batch_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4896260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sgn_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4900930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4904080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_functorch_fallback_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4909260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4910870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4913040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4918670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfftn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4919520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addmm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4926900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4927680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/blackman_window_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4931160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4933990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4937490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4942950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/transpose.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4944320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4948140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amin_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4949680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acosh_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4953380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_to_size_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4955110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_mean_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4962000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histc_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4965340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/align_tensors_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4968900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4972770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_size_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4974070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4978730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4982850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantile_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4986010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4988440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4993630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.4996800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5003090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5003970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/amax_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5008270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5009790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5015100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftn_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5016000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5019430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pow_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5022300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5026710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_scale.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5029280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5032440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5057070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rot90_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5059700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_eig.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5087070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5087920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5089020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5090190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5091130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stride_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5092330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_is_acceptable.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5093340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5094780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5095560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5097100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5098020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_coalesced_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5099680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5104370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_view_from_buffer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5105100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/true_divide_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5105630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_solve_ex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5106260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5106820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogram_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5107380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5108000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5108540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5111470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5114540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5117830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5119430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5124070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5130760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dense_dim_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5133940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5138990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5140390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_fill_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5145370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5148440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5150480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Byte_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5155140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5157370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/any.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5161080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5163860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5165750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5170080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5173330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5175880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5179810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5184170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_forward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5187350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5193240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5196750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5200500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/contiguous_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5201850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5206470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_overrideable_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5207430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5216840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5218460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5220350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5224520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/angle_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5225590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cross_entropy_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5228130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_gammaincc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5231100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/subtract_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5235030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5237990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5240820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/floor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5243430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/retains_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5248590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sspaddmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5249970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5254760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5255640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5262070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5263280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5289160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/narrow_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5296980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/flip_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5297870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5298800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_not_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5300480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5301110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5302670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5303710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5304720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logsumexp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5305350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5306970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5308620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5313560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5317630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/l1_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5319910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geqrf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5322610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log2_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5327410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5329350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_masked_scale_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5333510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5336520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5339420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5344750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/frexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5349030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5351170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5353660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5357700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5360320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5365450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mean_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5366690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5371770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/le_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5374520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5379000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/stack_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5380150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5381130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfinv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5384100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/var_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5388140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsqrt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5391340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5394420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5396260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5400590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_make_dual_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5402930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5406170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/meshgrid_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5409210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5413600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5415210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5419510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5422910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5426720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_logit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5433870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5434580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/full_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5441260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5442180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5443320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5447050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5449870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5454030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_put_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5458850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5464620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5466330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5470080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5472540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5475240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5481400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5483680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/permute_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5487050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dense_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5490400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5492500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5495800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_inv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5501680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5503580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5508730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5509330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ge.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5515430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_min.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5518780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5521470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tanh_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5523800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5526410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5533120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5535450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5538160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/msort_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5540180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/refine_names_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5542840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5546860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5553070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5562790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5563640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5564330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mask_projection_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5566260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5569140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5570000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5576380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5577940Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_log_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5583270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5583930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5586970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5592040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/softplus_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5592880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5597830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapz_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5598720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5603630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5606330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5611260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arcsin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5613050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_update_stats.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5618180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5623830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_embedding_loss.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5627310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5630510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5634440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5635660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col_indices_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5639700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lgamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5642020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5647890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pin_memory_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5649190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5656210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5657370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5663100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/div_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5664750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_copy_from_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5670300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5671470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/concat_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5672650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5675950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogramdd_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5680460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5685330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5687040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5690810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/igamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5692140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_offsets_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5699290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5700570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_grad.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5705100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/zero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5707500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5710190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5713350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5717440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_clamp_max_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5719600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_unshuffle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5723660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5729590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5731060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logcumsumexp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5736020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5737320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5739990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5744890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5746300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5752920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5756710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5766710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_any_true_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5767900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_tensorinv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5768930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/random.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5770180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5771480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5774000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gt_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5778530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_det_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5779780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_select_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5783820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5788040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5794560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5797070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5802640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5803900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_sqrt_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5807990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atleast_1d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5812350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isin_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5813530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5817340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5821850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sinc_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5823830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5827910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5829020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardtanh_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5832770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5836160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copysign_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5841720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5843080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5847820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5850620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5854230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5859000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histogramdd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5861040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5863650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_reduce_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5865830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_get_ragged_idx_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5870290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/leaky_relu_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5873640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5877670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_irfft_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5880730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/digamma_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5884310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5886630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5892130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_addmm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5893310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gather_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5899180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5900270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dimI.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5906330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5910460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5913390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5914780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5917170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_ceil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5919370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_weight_to_int4pack.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5922960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5928520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/matmul_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5931290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_print_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5936560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_dense_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5937700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5940080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5947410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantize_per_channel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5948640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5954240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad3d_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5958390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ctc_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5960370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/argwhere.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5965480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tan.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5969550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/asin_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5970690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_add_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5974170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5975930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_or.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5981090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5982700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5985890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diff_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5988670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fix.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5992570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.5996260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expit_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6000550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rsub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6004120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6006880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6009220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6013600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/std.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6018160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_all_true_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6019490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6025460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6027330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6030170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6036140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6037630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_floatlist.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6044330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6045570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6046780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6051110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/aminmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6052400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6057640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6061370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6065860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6067270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6070590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmod_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6075880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randint_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6078040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_norm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6079360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6083770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6088840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6091980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_expm1.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6095650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_erfinv_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6096910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6099260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6102890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_sequence.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6108270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardswish.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6111220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geqrf_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6115960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6117120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6119100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logit_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6127640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_like.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6130990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6137030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/split_with_sizes_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6139400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6143740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6144890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isfinite.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6149990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6151240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_axis_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6155110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6156260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_batch_norm_no_update.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6160300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6165550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6171280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6176470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6177890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6185910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6187020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_zerotensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6191320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/xlogy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6192580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_conj_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6194440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log10_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6195580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_standard_gamma_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6198020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv2d_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6200240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6202370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6206690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6210170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pin_memory.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6214170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6215530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gcd_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6220370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convolution_mode_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6222770Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/convolution_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6230460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_similarity_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6232500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_shape_as_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6238300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6239510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6240620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/conv_transpose3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6245180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6248740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6253680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6256000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_version_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6258010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6260730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6263840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/empty_like_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6268560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/uniform.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6269710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/grid_sampler_3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6278310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/masked_scatter_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6279500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6283960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6285600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6291110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mse_loss_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6294590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6297450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6301550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/avg_pool2d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6306860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6308140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6310440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6316900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bmm_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6317970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/detach_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6325870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/set.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6327000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6328280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6336090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6337230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/silu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6338270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6340890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6344780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6347310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6354780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6357050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6358520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6360220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/det.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6361490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6364410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/exp_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6368070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6371050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2r_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6373250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_add_batch_dim.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6377270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6379860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6384230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tanh_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6388330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_vander.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6394110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sigmoid_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6395240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mish_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6396430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6402330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_same_storage_numel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6403500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6408960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6410240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Double_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6417850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6419070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6425310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6426540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_full_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6427630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isposinf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6432930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/new_empty_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6434000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6439310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6440470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_round.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6444400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6449810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6451080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/quantile_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6460120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6463500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6467750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pad_sequence_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6468960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6470550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_no_training.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6475300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/elu_backward_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6476870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6481390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6485310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6486560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fw_primal_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6488560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sym_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6492590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6496920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6502900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/hardsigmoid_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6504140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6509510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6510710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/row_indices_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6514650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6516950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6520220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6522950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_bessel_j1_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6528000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/t_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6532470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/det_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6536110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_bsr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6539060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/randperm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6540860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_copy_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6544630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fft_c2r.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6548540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sqrt_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6552100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosine_similarity.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6554210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_add_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6558710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6559910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6563610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6568620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6572810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6575400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6577410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logdet_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6579630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/take_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6582310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_rnn_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6590750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6595680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6596930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/greater_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6599540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6604860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6607030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/prod_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6611400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tril_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6613440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6617240Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_functional_assert_async_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6620740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6629460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_is_any_true_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6635290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6636410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_fused_adam_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6637690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_unpool3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6641120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_pinv_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6644210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cast_Half_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6647270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6651270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6652580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6659170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6660440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/col2im_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6667520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6668840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6670080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/crow_indices_copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6673310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cosh_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6678170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6681620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/threshold_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6684150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_semi_structured_tile_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6687430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6690120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_exp_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6697560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6698850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6703580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6704800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/log_softmax_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6707160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6709860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6711580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_sparse_csr_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6718210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6721080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6725230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6726520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6730360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_pinned_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6735620Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6737100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6746260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cslt_compress_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6747440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6752650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_abs.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6756390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6757850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6763090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/histc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6764180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/upsample_trilinear3d.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6765290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_sum_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6768190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6770700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/relu_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6775170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6778180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_matrix_exp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6780640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_index_put_impl_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6784130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6789370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_mm_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6794340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6795480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/trapz_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6799410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/block_diag_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6804920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6807170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/copy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6810540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6815100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6818490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cumsum_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6821660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6825960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fft_ifftshift.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6828120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6830900Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_assert_async.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6835040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/q_zero_point_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6837180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6841510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_values_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6846410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/is_same_size.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6850120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/atan2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6851330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6853210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/diagonal_scatter_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6857760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6859290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/isnan_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6865540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scaled_dot_product_attention_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6867720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6873700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/l1_loss_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6875020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6876540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6883370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6884570Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nuclear_norm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6891230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/lift_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6893480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6896870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6899680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6902460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6903640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/and_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6910510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/select.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6912680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6913820Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/true_divide.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6918460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6921020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6926450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6928530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nonzero_numpy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6933090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_sinc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6935390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6936540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_foreach_cos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6944420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6946730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6953610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_pdist_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6955660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6956850Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6961520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/tan_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6963540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ones_like_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6968400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_conj_physical_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6972030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6976150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6978530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_to_copy_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6983080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cos_cpu_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6984320Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6988560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/mkldnn_convolution_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6990610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_linalg_eigh.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6994340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_print_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.6995580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.7001480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.7002960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/cat_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.7007710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/ne_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.7010310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/expand_as_native.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.7017810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.7019110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/complex_mps_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.7024890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.7026190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/ops 2024-08-20T21:53:19.7027890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ParallelOpenMP.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7031720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/jit_macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7036420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CPUApplyUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7040150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ThreadLocalState.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7043080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/ScalarOps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7045160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/NativeFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7049560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/DynamicLibrary.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7052110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorGeometry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7055460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorIterator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7058650Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/NamedTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7061980Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Dimname.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7065810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7069270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/autocast_mode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7071890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Parallel.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7074600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/DimVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7079960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7082530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/InferSize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7083580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/LegacyVmapTransforms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7090180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/SmallVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7093520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Tensor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7098690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7099600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7100880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7102130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7106170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/Interpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7108420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7110710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7113500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7118060Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7120230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/Macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7132510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7135070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7141660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7142950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/functorch 2024-08-20T21:53:19.7144040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/Generator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7149690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/AccumulateType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7150740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/TensorAccessor.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7154150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-20T21:53:19.7154960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/Handles.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-20T21:53:19.7156930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-20T21:53:19.7160690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/Types.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-20T21:53:19.7165290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-20T21:53:19.7166430Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/Exceptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-20T21:53:19.7167510Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/Handle.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-20T21:53:19.7193610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen/cudnn 2024-08-20T21:53:19.7194740Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/ATen/CachedTensorUtils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/ATen 2024-08-20T21:53:19.7201570Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10 2024-08-20T21:53:19.7202510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7207890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/RefcountedDeleter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7208750Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7209780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7211030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7212350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7213530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7214690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/COWDeleter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7215890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7217080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7218260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7219470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7220780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/PyObjectSlot.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7222020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7223170Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7224480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7225670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/COW.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7228180Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7230780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7234710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core/impl 2024-08-20T21:53:19.7237840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/QEngine.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7242680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/TensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7246930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SymFloat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7248970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/GradMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7250020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Device.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7255370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/CPUAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7258830Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DefaultDtype.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7264030Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7266020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/alignment.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7267130Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Event.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7270020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Backend.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7274730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7277890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DeviceArray.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7280160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/PyHandleCache.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7283560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/ConstantSymNodeImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7290140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7298110Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/QScheme.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7300220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SafePyObject.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7301370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Stream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7303680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7307550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Scalar.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7310020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/AutogradState.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7316210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7318410Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/thread_pool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7324360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/CopyBytes.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7328750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SymNodeImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7329700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/StreamGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7331150Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DynamicCast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7331760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Layout.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7333360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/GeneratorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7334070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DispatchKeySet.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7335390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Allocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7336810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/TensorImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7338300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Contiguity.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7339010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/ScalarType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7340460Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/Storage.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7341310Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DeviceType.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7342870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DeviceGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7343390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/StorageImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7344520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SymbolicShapeMeta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7345920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/MemoryFormat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7346590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SymBool.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7348080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/DispatchKey.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7349070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7350070Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/InferenceMode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7351000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/SymInt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7352530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/core/OptionalRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/core 2024-08-20T21:53:19.7354230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7354880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7356420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7358010Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e4m3fn-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7358790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/quint4x2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7360210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/FbcodeMaps.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7360910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/signal_handler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7362470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/safe_numerics.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7363260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Half.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7364840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/flat_hash_map.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7366210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/env.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7367090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/llvmMathExtras.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7368680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Synchronized.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7369290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Bitset.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7370700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/typeid.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7372580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7373400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7374870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/intrusive_ptr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7376330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/string_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7377160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/win32-headers.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7378190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/AlignOf.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7379610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/static_tracepoint.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7380270Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ssize.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7382250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/numa.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7383080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/qint32.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7384580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/CallOnce.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7385300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e5m2fnuz.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7386750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/MaybeOwned.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7388080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Half-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7389490Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/TypeTraits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7390640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/DeadlockDetection.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7392640Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/FunctionRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7393400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Backtrace.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7394500Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7396160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Load.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7397220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/BFloat16-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7398670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/static_tracepoint_elfx86.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7399590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ConstexprCrc.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7401040Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ThreadLocal.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7404340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/IdWrapper.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7405550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Flags.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7407670Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/overloaded.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7408360Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e4m3fnuz.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7410380Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/quint8.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7411660Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e5m2-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7412680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/StringUtil.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7413700Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Logging.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7415260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/MathConstants.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7415920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Registry.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7417780Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Optional.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7419890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e5m2.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7420590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/tempfile.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7422930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/copysign.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7423730Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7424690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/thread_name.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7430790Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/strides.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7432260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Unicode.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7432890Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/TypeCast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7433420Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/sparse_bitset.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7433960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7434540Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/BFloat16.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7435050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/TypeList.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7435560Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/TypeIndex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7436120Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Array.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7437140Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7438370Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Metaprogramming.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7439390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/WaitCounter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7440470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/quint2x4.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7442090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/floating_point_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7443100Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ParallelGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7443920Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/BFloat16-math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7445440Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/int128.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7446190Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Lazy.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7447470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Deprecated.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7448300Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/irange.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7449870Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/SmallBuffer.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7450810Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ScopeExit.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7451550Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Unroll.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7452960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/LeftRight.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7453630Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/bit_cast.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7455160Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/qint8.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7455840Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/complex_math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7456800Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7458260Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/DynamicCounter.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7459000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Exception.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7460600Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7461450Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7462350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e4m3fn.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7463350Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/AbortHandler.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7464960Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/DimVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7465590Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/accumulate.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7466710Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/C++17.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7467520Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/strong_type.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7469210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ApproximateClock.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7469910Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/SmallVector.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7471690Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7472290Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/hash.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7473330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/python_stub.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7474330Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/complex.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7475750Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/bits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7476580Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/string_view.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7478000Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/Float8_fnuz_cvt.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7478880Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/complex_utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7480390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7481230Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/util/generic_math.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/util 2024-08-20T21:53:19.7483020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7484020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda/impl 2024-08-20T21:53:19.7484610Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda/impl 2024-08-20T21:53:19.7486090Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda/impl 2024-08-20T21:53:19.7486860Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDADeviceAssertion.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7487760Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/driver_api.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7489080Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7489970Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7491480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAStream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7492210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7493220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7494680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7495340Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7496480Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7497470Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7498930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDAException.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7499680Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7501210Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/cuda 2024-08-20T21:53:19.7502610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-20T21:53:19.7503180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu/impl 2024-08-20T21:53:19.7504020Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu/impl 2024-08-20T21:53:19.7505390Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/XPUStream.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-20T21:53:19.7506250Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/XPUDeviceProp.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-20T21:53:19.7507720Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/XPUCachingAllocator.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-20T21:53:19.7508530Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/XPUMacros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-20T21:53:19.7509990Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/XPUException.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-20T21:53:19.7510950Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/xpu/XPUFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/xpu 2024-08-20T21:53:19.7512390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2024-08-20T21:53:19.7512930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros/cmake_macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2024-08-20T21:53:19.7514400Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros/Export.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2024-08-20T21:53:19.7515220Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/c10/macros/Macros.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include/c10/macros 2024-08-20T21:53:19.7516930Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/psimd.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:19.7518280Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/experiments-config.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:19.7519050Z copying build/lib.macosx-11.1-arm64-3.9/torch/include/fxdiv.h -> build/bdist.macosx-11.1-arm64/wheel/torch/include 2024-08-20T21:53:19.7521110Z copying build/lib.macosx-11.1-arm64-3.9/torch/torch_version.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.7522640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends 2024-08-20T21:53:19.7523340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/opt_einsum 2024-08-20T21:53:19.7524090Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/opt_einsum/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/opt_einsum 2024-08-20T21:53:19.7525730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mha 2024-08-20T21:53:19.7526200Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/mha/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/mha 2024-08-20T21:53:19.7527760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/nnpack 2024-08-20T21:53:19.7528250Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/nnpack/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/nnpack 2024-08-20T21:53:19.7529360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mps 2024-08-20T21:53:19.7530110Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/mps/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/mps 2024-08-20T21:53:19.7531810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cpu 2024-08-20T21:53:19.7532270Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/cpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/cpu 2024-08-20T21:53:19.7533590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/_coreml 2024-08-20T21:53:19.7534230Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/_coreml/preprocess.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_coreml 2024-08-20T21:53:19.7535590Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/_coreml/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_coreml 2024-08-20T21:53:19.7536710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cuda 2024-08-20T21:53:19.7537370Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/cuda/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/cuda 2024-08-20T21:53:19.7538680Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/quantized 2024-08-20T21:53:19.7539200Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/quantized 2024-08-20T21:53:19.7540950Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends 2024-08-20T21:53:19.7545590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkl 2024-08-20T21:53:19.7546070Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/mkl/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkl 2024-08-20T21:53:19.7547710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/xnnpack 2024-08-20T21:53:19.7548510Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/xnnpack/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/xnnpack 2024-08-20T21:53:19.7551240Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkldnn 2024-08-20T21:53:19.7551790Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/mkldnn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/mkldnn 2024-08-20T21:53:19.7557400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/xeon 2024-08-20T21:53:19.7557870Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/xeon/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/xeon 2024-08-20T21:53:19.7558810Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/xeon/run_cpu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/xeon 2024-08-20T21:53:19.7560690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2024-08-20T21:53:19.7561510Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2024-08-20T21:53:19.7562000Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi/serializer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2024-08-20T21:53:19.7563840Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/_nnapi/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/_nnapi 2024-08-20T21:53:19.7568450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/openmp 2024-08-20T21:53:19.7569030Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/openmp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/openmp 2024-08-20T21:53:19.7571850Z creating build/bdist.macosx-11.1-arm64/wheel/torch/backends/cudnn 2024-08-20T21:53:19.7572380Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/cudnn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/cudnn 2024-08-20T21:53:19.7575250Z copying build/lib.macosx-11.1-arm64-3.9/torch/backends/cudnn/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/backends/cudnn 2024-08-20T21:53:19.7578960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-08-20T21:53:19.7579460Z copying build/lib.macosx-11.1-arm64-3.9/torch/_decomp/decompositions_for_jvp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-08-20T21:53:19.7581370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_decomp/decompositions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-08-20T21:53:19.7583500Z copying build/lib.macosx-11.1-arm64-3.9/torch/_decomp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-08-20T21:53:19.7589930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_decomp/decompositions_for_rng.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_decomp 2024-08-20T21:53:19.7590650Z copying build/lib.macosx-11.1-arm64-3.9/torch/_VF.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.7598970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-08-20T21:53:19.7599370Z copying build/lib.macosx-11.1-arm64-3.9/torch/xpu/streams.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-08-20T21:53:19.7600480Z copying build/lib.macosx-11.1-arm64-3.9/torch/xpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-08-20T21:53:19.7601900Z copying build/lib.macosx-11.1-arm64-3.9/torch/xpu/_gpu_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-08-20T21:53:19.7606920Z copying build/lib.macosx-11.1-arm64-3.9/torch/xpu/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-08-20T21:53:19.7608520Z copying build/lib.macosx-11.1-arm64-3.9/torch/xpu/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/xpu 2024-08-20T21:53:19.7610640Z copying build/lib.macosx-11.1-arm64-3.9/torch/_streambase.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.7615290Z creating build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-08-20T21:53:19.7615780Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-08-20T21:53:19.7617550Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-08-20T21:53:19.7625150Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked 2024-08-20T21:53:19.7628270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-20T21:53:19.7628900Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/binary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-20T21:53:19.7634870Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/creation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-20T21:53:19.7635690Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-20T21:53:19.7639510Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-20T21:53:19.7640380Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/core.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-20T21:53:19.7641900Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/unary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-20T21:53:19.7642900Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/reductions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-20T21:53:19.7644510Z copying build/lib.macosx-11.1-arm64-3.9/torch/masked/maskedtensor/passthrough.py -> build/bdist.macosx-11.1-arm64/wheel/torch/masked/maskedtensor 2024-08-20T21:53:19.7644900Z copying build/lib.macosx-11.1-arm64-3.9/torch/_tensor_docs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.7647210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7647790Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/lr_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7649600Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/rmsprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7650940Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/_adafactor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7652400Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/sparse_adam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7653140Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/rprop.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7654400Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/sgd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7655970Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7656650Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/adamax.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7658180Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/adagrad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7664080Z creating build/bdist.macosx-11.1-arm64/wheel/torch/optim/_multi_tensor 2024-08-20T21:53:19.7664620Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/_multi_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim/_multi_tensor 2024-08-20T21:53:19.7665050Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/adamw.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7665450Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/swa_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7665850Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/lbfgs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7666250Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/radam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7666720Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/adam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7667370Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7669000Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/nadam.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7670060Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/asgd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7671360Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/_functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7672170Z copying build/lib.macosx-11.1-arm64-3.9/torch/optim/adadelta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/optim 2024-08-20T21:53:19.7673540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_weights_only_unpickler.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.7674260Z copying build/lib.macosx-11.1-arm64-3.9/torch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.7676780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7677240Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/cudagraph_trees.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7679210Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/select_algorithm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7680620Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/ops_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7681330Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/metrics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7682770Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codecache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7684560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/optimize_indexing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7685350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7686730Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/cpp_builder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7687620Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/cpu_vec_isa.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7689090Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7689960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/comms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7691860Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/mkldnn_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7692490Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/async_compile.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7694130Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/pattern_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7695560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/quantized_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7696380Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/aoti_eager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7697810Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7699190Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/lowering.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7701440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-20T21:53:19.7701980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/triton_heuristics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-20T21:53:19.7703790Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/runtime_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-20T21:53:19.7704530Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/halide_helpers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-20T21:53:19.7705960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/coordinate_descent_tuner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-20T21:53:19.7706560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-20T21:53:19.7707400Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/compile_tasks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-20T21:53:19.7708840Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/triton_helpers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-20T21:53:19.7709650Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/hints.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-20T21:53:19.7711070Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/runtime/benchmarking.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/runtime 2024-08-20T21:53:19.7711790Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/jagged_lowerings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7713240Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/test_operators.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7714120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7715180Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7716690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/cudagraph_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7718150Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/sizevars.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7719660Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/ir.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7721920Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/index_propagation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7722610Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/constant_folding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7724430Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7724930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7726700Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/triton_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7727450Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7729560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/aoti_hipify_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7730280Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/simd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7732230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-20T21:53:19.7732990Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-20T21:53:19.7734470Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-20T21:53:19.7735360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cuda_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-20T21:53:19.7736650Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/gemm_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-20T21:53:19.7738050Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-20T21:53:19.7739510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-08-20T21:53:19.7740340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-08-20T21:53:19.7741310Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-08-20T21:53:19.7742120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-20T21:53:19.7743620Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/device_op_overrides.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-20T21:53:19.7744470Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cuda_env.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-20T21:53:19.7745460Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda/cuda_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/cuda 2024-08-20T21:53:19.7746990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/xpu 2024-08-20T21:53:19.7747560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/xpu/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/xpu 2024-08-20T21:53:19.7748510Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/xpu/device_op_overrides.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/xpu 2024-08-20T21:53:19.7749540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/triton_combo_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7750790Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/memory_planning.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7752390Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7752970Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_micro_gemm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7754640Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7756630Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7758410Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/aoti_runtime 2024-08-20T21:53:19.7759180Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/aoti_runtime/implementation.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/aoti_runtime 2024-08-20T21:53:19.7760210Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/aoti_runtime 2024-08-20T21:53:19.7761160Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7763250Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_template_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7764060Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_gemm_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7765440Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_prefix.h -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7767100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-20T21:53:19.7767690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-20T21:53:19.7769300Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/rocm_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-20T21:53:19.7769860Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/rocm_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-20T21:53:19.7771460Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-20T21:53:19.7772300Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/compile_command.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-20T21:53:19.7773250Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/rocm_template_buffer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-20T21:53:19.7774700Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/ck_universal_gemm_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-20T21:53:19.7775530Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/ck_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-20T21:53:19.7777170Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/rocm/rocm_benchmark_request.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen/rocm 2024-08-20T21:53:19.7777730Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/triton_split_scan.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7779150Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/halide.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7780290Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_template.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7781510Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/codegen_device_driver.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7782940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cuda_combined_scheduling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7783890Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/multi_kernel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7784940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_wrapper_cuda.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7786350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/cpp_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7787350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/codegen/debug_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/codegen 2024-08-20T21:53:19.7788670Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/inductor_prims.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7789450Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/virtualized.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7790880Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/test_case.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7791560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autotune_process.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7793210Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-08-20T21:53:19.7793930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker/watchdog.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-08-20T21:53:19.7795360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-08-20T21:53:19.7795920Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker/subproc_pool.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-08-20T21:53:19.7796950Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/compile_worker/__main__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/compile_worker 2024-08-20T21:53:19.7798210Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/exc.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7799080Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7800770Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7802240Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/decomposition.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7803660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-08-20T21:53:19.7804340Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:19.7805180Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:19.7806690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts/_PadMMA100.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:19.7807580Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:19.7808570Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:19.7809660Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:19.7810830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic/artifacts 2024-08-20T21:53:19.7812100Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/autoheuristic.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-08-20T21:53:19.7812960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/autoheuristic_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-08-20T21:53:19.7814040Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/learned_heuristic_controller.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-08-20T21:53:19.7815650Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-08-20T21:53:19.7816260Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/autoheuristic/learnedheuristic_interface.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/autoheuristic 2024-08-20T21:53:19.7817450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7817960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/post_grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7819680Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/replace_random.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7820300Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/ddp_fusion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7822020Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/numeric_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7822810Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7824500Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/reinplace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7825440Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/quantization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7827330Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/split_cat.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7829050Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7829790Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7831180Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7831880Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/group_batch_fusion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7833680Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/pre_grad.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7835210Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/binary_folding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7835880Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/fuse_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7837520Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/micro_pipeline_tp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7838880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7839660Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7840900Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7842060Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7843280Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7844300Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7845490Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7846580Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7847680Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7848750Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7855370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7856120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7856850Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7857530Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7858200Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7858890Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7859570Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7860250Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7860930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7861620Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7862300Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7862960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7863730Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7864410Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-08-20T21:53:19.7865390Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/joint_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7866300Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/b2b_gemm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7867980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/mkldnn_fusion.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7869480Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/pad_mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7870240Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/freezing_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7871820Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_passes/misc_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/fx_passes 2024-08-20T21:53:19.7872380Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/fx_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7873770Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7875500Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/mkldnn_ir.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7876920Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/wrapper_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7877720Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/remote_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7878700Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/comm_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7880100Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/extern_node_serializer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7881240Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/bounds.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7881970Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/freezing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7883420Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/dependencies.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7884780Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-20T21:53:19.7885290Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/unpack_mixed_mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-20T21:53:19.7886700Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/mm_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-20T21:53:19.7887860Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/flex_decoding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-20T21:53:19.7889190Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-20T21:53:19.7889990Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-20T21:53:19.7891370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/bmm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-20T21:53:19.7892270Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/mm_scaled.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-20T21:53:19.7893730Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-20T21:53:19.7894400Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/mm_plus_mm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-20T21:53:19.7896150Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/kernel/flex_attention.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/kernel 2024-08-20T21:53:19.7897320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-08-20T21:53:19.7897850Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package/package.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-08-20T21:53:19.7899240Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package/build_package.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-08-20T21:53:19.7900010Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-08-20T21:53:19.7901450Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/package/pt2_archive_constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor/package 2024-08-20T21:53:19.7902180Z copying build/lib.macosx-11.1-arm64-3.9/torch/_inductor/subgraph_lowering.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_inductor 2024-08-20T21:53:19.7903910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7904380Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7906270Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark 2024-08-20T21:53:19.7906780Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark 2024-08-20T21:53:19.7907950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:19.7908740Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:19.7910190Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:19.7910920Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:19.7912330Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:19.7912920Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:19.7913920Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/op_fuzzers 2024-08-20T21:53:19.7915310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-20T21:53:19.7916000Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/timer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-20T21:53:19.7917460Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-20T21:53:19.7918040Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-20T21:53:19.7919050Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-20T21:53:19.7920530Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/compile.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-20T21:53:19.7921230Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-20T21:53:19.7922800Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-20T21:53:19.7924420Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:19.7925170Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:19.7926890Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:19.7930300Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:19.7931090Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:19.7932070Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:19.7933050Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-08-20T21:53:19.7934130Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-20T21:53:19.7935520Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/compare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-20T21:53:19.7936280Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/utils/_stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/utils 2024-08-20T21:53:19.7937920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-20T21:53:19.7938510Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-20T21:53:19.7939810Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-20T21:53:19.7940550Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-20T21:53:19.7941610Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-20T21:53:19.7942660Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-20T21:53:19.7943810Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-20T21:53:19.7944840Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/benchmark/examples/compare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/benchmark/examples 2024-08-20T21:53:19.7945840Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_foreach_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7947100Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7948050Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_traceback.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7949390Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_cpp_extension_versioner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7950290Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_mode_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7951460Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/checkpoint.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7953060Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/show_pickle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7954140Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/deterministic.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7954960Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/file_baton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7956260Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_freeze.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7957130Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/backend_registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7958560Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/module_tracker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7959620Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_zoo.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7960710Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_zip.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7961870Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/collect_env.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7962880Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/throughput_benchmark.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7964030Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/dlpack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7965650Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-20T21:53:19.7966210Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-20T21:53:19.7967600Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-20T21:53:19.7968270Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/symbol.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-20T21:53:19.7969800Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/numbers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-20T21:53:19.7970580Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/reference.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-20T21:53:19.7972120Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/singleton_int.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-20T21:53:19.7972820Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/value_ranges.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-20T21:53:19.7974490Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/solve.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-20T21:53:19.7975170Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_sympy/interp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_sympy 2024-08-20T21:53:19.7976700Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/backcompat 2024-08-20T21:53:19.7977260Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/backcompat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/backcompat 2024-08-20T21:53:19.7978780Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_cxx_pytree.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7979550Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7981100Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_import_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7982380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-08-20T21:53:19.7982910Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify/version.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-08-20T21:53:19.7984390Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-08-20T21:53:19.7987000Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify/constants.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-08-20T21:53:19.7987690Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-08-20T21:53:19.7989050Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/hipify/hipify_python.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/hipify 2024-08-20T21:53:19.7990590Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/bundled_inputs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7991730Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/bottleneck 2024-08-20T21:53:19.7992220Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/bottleneck/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/bottleneck 2024-08-20T21:53:19.7992890Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/bottleneck/__main__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/bottleneck 2024-08-20T21:53:19.7994250Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/mkldnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7995510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/viz 2024-08-20T21:53:19.7996140Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/viz/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/viz 2024-08-20T21:53:19.7996690Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/viz/_cycles.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/viz 2024-08-20T21:53:19.7998100Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/cpp_backtrace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.7998710Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_contextlib.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8000190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/jit 2024-08-20T21:53:19.8000680Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/jit 2024-08-20T21:53:19.8001450Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/jit/log_extract.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/jit 2024-08-20T21:53:19.8002900Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_python_dispatch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8004300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-20T21:53:19.8004990Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-20T21:53:19.8005870Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/_proto_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-20T21:53:19.8007280Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-20T21:53:19.8007830Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/_embedding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-20T21:53:19.8009330Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-20T21:53:19.8009980Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/summary.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-20T21:53:19.8011600Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/_convert_np.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-20T21:53:19.8012310Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/writer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-20T21:53:19.8013780Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/tensorboard/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/tensorboard 2024-08-20T21:53:19.8014710Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_exposed_in.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8016360Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_thunk.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8017050Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_config_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8017810Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_device.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8019190Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/flop_counter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8020660Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_typing_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8021210Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_stats.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8023020Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-20T21:53:19.8023690Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump/code.js -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-20T21:53:19.8024520Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump/preact.mjs -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-20T21:53:19.8025520Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump/skeleton.html -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-20T21:53:19.8026560Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump/htm.mjs -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-20T21:53:19.8027960Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-20T21:53:19.8033050Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/model_dump/__main__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/model_dump 2024-08-20T21:53:19.8033480Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/cpp_extension.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8033910Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_backport_slots.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8034340Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_get_clean_triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8034740Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8035200Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_content_store.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8036770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-20T21:53:19.8037690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-20T21:53:19.8038190Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils/fetch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-20T21:53:19.8039760Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils/worker.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-20T21:53:19.8040530Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils/collate.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-20T21:53:19.8042070Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils/pin_memory.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-20T21:53:19.8042810Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-20T21:53:19.8044340Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/_utils/signal_handling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/_utils 2024-08-20T21:53:19.8044930Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/graph_settings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-20T21:53:19.8046440Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-20T21:53:19.8047110Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-20T21:53:19.8048470Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/dataset.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-20T21:53:19.8049840Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-20T21:53:19.8050510Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/backward_compatibility.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-20T21:53:19.8051840Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/dataloader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-20T21:53:19.8053620Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/sampler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data 2024-08-20T21:53:19.8054320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-20T21:53:19.8055140Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/_decorator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-20T21:53:19.8056810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-08-20T21:53:19.8057440Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-08-20T21:53:19.8058570Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-08-20T21:53:19.8059680Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-08-20T21:53:19.8060680Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-08-20T21:53:19.8061740Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/dataframe 2024-08-20T21:53:19.8063300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-20T21:53:19.8063970Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-20T21:53:19.8065150Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/callable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-20T21:53:19.8066060Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/sharding.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-20T21:53:19.8067770Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-20T21:53:19.8068360Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-20T21:53:19.8069230Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-20T21:53:19.8070790Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/combining.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-20T21:53:19.8072000Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-20T21:53:19.8072770Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-20T21:53:19.8074280Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-20T21:53:19.8075090Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-20T21:53:19.8076640Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/iter 2024-08-20T21:53:19.8077230Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/_typing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-20T21:53:19.8078790Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-20T21:53:19.8079590Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/datapipe.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-20T21:53:19.8081190Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-20T21:53:19.8082380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-08-20T21:53:19.8082990Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-08-20T21:53:19.8083980Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-08-20T21:53:19.8084900Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-08-20T21:53:19.8085990Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/utils 2024-08-20T21:53:19.8087330Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-20T21:53:19.8088840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-20T21:53:19.8089430Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map/callable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-20T21:53:19.8090320Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map/grouping.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-20T21:53:19.8091750Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-20T21:53:19.8092600Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map/combining.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-20T21:53:19.8093830Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-20T21:53:19.8094650Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes/map 2024-08-20T21:53:19.8095710Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/data/datapipes 2024-08-20T21:53:19.8097160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/utils/_strobelight 2024-08-20T21:53:19.8097890Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_strobelight/cli_function_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_strobelight 2024-08-20T21:53:19.8098990Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_strobelight/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils/_strobelight 2024-08-20T21:53:19.8099800Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/_ordered_set.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8101150Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/weak.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8102550Z copying build/lib.macosx-11.1-arm64-3.9/torch/utils/mobile_optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/utils 2024-08-20T21:53:19.8103430Z copying build/lib.macosx-11.1-arm64-3.9/torch/overrides.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8105350Z copying build/lib.macosx-11.1-arm64-3.9/torch/_namedtensor_internals.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8106210Z copying build/lib.macosx-11.1-arm64-3.9/torch/return_types.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8107620Z copying build/lib.macosx-11.1-arm64-3.9/torch/types.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8108370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_linalg_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8109830Z copying build/lib.macosx-11.1-arm64-3.9/torch/__config__.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8110750Z copying build/lib.macosx-11.1-arm64-3.9/torch/_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8112600Z creating build/bdist.macosx-11.1-arm64/wheel/torch/contrib 2024-08-20T21:53:19.8113080Z copying build/lib.macosx-11.1-arm64-3.9/torch/contrib/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/contrib 2024-08-20T21:53:19.8114050Z copying build/lib.macosx-11.1-arm64-3.9/torch/contrib/_tensorboard_vis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/contrib 2024-08-20T21:53:19.8115450Z copying build/lib.macosx-11.1-arm64-3.9/torch/random.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8116070Z copying build/lib.macosx-11.1-arm64-3.9/torch/hub.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8118010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8118480Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/observer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8119750Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fuse_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8120870Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/quantization_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8122010Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8123470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-20T21:53:19.8124150Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-20T21:53:19.8125200Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/fusion_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-20T21:53:19.8126700Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/_equalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-20T21:53:19.8127320Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/quantization_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-20T21:53:19.8128410Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/convert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-20T21:53:19.8129760Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-20T21:53:19.8130430Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-20T21:53:19.8131560Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/pattern_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-20T21:53:19.8132520Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/fuse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-20T21:53:19.8133930Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/match_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-20T21:53:19.8135010Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-20T21:53:19.8135830Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fx/quantization_patterns.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization/fx 2024-08-20T21:53:19.8136900Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/_numeric_suite.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8138440Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fake_quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8139350Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/qconfig.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8140150Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8141580Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/_quantized_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8142220Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8143700Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8144500Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/fuser_method_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8146520Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/quantize_jit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8147140Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/quant_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8148800Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/quantize_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8149510Z copying build/lib.macosx-11.1-arm64-3.9/torch/quantization/_numeric_suite_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/quantization 2024-08-20T21:53:19.8150870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_tensor_str.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8152270Z copying build/lib.macosx-11.1-arm64-3.9/torch/_sources.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8153550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/special 2024-08-20T21:53:19.8154100Z copying build/lib.macosx-11.1-arm64-3.9/torch/special/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/special 2024-08-20T21:53:19.8155820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8156210Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_profiler.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8157280Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_onnx.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8158400Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_distributed_c10d.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8159840Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_autograd.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8160510Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_monitor.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8161910Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_itt.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8162580Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_lazy.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8163940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/__init__.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8166570Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_nvtx.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8167860Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_cpu.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8168460Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_nn.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8169890Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_lazy_ts_backend.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8170560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_functorch.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8172020Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_VariableFunctions.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8178040Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_distributed_rpc.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8179190Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_verbose.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8180460Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_aoti.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8181120Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_functions.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8182500Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8183250Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_cudnn.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8184650Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C/_distributed_autograd.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/_C 2024-08-20T21:53:19.8185820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-08-20T21:53:19.8186960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8187610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/generated 2024-08-20T21:53:19.8188390Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/generated/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/generated 2024-08-20T21:53:19.8189300Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/generated 2024-08-20T21:53:19.8193740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-08-20T21:53:19.8194380Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-08-20T21:53:19.8195340Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/core.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-08-20T21:53:19.8197110Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-08-20T21:53:19.8197980Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/refs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo 2024-08-20T21:53:19.8199230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:19.8199970Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:19.8201070Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:19.8202090Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:19.8203670Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:19.8205180Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:19.8206230Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:19.8207460Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:19.8208940Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/opinfo/definitions/nested.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/opinfo/definitions 2024-08-20T21:53:19.8209750Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_dtype.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8210770Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_pruning.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8212350Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2024-08-20T21:53:19.8212960Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2024-08-20T21:53:19.8213860Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module/future_div.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2024-08-20T21:53:19.8219270Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/test_module 2024-08-20T21:53:19.8220060Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/hop_db.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8220590Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/triton_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8221100Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/static_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8221600Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_nn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8222200Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/custom_op_db.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8222760Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/autocast_test_lists.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8223410Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_fsdp.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8224430Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/two_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8225810Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/torchbind_impls.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8227030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-20T21:53:19.8227610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_tensor 2024-08-20T21:53:19.8228560Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_tensor 2024-08-20T21:53:19.8229430Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_tensor 2024-08-20T21:53:19.8231010Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-20T21:53:19.8232330Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn 2024-08-20T21:53:19.8232990Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn 2024-08-20T21:53:19.8234150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn/api 2024-08-20T21:53:19.8234930Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn/api 2024-08-20T21:53:19.8235650Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/nn/api 2024-08-20T21:53:19.8237070Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/fake_pg.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-20T21:53:19.8237860Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-20T21:53:19.8239150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard 2024-08-20T21:53:19.8239810Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard 2024-08-20T21:53:19.8241300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-20T21:53:19.8242050Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-20T21:53:19.8243090Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-20T21:53:19.8244250Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-08-20T21:53:19.8245590Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/_shard 2024-08-20T21:53:19.8246490Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/checkpoint_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-20T21:53:19.8247910Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-20T21:53:19.8249140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:19.8249840Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:19.8250940Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:19.8252420Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:19.8253150Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:19.8254930Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:19.8255870Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:19.8257260Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-08-20T21:53:19.8257910Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-08-20T21:53:19.8259090Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-08-20T21:53:19.8260220Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-08-20T21:53:19.8261420Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-08-20T21:53:19.8262880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-08-20T21:53:19.8263580Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-08-20T21:53:19.8264520Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-08-20T21:53:19.8265640Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-08-20T21:53:19.8266700Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:19.8269310Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed/rpc 2024-08-20T21:53:19.8270100Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-20T21:53:19.8273540Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-20T21:53:19.8274500Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/common_state_dict.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-20T21:53:19.8275970Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/distributed 2024-08-20T21:53:19.8276940Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_optimizers.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8278670Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_device_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8280110Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/autograd_function_db.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8281140Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_mkldnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8282210Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/inductor_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8283660Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8285090Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8286310Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-20T21:53:19.8286860Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-20T21:53:19.8287770Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests/fake_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-20T21:53:19.8289200Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests/aot_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-20T21:53:19.8289870Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests/make_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-20T21:53:19.8291390Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests/generate_tests.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-20T21:53:19.8292690Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/optests/autograd_registration.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/optests 2024-08-20T21:53:19.8293780Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_methods_invocations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8301070Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/custom_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8302480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/codegen 2024-08-20T21:53:19.8303040Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/codegen/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/codegen 2024-08-20T21:53:19.8304600Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/logging_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8305240Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/hypothesis_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8306470Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_cuda.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8307270Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_quantization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8309130Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8311320Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_jit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8312490Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8313470Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/dynamo_test_failures.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8314560Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/check_kernel_launches.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8315540Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8318100Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8319460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2024-08-20T21:53:19.8320020Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data/network1.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2024-08-20T21:53:19.8321010Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2024-08-20T21:53:19.8322400Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/data/network2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal/data 2024-08-20T21:53:19.8323230Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_quantized.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8324790Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_dist_composable.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8325450Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/common_subclass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8326680Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/composite_compliance.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8327670Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/logging_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8328670Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/dist_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8329980Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_internal/jit_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing/_internal 2024-08-20T21:53:19.8331190Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_creation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-08-20T21:53:19.8332300Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-08-20T21:53:19.8333180Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_comparison.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-08-20T21:53:19.8334710Z copying build/lib.macosx-11.1-arm64-3.9/torch/testing/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/testing 2024-08-20T21:53:19.8335460Z copying build/lib.macosx-11.1-arm64-3.9/torch/_vmap_internals.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8337010Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-20T21:53:19.8337510Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/triton.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-20T21:53:19.8338870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/infer_schema.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-20T21:53:19.8339800Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/simple_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-20T21:53:19.8341000Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-20T21:53:19.8342150Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-20T21:53:19.8343340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/fake_impl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-20T21:53:19.8344250Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-20T21:53:19.8345450Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-20T21:53:19.8346480Z copying build/lib.macosx-11.1-arm64-3.9/torch/_library/fake_class_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_library 2024-08-20T21:53:19.8347690Z copying build/lib.macosx-11.1-arm64-3.9/torch/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8349180Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lowrank.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8350260Z copying build/lib.macosx-11.1-arm64-3.9/torch/_appdirs.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8351710Z creating build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-08-20T21:53:19.8352240Z copying build/lib.macosx-11.1-arm64-3.9/torch/amp/autocast_mode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-08-20T21:53:19.8353660Z copying build/lib.macosx-11.1-arm64-3.9/torch/amp/grad_scaler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-08-20T21:53:19.8354870Z copying build/lib.macosx-11.1-arm64-3.9/torch/amp/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/amp 2024-08-20T21:53:19.8356380Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8356800Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_ir_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8358210Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_monkeytype_config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8358970Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_decompositions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8360200Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_recursive.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8361630Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8370140Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_serialization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8372030Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/quantized.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8372470Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_script.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8374230Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_script.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8375020Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_shape_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8376730Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_decomposition_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8377420Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_freeze.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8378730Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_pickle.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8379520Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_check.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8380900Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/unsupported_tensor_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8385500Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/frontend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8386880Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/supported_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8388300Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8393360Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_fuser.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8394810Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_builtins.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8396970Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_dataclass_impls.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8403970Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8406990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit/_passes 2024-08-20T21:53:19.8407500Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_passes/_property_propagation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit/_passes 2024-08-20T21:53:19.8409030Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_passes/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit/_passes 2024-08-20T21:53:19.8409530Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/generate_bytecode.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8410890Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_state.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8412060Z creating build/bdist.macosx-11.1-arm64/wheel/torch/jit/mobile 2024-08-20T21:53:19.8412600Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/mobile/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit/mobile 2024-08-20T21:53:19.8413680Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_async.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8415130Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/annotations.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8416390Z copying build/lib.macosx-11.1-arm64-3.9/torch/jit/_await.py -> build/bdist.macosx-11.1-arm64/wheel/torch/jit 2024-08-20T21:53:19.8417840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8418340Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/cache_size.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8419780Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/callback.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8420540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/comptime.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8421920Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/logging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8422750Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8424180Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/hooks.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8424940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8426370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/guards.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8427990Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/test_minifier_common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8428810Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/create_parameter_op.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8435220Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/device_interface.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8435480Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-20T21:53:19.8435980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-20T21:53:19.8436450Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-20T21:53:19.8436940Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/debugging.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-20T21:53:19.8437490Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-20T21:53:19.8437960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/common.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-20T21:53:19.8438480Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/inductor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-20T21:53:19.8438960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/onnxrt.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-20T21:53:19.8439430Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/tvm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-20T21:53:19.8440370Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/cudagraphs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-20T21:53:19.8441400Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/tensorrt.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-20T21:53:19.8442830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/backends/torchxla.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/backends 2024-08-20T21:53:19.8443590Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8444690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/mutation_guard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8446070Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8446910Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/bytecode_analysis.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8448420Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/tensor_version_op.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8449080Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/external_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8450430Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/test_case.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8451960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8452850Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/resume_execution.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8454320Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/output_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8455840Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/compiled_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8456840Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/exc.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8458290Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8460190Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8460700Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8462270Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/iter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8462950Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/misc.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8464680Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/lists.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8465670Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/script_object.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8467160Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/torch_function.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8467810Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8469190Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/user_defined.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8470570Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/nn_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8471510Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/builder.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8473500Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8474580Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/higher_order_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8476230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/sdpa.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8477150Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/distributed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8478100Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/optimizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8479530Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/builtin.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8480960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/constant.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8481710Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/lazy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8483130Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/torch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8484260Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/ctx_manager.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8485510Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/dicts.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8486930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/variables/base.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/variables 2024-08-20T21:53:19.8488280Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-08-20T21:53:19.8488760Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro/after_dynamo.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-08-20T21:53:19.8490170Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-08-20T21:53:19.8490670Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/repro/after_aot.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo/repro 2024-08-20T21:53:19.8492160Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/replay_record.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8493090Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/side_effects.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8494540Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/trace_rules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8496270Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/bytecode_transformation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8497660Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/convert_frame.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8499080Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/funcname_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8499900Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/polyfill.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8501360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/testing.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8501890Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8503210Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/symbolic_convert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8504950Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/codegen.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8506410Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/source.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8507000Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/eval_frame.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8508560Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/code_context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8509330Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/current_scope_id.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8510650Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/debug_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8511980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_dynamo/decorators.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_dynamo 2024-08-20T21:53:19.8513320Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-20T21:53:19.8513720Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/metrics.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-20T21:53:19.8514680Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-20T21:53:19.8516090Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-20T21:53:19.8516880Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/tensor_factory_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-20T21:53:19.8517830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/debug.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-20T21:53:19.8518830Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/extract_compiled_graph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-20T21:53:19.8519890Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/ir_cache.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-20T21:53:19.8521230Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/ts_backend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-20T21:53:19.8521980Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/computation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-20T21:53:19.8523320Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/closure.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-20T21:53:19.8524130Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lazy/device_context.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_lazy 2024-08-20T21:53:19.8525370Z copying build/lib.macosx-11.1-arm64-3.9/torch/storage.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:19.8526910Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao 2024-08-20T21:53:19.8527510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn 2024-08-20T21:53:19.8528690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat 2024-08-20T21:53:19.8529300Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic 2024-08-20T21:53:19.8530040Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic 2024-08-20T21:53:19.8531550Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2024-08-20T21:53:19.8532160Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2024-08-20T21:53:19.8533100Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/dynamic/modules 2024-08-20T21:53:19.8534040Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat 2024-08-20T21:53:19.8535500Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-08-20T21:53:19.8536020Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-08-20T21:53:19.8537030Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-08-20T21:53:19.8538430Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-08-20T21:53:19.8539210Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/qat/modules 2024-08-20T21:53:19.8540660Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized 2024-08-20T21:53:19.8541250Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic 2024-08-20T21:53:19.8542040Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic 2024-08-20T21:53:19.8543440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-08-20T21:53:19.8544090Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-08-20T21:53:19.8545030Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-08-20T21:53:19.8546210Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-08-20T21:53:19.8547840Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-08-20T21:53:19.8548600Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized 2024-08-20T21:53:19.8550110Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/functional.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized 2024-08-20T21:53:19.8551360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-20T21:53:19.8551960Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-20T21:53:19.8553020Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-20T21:53:19.8554300Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-20T21:53:19.8555380Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-20T21:53:19.8556830Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-20T21:53:19.8557700Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-20T21:53:19.8559290Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-20T21:53:19.8559960Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-20T21:53:19.8561510Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-20T21:53:19.8562300Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-20T21:53:19.8563380Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/modules 2024-08-20T21:53:19.8564840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference 2024-08-20T21:53:19.8565460Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference 2024-08-20T21:53:19.8566940Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:19.8567630Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:19.8568520Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:19.8569640Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:19.8570830Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:19.8571880Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:19.8572930Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantized/reference/modules 2024-08-20T21:53:19.8574100Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn 2024-08-20T21:53:19.8575560Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable 2024-08-20T21:53:19.8576070Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable 2024-08-20T21:53:19.8577540Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2024-08-20T21:53:19.8578240Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2024-08-20T21:53:19.8579240Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2024-08-20T21:53:19.8580720Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/quantizable/modules 2024-08-20T21:53:19.8581840Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic 2024-08-20T21:53:19.8582610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat 2024-08-20T21:53:19.8583310Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat 2024-08-20T21:53:19.8584890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-08-20T21:53:19.8585590Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-08-20T21:53:19.8587030Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-08-20T21:53:19.8588080Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-08-20T21:53:19.8589690Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-08-20T21:53:19.8590950Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized 2024-08-20T21:53:19.8591590Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2024-08-20T21:53:19.8592460Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2024-08-20T21:53:19.8593960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-08-20T21:53:19.8594740Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-08-20T21:53:19.8595640Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-08-20T21:53:19.8596500Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized 2024-08-20T21:53:19.8597920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-08-20T21:53:19.8598580Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-08-20T21:53:19.8599830Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-08-20T21:53:19.8601060Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-08-20T21:53:19.8602050Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-08-20T21:53:19.8603060Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-08-20T21:53:19.8604520Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic 2024-08-20T21:53:19.8605440Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/modules 2024-08-20T21:53:19.8606010Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/modules 2024-08-20T21:53:19.8611940Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/intrinsic/modules 2024-08-20T21:53:19.8612470Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse 2024-08-20T21:53:19.8612720Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2024-08-20T21:53:19.8612990Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-08-20T21:53:19.8613630Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-08-20T21:53:19.8614300Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-08-20T21:53:19.8614860Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2024-08-20T21:53:19.8615410Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2024-08-20T21:53:19.8615960Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse/quantized 2024-08-20T21:53:19.8616420Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/nn/sparse/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/nn/sparse 2024-08-20T21:53:19.8617200Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2024-08-20T21:53:19.8618610Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-20T21:53:19.8619060Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/graph_passes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-20T21:53:19.8620830Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/weight_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-20T21:53:19.8621830Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/graph_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-20T21:53:19.8623260Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-20T21:53:19.8623750Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-20T21:53:19.8625430Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/pattern_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-20T21:53:19.8626110Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/ns_types.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-20T21:53:19.8627520Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-20T21:53:19.8628830Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-20T21:53:19.8630400Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns/fx 2024-08-20T21:53:19.8631030Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/_numeric_suite.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2024-08-20T21:53:19.8632640Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2024-08-20T21:53:19.8633280Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/ns 2024-08-20T21:53:19.8634870Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao 2024-08-20T21:53:19.8636120Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8636800Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/observer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8638400Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fuse_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8639660Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8641110Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8641830Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8642760Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8644270Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8645010Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8646090Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/native.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8647150Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8647970Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/onednn.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8649460Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8650430Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8651580Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/executorch.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8653300Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8654090Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/x86.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8655770Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/backend_config 2024-08-20T21:53:19.8656450Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantization_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8657580Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/_correct_bias.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8659220Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-20T21:53:19.8659810Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/port_metadata_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-20T21:53:19.8660780Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/export_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-20T21:53:19.8661870Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/qat_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-20T21:53:19.8663360Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-20T21:53:19.8664420Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/graph_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-20T21:53:19.8665430Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-20T21:53:19.8666760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e/representation 2024-08-20T21:53:19.8667490Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/representation/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e/representation 2024-08-20T21:53:19.8668730Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/representation/rewrite.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e/representation 2024-08-20T21:53:19.8669750Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-20T21:53:19.8671340Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-20T21:53:19.8672180Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/pt2e/_numeric_debugger.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/pt2e 2024-08-20T21:53:19.8673180Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8674760Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8675460Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/graph_module.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8676960Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8678090Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_equalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8679520Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8680440Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/convert.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8682010Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8683580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-08-20T21:53:19.8684210Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-08-20T21:53:19.8685990Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-08-20T21:53:19.8686950Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-08-20T21:53:19.8688440Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-08-20T21:53:19.8689080Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx/_model_report 2024-08-20T21:53:19.8690260Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/quantize_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8691660Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8692690Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8694160Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8695930Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/custom_config.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8696710Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/fuse.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8698230Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8698950Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/match_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8700910Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/prepare.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8702400Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/tracer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8703340Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/_decomposed.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8705000Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/fuse_handler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8705930Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fx/lstm_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/fx 2024-08-20T21:53:19.8707190Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/_equalize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8708680Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fake_quantize.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8709570Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/qconfig.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8711010Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8711970Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/qconfig_mapping.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8713230Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8713990Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8715670Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8716250Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantize_jit.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8717740Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantize_pt2e.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8719030Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-20T21:53:19.8719660Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/embedding_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-20T21:53:19.8720970Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-20T21:53:19.8722500Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-20T21:53:19.8723260Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/composable_quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-20T21:53:19.8724220Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-20T21:53:19.8725680Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/quantizer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-20T21:53:19.8726500Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-20T21:53:19.8727470Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization/quantizer 2024-08-20T21:53:19.8728940Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quant_type.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8729710Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/quantization/quantize_fx.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/quantization 2024-08-20T21:53:19.8731520Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning 2024-08-20T21:53:19.8732100Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-08-20T21:53:19.8733020Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-08-20T21:53:19.8734410Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-08-20T21:53:19.8734990Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-08-20T21:53:19.8735990Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-08-20T21:53:19.8737430Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/sparsifier 2024-08-20T21:53:19.8738510Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental 2024-08-20T21:53:19.8739770Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-08-20T21:53:19.8740370Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-08-20T21:53:19.8741260Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-20T21:53:19.8742250Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-20T21:53:19.8743340Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-20T21:53:19.8744650Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-08-20T21:53:19.8745750Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-08-20T21:53:19.8746730Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-08-20T21:53:19.8747740Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-08-20T21:53:19.8749320Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-08-20T21:53:19.8750290Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-08-20T21:53:19.8751460Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:19.8752100Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:19.8753150Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:19.8754660Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:19.8755450Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:19.8756770Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:19.8758350Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:19.8759130Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:19.8760250Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/pruner/match_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/pruner 2024-08-20T21:53:19.8761220Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental 2024-08-20T21:53:19.8762450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-08-20T21:53:19.8763230Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-08-20T21:53:19.8764350Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-08-20T21:53:19.8765360Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-08-20T21:53:19.8766130Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-08-20T21:53:19.8767250Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-08-20T21:53:19.8768400Z creating build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-08-20T21:53:19.8769230Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-08-20T21:53:19.8770720Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-08-20T21:53:19.8771710Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-08-20T21:53:19.8772490Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning/scheduler 2024-08-20T21:53:19.8773450Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning 2024-08-20T21:53:19.8774590Z copying build/lib.macosx-11.1-arm64-3.9/torch/ao/pruning/_mappings.py -> build/bdist.macosx-11.1-arm64/wheel/torch/ao/pruning 2024-08-20T21:53:19.8775800Z creating build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2024-08-20T21:53:19.8776350Z copying build/lib.macosx-11.1-arm64-3.9/torch/mtia/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2024-08-20T21:53:19.8777410Z copying build/lib.macosx-11.1-arm64-3.9/torch/mtia/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/mtia 2024-08-20T21:53:19.8778740Z creating build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-20T21:53:19.8779300Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libtorch_python.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-20T21:53:19.9473550Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libtorch.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-20T21:53:19.9474240Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libtorch_global_deps.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-20T21:53:19.9475720Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libomp.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-20T21:53:19.9480310Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libtorch_cpu.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-20T21:53:21.7869940Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libc10.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-20T21:53:21.7876110Z copying build/lib.macosx-11.1-arm64-3.9/torch/lib/libshm.dylib -> build/bdist.macosx-11.1-arm64/wheel/torch/lib 2024-08-20T21:53:21.7877820Z copying build/lib.macosx-11.1-arm64-3.9/torch/_VF.pyi -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:21.7884380Z copying build/lib.macosx-11.1-arm64-3.9/torch/_compile.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:21.7885450Z copying build/lib.macosx-11.1-arm64-3.9/torch/py.typed -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:21.7886380Z copying build/lib.macosx-11.1-arm64-3.9/torch/_lobpcg.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:21.7888180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-08-20T21:53:21.7888960Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/linalg 2024-08-20T21:53:21.7889690Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/linalg/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs/linalg 2024-08-20T21:53:21.7891180Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn 2024-08-20T21:53:21.7891860Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/nn/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn 2024-08-20T21:53:21.7892970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn/functional 2024-08-20T21:53:21.7893790Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/nn/functional/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs/nn/functional 2024-08-20T21:53:21.7894910Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-08-20T21:53:21.7895910Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-08-20T21:53:21.7898390Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_refs/special 2024-08-20T21:53:21.7899140Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/special/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs/special 2024-08-20T21:53:21.7900110Z copying build/lib.macosx-11.1-arm64-3.9/torch/_refs/fft.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_refs 2024-08-20T21:53:21.7901670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/fft 2024-08-20T21:53:21.7902380Z copying build/lib.macosx-11.1-arm64-3.9/torch/fft/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/fft 2024-08-20T21:53:21.7903290Z copying build/lib.macosx-11.1-arm64-3.9/torch/__future__.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:21.7904890Z creating build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-20T21:53:21.7905620Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/_memory_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-20T21:53:21.7906670Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/itt.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-20T21:53:21.7908110Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/_pattern_matcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-20T21:53:21.7909190Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-20T21:53:21.7910260Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-20T21:53:21.7911450Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/python_tracer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-20T21:53:21.7912480Z copying build/lib.macosx-11.1-arm64-3.9/torch/profiler/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/profiler 2024-08-20T21:53:21.7914000Z creating build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-20T21:53:21.7914730Z copying build/lib.macosx-11.1-arm64-3.9/torch/sparse/_semi_structured_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-20T21:53:21.7915800Z copying build/lib.macosx-11.1-arm64-3.9/torch/sparse/_semi_structured_conversions.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-20T21:53:21.7916880Z copying build/lib.macosx-11.1-arm64-3.9/torch/sparse/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-20T21:53:21.7917930Z copying build/lib.macosx-11.1-arm64-3.9/torch/sparse/semi_structured.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-20T21:53:21.7919550Z copying build/lib.macosx-11.1-arm64-3.9/torch/sparse/_triton_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-20T21:53:21.7920690Z copying build/lib.macosx-11.1-arm64-3.9/torch/sparse/_triton_ops_meta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/sparse 2024-08-20T21:53:21.7924160Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_awaits 2024-08-20T21:53:21.7924900Z copying build/lib.macosx-11.1-arm64-3.9/torch/_awaits/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_awaits 2024-08-20T21:53:21.7931580Z copying build/lib.macosx-11.1-arm64-3.9/torch/_guards.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:21.7932360Z copying build/lib.macosx-11.1-arm64-3.9/torch/_deploy.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:21.7933160Z copying build/lib.macosx-11.1-arm64-3.9/torch/_python_dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:21.7933790Z creating build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-20T21:53:21.7934460Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/_safeguard.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-20T21:53:21.7935150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/export/experimental 2024-08-20T21:53:21.7935980Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export/experimental 2024-08-20T21:53:21.7937050Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/exported_program.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-20T21:53:21.7937970Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/unflatten.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-20T21:53:21.7938870Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/custom_obj.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-20T21:53:21.7939860Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/_remove_effect_tokens_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-20T21:53:21.7940900Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/_remove_auto_functionalized_pass.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-20T21:53:21.7941820Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-20T21:53:21.7942690Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/_unlift.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-20T21:53:21.7943560Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/_trace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-20T21:53:21.7944460Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/graph_signature.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-20T21:53:21.7945380Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/dynamic_shapes.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-20T21:53:21.7946290Z copying build/lib.macosx-11.1-arm64-3.9/torch/export/_tree_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/export 2024-08-20T21:53:21.7946940Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nested 2024-08-20T21:53:21.7947410Z creating build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-08-20T21:53:21.7948220Z copying build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal/nested_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-08-20T21:53:21.7949260Z copying build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-08-20T21:53:21.7950250Z copying build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal/ops.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-08-20T21:53:21.7951340Z copying build/lib.macosx-11.1-arm64-3.9/torch/nested/_internal/sdpa.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested/_internal 2024-08-20T21:53:21.7952410Z copying build/lib.macosx-11.1-arm64-3.9/torch/nested/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/nested 2024-08-20T21:53:21.7953500Z copying build/lib.macosx-11.1-arm64-3.9/torch/_classes.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:21.7955150Z creating build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-08-20T21:53:21.7955930Z copying build/lib.macosx-11.1-arm64-3.9/torch/_strobelight/cli_function_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-08-20T21:53:21.7956960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_strobelight/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-08-20T21:53:21.7957950Z copying build/lib.macosx-11.1-arm64-3.9/torch/_strobelight/compile_time_profiler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/_strobelight 2024-08-20T21:53:21.7958820Z creating build/bdist.macosx-11.1-arm64/wheel/torch/compiler 2024-08-20T21:53:21.7959510Z copying build/lib.macosx-11.1-arm64-3.9/torch/compiler/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/compiler 2024-08-20T21:53:21.7960450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/signal 2024-08-20T21:53:21.7961140Z copying build/lib.macosx-11.1-arm64-3.9/torch/signal/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/signal 2024-08-20T21:53:21.7980580Z creating build/bdist.macosx-11.1-arm64/wheel/torch/signal/windows 2024-08-20T21:53:21.7981350Z copying build/lib.macosx-11.1-arm64-3.9/torch/signal/windows/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/signal/windows 2024-08-20T21:53:21.7986710Z copying build/lib.macosx-11.1-arm64-3.9/torch/signal/windows/windows.py -> build/bdist.macosx-11.1-arm64/wheel/torch/signal/windows 2024-08-20T21:53:21.7990270Z copying build/lib.macosx-11.1-arm64-3.9/torch/serialization.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:21.8008230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8009060Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/inverse_gamma.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8015640Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/laplace.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8016780Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/relaxed_bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8017820Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/categorical.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8018840Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/transforms.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8020020Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/dirichlet.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8024510Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/log_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8025640Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/transformed_distribution.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8028940Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/geometric.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8030000Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/weibull.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8032090Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/studentT.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8035480Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/multivariate_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8038050Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8039140Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/poisson.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8040960Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/beta.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8042130Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/kumaraswamy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8043240Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/half_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8044400Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/relaxed_categorical.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8049630Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8055090Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/half_cauchy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8057390Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8062170Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/lkj_cholesky.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8119040Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/independent.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8163990Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/multinomial.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8175780Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/exponential.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8177500Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/pareto.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8178650Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/negative_binomial.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8179770Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/cauchy.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8187520Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/von_mises.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8188530Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/distribution.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8189540Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/gumbel.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8190690Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/constraint_registry.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8191770Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8195220Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/kl.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8214590Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/mixture_same_family.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8221540Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/continuous_bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8222610Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/fishersnedecor.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8223640Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/constraints.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8224680Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/uniform.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8228680Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/bernoulli.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8238540Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/exp_family.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8240940Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/logistic_normal.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8242000Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/one_hot_categorical.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8243150Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/wishart.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8248940Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/gamma.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8249970Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/chi2.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8250960Z copying build/lib.macosx-11.1-arm64-3.9/torch/distributions/binomial.py -> build/bdist.macosx-11.1-arm64/wheel/torch/distributions 2024-08-20T21:53:21.8251670Z creating build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8252440Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/package_exporter.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8253380Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/file_structure_representation.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8254280Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_mock.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8255140Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/importer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8257090Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_stdlib.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8261230Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_mangling.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8262160Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8263200Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/package_importer.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8264290Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_package_unpickler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8290330Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/glob_group.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8296600Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/find_file_dependencies.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8299250Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_package_pickler.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8301050Z creating build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-08-20T21:53:21.8301860Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/analyze/trace_dependencies.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-08-20T21:53:21.8303020Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-08-20T21:53:21.8304120Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/analyze/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-08-20T21:53:21.8305170Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/analyze/is_from_package.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package/analyze 2024-08-20T21:53:21.8306200Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_importlib.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8307140Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_directory_reader.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8308070Z copying build/lib.macosx-11.1-arm64-3.9/torch/package/_digraph.py -> build/bdist.macosx-11.1-arm64/wheel/torch/package 2024-08-20T21:53:21.8308960Z copying build/lib.macosx-11.1-arm64-3.9/torch/_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:21.8310870Z copying build/lib.macosx-11.1-arm64-3.9/torch/_C.cpython-39-darwin.so -> build/bdist.macosx-11.1-arm64/wheel/torch 2024-08-20T21:53:21.8312640Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share 2024-08-20T21:53:21.8313970Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake 2024-08-20T21:53:21.8314810Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-20T21:53:21.8315680Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-20T21:53:21.8316860Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-20T21:53:21.8317880Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-08-20T21:53:21.8318980Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-08-20T21:53:21.8320370Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-08-20T21:53:21.8321450Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-20T21:53:21.8322680Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-20T21:53:21.8323920Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-20T21:53:21.8325180Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-20T21:53:21.8326870Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-20T21:53:21.8328600Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-20T21:53:21.8330290Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-08-20T21:53:21.8331930Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-20T21:53:21.8333500Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-20T21:53:21.8335080Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-08-20T21:53:21.8336140Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-20T21:53:21.8337100Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-20T21:53:21.8338420Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-20T21:53:21.8339710Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-20T21:53:21.8340940Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-20T21:53:21.8342190Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-20T21:53:21.8343410Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-20T21:53:21.8344620Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-20T21:53:21.8345820Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-20T21:53:21.8347080Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/public/xpu.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2/public 2024-08-20T21:53:21.8348240Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-20T21:53:21.8349610Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-20T21:53:21.8350790Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-20T21:53:21.8352000Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Caffe2 2024-08-20T21:53:21.8352860Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Torch 2024-08-20T21:53:21.8353700Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Torch 2024-08-20T21:53:21.8354860Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/Torch 2024-08-20T21:53:21.8355690Z creating build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/ATen 2024-08-20T21:53:21.8356500Z copying build/lib.macosx-11.1-arm64-3.9/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.macosx-11.1-arm64/wheel/torch/share/cmake/ATen 2024-08-20T21:53:21.8357230Z creating build/bdist.macosx-11.1-arm64/wheel/torch/func 2024-08-20T21:53:21.8357920Z copying build/lib.macosx-11.1-arm64-3.9/torch/func/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torch/func 2024-08-20T21:53:21.8359700Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.8360410Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/native_function_generation.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.8361550Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2024-08-20T21:53:21.8362490Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build/selector.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2024-08-20T21:53:21.8363700Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build/operator.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2024-08-20T21:53:21.8364960Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/selective_build/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/selective_build 2024-08-20T21:53:21.8365920Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen_vmap_plumbing.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.8366740Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.8368710Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged 2024-08-20T21:53:21.8369340Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8370340Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/load_derivatives.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8371490Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/build.bzl -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8372650Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8373820Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_python_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8375080Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_autograd_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8376340Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_variable_factories.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8377480Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8378650Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_variable_type.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8379790Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/README.md -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8385590Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/context.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8386750Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8387940Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/deprecated.yaml -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8389070Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/BUILD.bazel -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8389930Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8390930Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_return_types.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8392280Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8393630Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8394970Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8396320Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8397740Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8399120Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8400470Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/ViewFuncs.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8401810Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_return_types.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8403200Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8404550Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/TraceType.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8405890Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8407280Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8408590Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_functions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8409990Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8411360Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/VariableType.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8412710Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8413970Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/VariableType.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8415180Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8416450Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8417840Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/variable_factories.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8419160Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8420460Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/templates/Functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd/templates 2024-08-20T21:53:21.8421620Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_trace_type.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.8535980Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.9130080Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/derivatives.yaml -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.9132670Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/autograd/gen_view_funcs.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/autograd 2024-08-20T21:53:21.9134260Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen 2024-08-20T21:53:21.9135560Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/native 2024-08-20T21:53:21.9136850Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/native 2024-08-20T21:53:21.9142590Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/native 2024-08-20T21:53:21.9144510Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9145920Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9147730Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9149510Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9151550Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9153420Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9155320Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9157100Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9159040Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9160850Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9162660Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9164720Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9166420Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9168220Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9169990Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9174790Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9183580Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9185280Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9187020Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9188790Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9190380Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9192020Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9193720Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9195370Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9197050Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9198820Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9211450Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9213410Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9215270Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9217030Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9218920Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9220780Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9222540Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9224260Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9226040Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9227970Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9229760Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/Function.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9231540Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9233390Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9235140Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.macosx-11.1-arm64/wheel/torchgen/packaged/ATen/templates 2024-08-20T21:53:21.9236290Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-08-20T21:53:21.9237420Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime/config.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-08-20T21:53:21.9238840Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-08-20T21:53:21.9240280Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime/generator.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-08-20T21:53:21.9243180Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/static_runtime 2024-08-20T21:53:21.9244610Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen_executorch.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.9252850Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/local.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.9254220Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen_functionalization_type.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.9255530Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/code_template.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.9256810Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2024-08-20T21:53:21.9257870Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2024-08-20T21:53:21.9259360Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2024-08-20T21:53:21.9260860Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/operator_versions 2024-08-20T21:53:21.9262080Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.9263110Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/yaml_utils.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.9264230Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen_aoti_c_shim.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.9266040Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/model.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.9268060Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/context.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.9269360Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/utils.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.9271250Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-20T21:53:21.9272140Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/dest/lazy_ts_lowering.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-20T21:53:21.9273370Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/dest/ufunc.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-20T21:53:21.9274990Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/dest/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-20T21:53:21.9276430Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/dest/native_functions.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-20T21:53:21.9277670Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/dest/lazy_ir.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-20T21:53:21.9279340Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/dest/register_dispatch_key.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/dest 2024-08-20T21:53:21.9281330Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9282580Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/dispatcher.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9283740Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/translate.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9285570Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-08-20T21:53:21.9286500Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/types/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-08-20T21:53:21.9287810Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/types/types.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-08-20T21:53:21.9289180Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/types/signatures.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-08-20T21:53:21.9290610Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/types/types_base.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api/types 2024-08-20T21:53:21.9291950Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/ufunc.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9293270Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9294410Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/native.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9295580Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9297100Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/unboxing.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9298530Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/functionalization.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9299820Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/autograd.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9301330Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/structured.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9302640Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/python.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9304410Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/lazy.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9305670Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/api/meta.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/api 2024-08-20T21:53:21.9306900Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen_backend_stubs.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.9308810Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-08-20T21:53:21.9309690Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-08-20T21:53:21.9310810Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/model.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-08-20T21:53:21.9311930Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-08-20T21:53:21.9312920Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2024-08-20T21:53:21.9313930Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2024-08-20T21:53:21.9315260Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types/types.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2024-08-20T21:53:21.9316610Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/types/signatures.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api/types 2024-08-20T21:53:21.9317970Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/custom_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-08-20T21:53:21.9319200Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-08-20T21:53:21.9320410Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/unboxing.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-08-20T21:53:21.9321680Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/api/et_cpp.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch/api 2024-08-20T21:53:21.9322830Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/executorch/parse.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/executorch 2024-08-20T21:53:21.9323800Z creating build/bdist.macosx-11.1-arm64/wheel/torchgen/aoti 2024-08-20T21:53:21.9324580Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/aoti/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/aoti 2024-08-20T21:53:21.9325620Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/aoti/fallback_ops.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen/aoti 2024-08-20T21:53:21.9326790Z copying build/lib.macosx-11.1-arm64-3.9/torchgen/gen_lazy_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/torchgen 2024-08-20T21:53:21.9328500Z creating build/bdist.macosx-11.1-arm64/wheel/functorch 2024-08-20T21:53:21.9329550Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-08-20T21:53:21.9330490Z copying build/lib.macosx-11.1-arm64-3.9/functorch/experimental/control_flow.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-08-20T21:53:21.9331740Z copying build/lib.macosx-11.1-arm64-3.9/functorch/experimental/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-08-20T21:53:21.9332950Z copying build/lib.macosx-11.1-arm64-3.9/functorch/experimental/ops.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/experimental 2024-08-20T21:53:21.9334240Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src 2024-08-20T21:53:21.9335320Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/make_functional 2024-08-20T21:53:21.9336310Z copying build/lib.macosx-11.1-arm64-3.9/functorch/_src/make_functional/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src/make_functional 2024-08-20T21:53:21.9337470Z copying build/lib.macosx-11.1-arm64-3.9/functorch/_src/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src 2024-08-20T21:53:21.9338600Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/eager_transforms 2024-08-20T21:53:21.9339610Z copying build/lib.macosx-11.1-arm64-3.9/functorch/_src/eager_transforms/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src/eager_transforms 2024-08-20T21:53:21.9340860Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/aot_autograd 2024-08-20T21:53:21.9341860Z copying build/lib.macosx-11.1-arm64-3.9/functorch/_src/aot_autograd/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src/aot_autograd 2024-08-20T21:53:21.9342930Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/_src/vmap 2024-08-20T21:53:21.9343810Z copying build/lib.macosx-11.1-arm64-3.9/functorch/_src/vmap/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/_src/vmap 2024-08-20T21:53:21.9345280Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-20T21:53:21.9346080Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/magic_trace.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-20T21:53:21.9347270Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-20T21:53:21.9348550Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/delayed_mul_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-20T21:53:21.9349790Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/op_properties.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-20T21:53:21.9351090Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/batch_tensor.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-20T21:53:21.9352270Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/wrap_type.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-20T21:53:21.9353440Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/reference.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-20T21:53:21.9354950Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/dim.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-20T21:53:21.9356290Z copying build/lib.macosx-11.1-arm64-3.9/functorch/dim/tree_map.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/dim 2024-08-20T21:53:21.9357600Z copying build/lib.macosx-11.1-arm64-3.9/functorch/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch 2024-08-20T21:53:21.9359100Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/compile 2024-08-20T21:53:21.9365270Z copying build/lib.macosx-11.1-arm64-3.9/functorch/compile/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/compile 2024-08-20T21:53:21.9366080Z creating build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-08-20T21:53:21.9366900Z copying build/lib.macosx-11.1-arm64-3.9/functorch/einops/_parsing.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-08-20T21:53:21.9367960Z copying build/lib.macosx-11.1-arm64-3.9/functorch/einops/__init__.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-08-20T21:53:21.9369110Z copying build/lib.macosx-11.1-arm64-3.9/functorch/einops/rearrange.py -> build/bdist.macosx-11.1-arm64/wheel/functorch/einops 2024-08-20T21:53:21.9370180Z copying build/lib.macosx-11.1-arm64-3.9/functorch/_C.cpython-39-darwin.so -> build/bdist.macosx-11.1-arm64/wheel/functorch 2024-08-20T21:53:21.9370830Z running install_egg_info 2024-08-20T21:53:22.1068990Z running egg_info 2024-08-20T21:53:22.1069330Z creating torch.egg-info 2024-08-20T21:53:22.1457350Z writing torch.egg-info/PKG-INFO 2024-08-20T21:53:22.1740830Z writing dependency_links to torch.egg-info/dependency_links.txt 2024-08-20T21:53:22.2538810Z writing entry points to torch.egg-info/entry_points.txt 2024-08-20T21:53:22.3077450Z writing requirements to torch.egg-info/requires.txt 2024-08-20T21:53:22.3350880Z writing top-level names to torch.egg-info/top_level.txt 2024-08-20T21:53:22.3352160Z writing manifest file 'torch.egg-info/SOURCES.txt' 2024-08-20T21:53:22.6381270Z reading manifest file 'torch.egg-info/SOURCES.txt' 2024-08-20T21:53:22.6381790Z reading manifest template 'MANIFEST.in' 2024-08-20T21:53:26.3569520Z warning: no files found matching '*.*' under directory 'modules' 2024-08-20T21:53:26.4318140Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-08-20T21:53:26.7775210Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-08-20T21:53:26.7775710Z adding license file 'LICENSE' 2024-08-20T21:53:26.7776000Z adding license file 'NOTICE' 2024-08-20T21:53:27.4870900Z writing manifest file 'torch.egg-info/SOURCES.txt' 2024-08-20T21:53:27.5159110Z Copying torch.egg-info to build/bdist.macosx-11.1-arm64/wheel/torch-2.5.0a0+git40ec5f6-py3.9.egg-info 2024-08-20T21:53:27.5370640Z running install_scripts 2024-08-20T21:53:27.6517220Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2024-08-20T21:53:27.6517960Z adding license file "NOTICE" (matched pattern "NOTICE*") 2024-08-20T21:53:27.6707600Z creating build/bdist.macosx-11.1-arm64/wheel/torch-2.5.0a0+git40ec5f6.dist-info/WHEEL 2024-08-20T21:53:27.6710250Z creating 'dist/torch-2.5.0a0+git40ec5f6-cp39-cp39-macosx_11_0_arm64.whl' and adding 'build/bdist.macosx-11.1-arm64/wheel' to it 2024-08-20T21:53:27.6851120Z adding 'functorch/_C.cpython-39-darwin.so' 2024-08-20T21:53:27.6855340Z adding 'functorch/__init__.py' 2024-08-20T21:53:27.6856550Z adding 'functorch/_src/__init__.py' 2024-08-20T21:53:27.6857850Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-08-20T21:53:27.6859110Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-08-20T21:53:27.6859990Z adding 'functorch/_src/make_functional/__init__.py' 2024-08-20T21:53:27.6861120Z adding 'functorch/_src/vmap/__init__.py' 2024-08-20T21:53:27.6862200Z adding 'functorch/compile/__init__.py' 2024-08-20T21:53:27.6864060Z adding 'functorch/dim/__init__.py' 2024-08-20T21:53:27.6865190Z adding 'functorch/dim/batch_tensor.py' 2024-08-20T21:53:27.6866500Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-08-20T21:53:27.6868010Z adding 'functorch/dim/dim.py' 2024-08-20T21:53:27.6869210Z adding 'functorch/dim/magic_trace.py' 2024-08-20T21:53:27.6870980Z adding 'functorch/dim/op_properties.py' 2024-08-20T21:53:27.6876770Z adding 'functorch/dim/reference.py' 2024-08-20T21:53:27.6877440Z adding 'functorch/dim/tree_map.py' 2024-08-20T21:53:27.6878590Z adding 'functorch/dim/wrap_type.py' 2024-08-20T21:53:27.6879670Z adding 'functorch/einops/__init__.py' 2024-08-20T21:53:27.6882650Z adding 'functorch/einops/_parsing.py' 2024-08-20T21:53:27.6884930Z adding 'functorch/einops/rearrange.py' 2024-08-20T21:53:27.6886100Z adding 'functorch/experimental/__init__.py' 2024-08-20T21:53:27.6887080Z adding 'functorch/experimental/control_flow.py' 2024-08-20T21:53:27.6887920Z adding 'functorch/experimental/ops.py' 2024-08-20T21:53:27.6892470Z adding 'torch/_C.cpython-39-darwin.so' 2024-08-20T21:53:27.6893660Z adding 'torch/_VF.py' 2024-08-20T21:53:27.7046780Z adding 'torch/_VF.pyi' 2024-08-20T21:53:27.7054210Z adding 'torch/__config__.py' 2024-08-20T21:53:27.7055930Z adding 'torch/__future__.py' 2024-08-20T21:53:27.7077480Z adding 'torch/__init__.py' 2024-08-20T21:53:27.7082710Z adding 'torch/_appdirs.py' 2024-08-20T21:53:27.7084390Z adding 'torch/_classes.py' 2024-08-20T21:53:27.7085780Z adding 'torch/_compile.py' 2024-08-20T21:53:27.7088910Z adding 'torch/_custom_ops.py' 2024-08-20T21:53:27.7090590Z adding 'torch/_deploy.py' 2024-08-20T21:53:27.7097590Z adding 'torch/_guards.py' 2024-08-20T21:53:27.7111110Z adding 'torch/_jit_internal.py' 2024-08-20T21:53:27.7118260Z adding 'torch/_linalg_utils.py' 2024-08-20T21:53:27.7123030Z adding 'torch/_lobpcg.py' 2024-08-20T21:53:27.7126070Z adding 'torch/_lowrank.py' 2024-08-20T21:53:27.7166000Z adding 'torch/_meta_registrations.py' 2024-08-20T21:53:27.7168930Z adding 'torch/_namedtensor_internals.py' 2024-08-20T21:53:27.7181030Z adding 'torch/_ops.py' 2024-08-20T21:53:27.7183590Z adding 'torch/_python_dispatcher.py' 2024-08-20T21:53:27.7185020Z adding 'torch/_size_docs.py' 2024-08-20T21:53:27.7186960Z adding 'torch/_sources.py' 2024-08-20T21:53:27.7188340Z adding 'torch/_storage_docs.py' 2024-08-20T21:53:27.7189580Z adding 'torch/_streambase.py' 2024-08-20T21:53:27.7202140Z adding 'torch/_tensor.py' 2024-08-20T21:53:27.7229490Z adding 'torch/_tensor_docs.py' 2024-08-20T21:53:27.7235790Z adding 'torch/_tensor_str.py' 2024-08-20T21:53:27.7324070Z adding 'torch/_torch_docs.py' 2024-08-20T21:53:27.7334980Z adding 'torch/_utils.py' 2024-08-20T21:53:27.7337680Z adding 'torch/_utils_internal.py' 2024-08-20T21:53:27.7340470Z adding 'torch/_vmap_internals.py' 2024-08-20T21:53:27.7344030Z adding 'torch/_weights_only_unpickler.py' 2024-08-20T21:53:27.7363460Z adding 'torch/functional.py' 2024-08-20T21:53:27.7371570Z adding 'torch/hub.py' 2024-08-20T21:53:27.7382800Z adding 'torch/library.py' 2024-08-20T21:53:27.7400050Z adding 'torch/overrides.py' 2024-08-20T21:53:27.7401660Z adding 'torch/py.typed' 2024-08-20T21:53:27.7404060Z adding 'torch/quasirandom.py' 2024-08-20T21:53:27.7406430Z adding 'torch/random.py' 2024-08-20T21:53:27.7407830Z adding 'torch/return_types.py' 2024-08-20T21:53:27.7409800Z adding 'torch/return_types.pyi' 2024-08-20T21:53:27.7426300Z adding 'torch/serialization.py' 2024-08-20T21:53:27.7435720Z adding 'torch/storage.py' 2024-08-20T21:53:27.7437430Z adding 'torch/torch_version.py' 2024-08-20T21:53:27.7438990Z adding 'torch/types.py' 2024-08-20T21:53:27.7439850Z adding 'torch/version.py' 2024-08-20T21:53:27.7591950Z adding 'torch/_C/_VariableFunctions.pyi' 2024-08-20T21:53:27.7655720Z adding 'torch/_C/__init__.pyi' 2024-08-20T21:53:27.7658630Z adding 'torch/_C/_aoti.pyi' 2024-08-20T21:53:27.7660130Z adding 'torch/_C/_autograd.pyi' 2024-08-20T21:53:27.7660890Z adding 'torch/_C/_cpu.pyi' 2024-08-20T21:53:27.7662240Z adding 'torch/_C/_cudnn.pyi' 2024-08-20T21:53:27.7662600Z adding 'torch/_C/_distributed_autograd.pyi' 2024-08-20T21:53:27.7666460Z adding 'torch/_C/_distributed_c10d.pyi' 2024-08-20T21:53:27.7668280Z adding 'torch/_C/_distributed_rpc.pyi' 2024-08-20T21:53:27.7668950Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-08-20T21:53:27.7669890Z adding 'torch/_C/_functions.pyi' 2024-08-20T21:53:27.7671200Z adding 'torch/_C/_functorch.pyi' 2024-08-20T21:53:27.7671780Z adding 'torch/_C/_itt.pyi' 2024-08-20T21:53:27.7672950Z adding 'torch/_C/_lazy.pyi' 2024-08-20T21:53:27.7673520Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-08-20T21:53:27.7674740Z adding 'torch/_C/_monitor.pyi' 2024-08-20T21:53:27.7676060Z adding 'torch/_C/_nn.pyi' 2024-08-20T21:53:27.7676690Z adding 'torch/_C/_nvtx.pyi' 2024-08-20T21:53:27.7677880Z adding 'torch/_C/_onnx.pyi' 2024-08-20T21:53:27.7679530Z adding 'torch/_C/_profiler.pyi' 2024-08-20T21:53:27.7680050Z adding 'torch/_C/_verbose.pyi' 2024-08-20T21:53:27.7681640Z adding 'torch/_awaits/__init__.py' 2024-08-20T21:53:27.7682510Z adding 'torch/_custom_op/__init__.py' 2024-08-20T21:53:27.7685370Z adding 'torch/_custom_op/autograd.py' 2024-08-20T21:53:27.7687560Z adding 'torch/_custom_op/functional.py' 2024-08-20T21:53:27.7692820Z adding 'torch/_custom_op/impl.py' 2024-08-20T21:53:27.7696380Z adding 'torch/_decomp/__init__.py' 2024-08-20T21:53:27.7733690Z adding 'torch/_decomp/decompositions.py' 2024-08-20T21:53:27.7737240Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-08-20T21:53:27.7739640Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-08-20T21:53:27.7740850Z adding 'torch/_dispatch/__init__.py' 2024-08-20T21:53:27.7742730Z adding 'torch/_dispatch/python.py' 2024-08-20T21:53:27.7744650Z adding 'torch/_dynamo/__init__.py' 2024-08-20T21:53:27.7746580Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-08-20T21:53:27.7748750Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-08-20T21:53:27.7760590Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-08-20T21:53:27.7763050Z adding 'torch/_dynamo/cache_size.py' 2024-08-20T21:53:27.7764310Z adding 'torch/_dynamo/callback.py' 2024-08-20T21:53:27.7765180Z adding 'torch/_dynamo/code_context.py' 2024-08-20T21:53:27.7769080Z adding 'torch/_dynamo/codegen.py' 2024-08-20T21:53:27.7773330Z adding 'torch/_dynamo/compiled_autograd.py' 2024-08-20T21:53:27.7776380Z adding 'torch/_dynamo/comptime.py' 2024-08-20T21:53:27.7781540Z adding 'torch/_dynamo/config.py' 2024-08-20T21:53:27.7790880Z adding 'torch/_dynamo/convert_frame.py' 2024-08-20T21:53:27.7792370Z adding 'torch/_dynamo/create_parameter_op.py' 2024-08-20T21:53:27.7793080Z adding 'torch/_dynamo/current_scope_id.py' 2024-08-20T21:53:27.7799430Z adding 'torch/_dynamo/debug_utils.py' 2024-08-20T21:53:27.7803270Z adding 'torch/_dynamo/decorators.py' 2024-08-20T21:53:27.7805670Z adding 'torch/_dynamo/device_interface.py' 2024-08-20T21:53:27.7806430Z adding 'torch/_dynamo/distributed.py' 2024-08-20T21:53:27.7820720Z adding 'torch/_dynamo/eval_frame.py' 2024-08-20T21:53:27.7824490Z adding 'torch/_dynamo/exc.py' 2024-08-20T21:53:27.7825980Z adding 'torch/_dynamo/external_utils.py' 2024-08-20T21:53:27.7832030Z adding 'torch/_dynamo/funcname_cache.py' 2024-08-20T21:53:27.7852370Z adding 'torch/_dynamo/guards.py' 2024-08-20T21:53:27.7853910Z adding 'torch/_dynamo/hooks.py' 2024-08-20T21:53:27.7855130Z adding 'torch/_dynamo/logging.py' 2024-08-20T21:53:27.7856740Z adding 'torch/_dynamo/mutation_guard.py' 2024-08-20T21:53:27.7877470Z adding 'torch/_dynamo/output_graph.py' 2024-08-20T21:53:27.7879620Z adding 'torch/_dynamo/polyfill.py' 2024-08-20T21:53:27.7881320Z adding 'torch/_dynamo/profiler.py' 2024-08-20T21:53:27.7882730Z adding 'torch/_dynamo/replay_record.py' 2024-08-20T21:53:27.7888180Z adding 'torch/_dynamo/resume_execution.py' 2024-08-20T21:53:27.7894170Z adding 'torch/_dynamo/side_effects.py' 2024-08-20T21:53:27.7898120Z adding 'torch/_dynamo/source.py' 2024-08-20T21:53:27.7927230Z adding 'torch/_dynamo/symbolic_convert.py' 2024-08-20T21:53:27.7929140Z adding 'torch/_dynamo/tensor_version_op.py' 2024-08-20T21:53:27.7930370Z adding 'torch/_dynamo/test_case.py' 2024-08-20T21:53:27.7932890Z adding 'torch/_dynamo/test_minifier_common.py' 2024-08-20T21:53:27.7935720Z adding 'torch/_dynamo/testing.py' 2024-08-20T21:53:27.7957960Z adding 'torch/_dynamo/trace_rules.py' 2024-08-20T21:53:27.7959900Z adding 'torch/_dynamo/types.py' 2024-08-20T21:53:27.7984630Z adding 'torch/_dynamo/utils.py' 2024-08-20T21:53:27.7986310Z adding 'torch/_dynamo/backends/__init__.py' 2024-08-20T21:53:27.7987930Z adding 'torch/_dynamo/backends/common.py' 2024-08-20T21:53:27.7990180Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-08-20T21:53:27.7992910Z adding 'torch/_dynamo/backends/debugging.py' 2024-08-20T21:53:27.7998960Z adding 'torch/_dynamo/backends/distributed.py' 2024-08-20T21:53:27.8000190Z adding 'torch/_dynamo/backends/inductor.py' 2024-08-20T21:53:27.8001410Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-08-20T21:53:27.8002790Z adding 'torch/_dynamo/backends/registry.py' 2024-08-20T21:53:27.8003410Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-08-20T21:53:27.8004840Z adding 'torch/_dynamo/backends/torchxla.py' 2024-08-20T21:53:27.8006860Z adding 'torch/_dynamo/backends/tvm.py' 2024-08-20T21:53:27.8008090Z adding 'torch/_dynamo/repro/__init__.py' 2024-08-20T21:53:27.8015080Z adding 'torch/_dynamo/repro/after_aot.py' 2024-08-20T21:53:27.8019240Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-08-20T21:53:27.8021220Z adding 'torch/_dynamo/variables/__init__.py' 2024-08-20T21:53:27.8024030Z adding 'torch/_dynamo/variables/base.py' 2024-08-20T21:53:27.8049770Z adding 'torch/_dynamo/variables/builder.py' 2024-08-20T21:53:27.8065600Z adding 'torch/_dynamo/variables/builtin.py' 2024-08-20T21:53:27.8068480Z adding 'torch/_dynamo/variables/constant.py' 2024-08-20T21:53:27.8074730Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-08-20T21:53:27.8081480Z adding 'torch/_dynamo/variables/dicts.py' 2024-08-20T21:53:27.8084610Z adding 'torch/_dynamo/variables/distributed.py' 2024-08-20T21:53:27.8092520Z adding 'torch/_dynamo/variables/functions.py' 2024-08-20T21:53:27.8107650Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-08-20T21:53:27.8110430Z adding 'torch/_dynamo/variables/iter.py' 2024-08-20T21:53:27.8112320Z adding 'torch/_dynamo/variables/lazy.py' 2024-08-20T21:53:27.8118040Z adding 'torch/_dynamo/variables/lists.py' 2024-08-20T21:53:27.8129050Z adding 'torch/_dynamo/variables/misc.py' 2024-08-20T21:53:27.8138760Z adding 'torch/_dynamo/variables/nn_module.py' 2024-08-20T21:53:27.8142300Z adding 'torch/_dynamo/variables/optimizer.py' 2024-08-20T21:53:27.8143740Z adding 'torch/_dynamo/variables/script_object.py' 2024-08-20T21:53:27.8145180Z adding 'torch/_dynamo/variables/sdpa.py' 2024-08-20T21:53:27.8155530Z adding 'torch/_dynamo/variables/tensor.py' 2024-08-20T21:53:27.8164380Z adding 'torch/_dynamo/variables/torch.py' 2024-08-20T21:53:27.8167950Z adding 'torch/_dynamo/variables/torch_function.py' 2024-08-20T21:53:27.8177420Z adding 'torch/_dynamo/variables/user_defined.py' 2024-08-20T21:53:27.8180800Z adding 'torch/_export/__init__.py' 2024-08-20T21:53:27.8194090Z adding 'torch/_export/converter.py' 2024-08-20T21:53:27.8195610Z adding 'torch/_export/error.py' 2024-08-20T21:53:27.8200060Z adding 'torch/_export/non_strict_utils.py' 2024-08-20T21:53:27.8203550Z adding 'torch/_export/pass_base.py' 2024-08-20T21:53:27.8205260Z adding 'torch/_export/tools.py' 2024-08-20T21:53:27.8210960Z adding 'torch/_export/utils.py' 2024-08-20T21:53:27.8214380Z adding 'torch/_export/verifier.py' 2024-08-20T21:53:27.8215910Z adding 'torch/_export/wrappers.py' 2024-08-20T21:53:27.8217240Z adding 'torch/_export/db/__init__.py' 2024-08-20T21:53:27.8219020Z adding 'torch/_export/db/case.py' 2024-08-20T21:53:27.8219930Z adding 'torch/_export/db/gen_example.py' 2024-08-20T21:53:27.8221250Z adding 'torch/_export/db/logging.py' 2024-08-20T21:53:27.8223210Z adding 'torch/_export/db/examples/__init__.py' 2024-08-20T21:53:27.8224070Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-08-20T21:53:27.8225380Z adding 'torch/_export/db/examples/autograd_function.py' 2024-08-20T21:53:27.8225970Z adding 'torch/_export/db/examples/class_method.py' 2024-08-20T21:53:27.8227420Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-08-20T21:53:27.8228840Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-08-20T21:53:27.8229600Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-08-20T21:53:27.8230960Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-08-20T21:53:27.8231570Z adding 'torch/_export/db/examples/cond_operands.py' 2024-08-20T21:53:27.8232920Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-08-20T21:53:27.8233700Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-08-20T21:53:27.8235030Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-08-20T21:53:27.8235660Z adding 'torch/_export/db/examples/decorator.py' 2024-08-20T21:53:27.8236990Z adding 'torch/_export/db/examples/dictionary.py' 2024-08-20T21:53:27.8237720Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-08-20T21:53:27.8239130Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-08-20T21:53:27.8239850Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-08-20T21:53:27.8244640Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-08-20T21:53:27.8245060Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-08-20T21:53:27.8245490Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-08-20T21:53:27.8245910Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-08-20T21:53:27.8246300Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-08-20T21:53:27.8246670Z adding 'torch/_export/db/examples/list_contains.py' 2024-08-20T21:53:27.8247080Z adding 'torch/_export/db/examples/list_unpack.py' 2024-08-20T21:53:27.8247690Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-08-20T21:53:27.8248980Z adding 'torch/_export/db/examples/nested_function.py' 2024-08-20T21:53:27.8249680Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-08-20T21:53:27.8250980Z adding 'torch/_export/db/examples/optional_input.py' 2024-08-20T21:53:27.8251660Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-08-20T21:53:27.8252930Z adding 'torch/_export/db/examples/scalar_output.py' 2024-08-20T21:53:27.8253620Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-08-20T21:53:27.8254920Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-08-20T21:53:27.8255640Z adding 'torch/_export/db/examples/static_if.py' 2024-08-20T21:53:27.8256890Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-08-20T21:53:27.8257620Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-08-20T21:53:27.8258950Z adding 'torch/_export/db/examples/unsupported_operator.py' 2024-08-20T21:53:27.8259540Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-08-20T21:53:27.8260890Z adding 'torch/_export/pass_infra/__init__.py' 2024-08-20T21:53:27.8262160Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-08-20T21:53:27.8262800Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-08-20T21:53:27.8264280Z adding 'torch/_export/passes/__init__.py' 2024-08-20T21:53:27.8265660Z adding 'torch/_export/passes/_node_metadata_hook.py' 2024-08-20T21:53:27.8268290Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-08-20T21:53:27.8269660Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-08-20T21:53:27.8272400Z adding 'torch/_export/passes/constant_folding.py' 2024-08-20T21:53:27.8273900Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-08-20T21:53:27.8276990Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-08-20T21:53:27.8278280Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-08-20T21:53:27.8280160Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2024-08-20T21:53:27.8285290Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2024-08-20T21:53:27.8286820Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-08-20T21:53:27.8288210Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-08-20T21:53:27.8290120Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2024-08-20T21:53:27.8291370Z adding 'torch/_export/serde/__init__.py' 2024-08-20T21:53:27.8291850Z adding 'torch/_export/serde/aoti_schema.py' 2024-08-20T21:53:27.8294400Z adding 'torch/_export/serde/schema.py' 2024-08-20T21:53:27.8296390Z adding 'torch/_export/serde/schema.yaml' 2024-08-20T21:53:27.8298780Z adding 'torch/_export/serde/schema_check.py' 2024-08-20T21:53:27.8323140Z adding 'torch/_export/serde/serialize.py' 2024-08-20T21:53:27.8324920Z adding 'torch/_export/serde/union.py' 2024-08-20T21:53:27.8326380Z adding 'torch/_functorch/__init__.py' 2024-08-20T21:53:27.8342120Z adding 'torch/_functorch/aot_autograd.py' 2024-08-20T21:53:27.8346550Z adding 'torch/_functorch/apis.py' 2024-08-20T21:53:27.8352570Z adding 'torch/_functorch/autograd_function.py' 2024-08-20T21:53:27.8353820Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-08-20T21:53:27.8355760Z adding 'torch/_functorch/benchmark_utils.py' 2024-08-20T21:53:27.8357470Z adding 'torch/_functorch/compile_utils.py' 2024-08-20T21:53:27.8360670Z adding 'torch/_functorch/compilers.py' 2024-08-20T21:53:27.8363460Z adding 'torch/_functorch/config.py' 2024-08-20T21:53:27.8365110Z adding 'torch/_functorch/deprecated.py' 2024-08-20T21:53:27.8380550Z adding 'torch/_functorch/eager_transforms.py' 2024-08-20T21:53:27.8383640Z adding 'torch/_functorch/functional_call.py' 2024-08-20T21:53:27.8387470Z adding 'torch/_functorch/fx_minifier.py' 2024-08-20T21:53:27.8391920Z adding 'torch/_functorch/make_functional.py' 2024-08-20T21:53:27.8408770Z adding 'torch/_functorch/partitioners.py' 2024-08-20T21:53:27.8411520Z adding 'torch/_functorch/pyfunctorch.py' 2024-08-20T21:53:27.8412710Z adding 'torch/_functorch/python_key.py' 2024-08-20T21:53:27.8413380Z adding 'torch/_functorch/pytree_hacks.py' 2024-08-20T21:53:27.8418400Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-08-20T21:53:27.8419620Z adding 'torch/_functorch/utils.py' 2024-08-20T21:53:27.8424050Z adding 'torch/_functorch/vmap.py' 2024-08-20T21:53:27.8425490Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-08-20T21:53:27.8430460Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2024-08-20T21:53:27.8439490Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-08-20T21:53:27.8442590Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-08-20T21:53:27.8447120Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-08-20T21:53:27.8451830Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-08-20T21:53:27.8458500Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-08-20T21:53:27.8460290Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-08-20T21:53:27.8480800Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-08-20T21:53:27.8489950Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-08-20T21:53:27.8493850Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-08-20T21:53:27.8503130Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-08-20T21:53:27.8506690Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-08-20T21:53:27.8508070Z adding 'torch/_higher_order_ops/__init__.py' 2024-08-20T21:53:27.8510280Z adding 'torch/_higher_order_ops/associative_scan.py' 2024-08-20T21:53:27.8513050Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-08-20T21:53:27.8517640Z adding 'torch/_higher_order_ops/cond.py' 2024-08-20T21:53:27.8520030Z adding 'torch/_higher_order_ops/effects.py' 2024-08-20T21:53:27.8521980Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2024-08-20T21:53:27.8527680Z adding 'torch/_higher_order_ops/flex_attention.py' 2024-08-20T21:53:27.8530030Z adding 'torch/_higher_order_ops/map.py' 2024-08-20T21:53:27.8534540Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-08-20T21:53:27.8534900Z adding 'torch/_higher_order_ops/run_const_graph.py' 2024-08-20T21:53:27.8535270Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-08-20T21:53:27.8535770Z adding 'torch/_higher_order_ops/torchbind.py' 2024-08-20T21:53:27.8544220Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-08-20T21:53:27.8547830Z adding 'torch/_higher_order_ops/utils.py' 2024-08-20T21:53:27.8550350Z adding 'torch/_higher_order_ops/while_loop.py' 2024-08-20T21:53:27.8552850Z adding 'torch/_higher_order_ops/wrap.py' 2024-08-20T21:53:27.8555240Z adding 'torch/_inductor/__init__.py' 2024-08-20T21:53:27.8557740Z adding 'torch/_inductor/aoti_eager.py' 2024-08-20T21:53:27.8560020Z adding 'torch/_inductor/async_compile.py' 2024-08-20T21:53:27.8565690Z adding 'torch/_inductor/autotune_process.py' 2024-08-20T21:53:27.8567600Z adding 'torch/_inductor/bounds.py' 2024-08-20T21:53:27.8595110Z adding 'torch/_inductor/codecache.py' 2024-08-20T21:53:27.8598020Z adding 'torch/_inductor/comm_analysis.py' 2024-08-20T21:53:27.8603080Z adding 'torch/_inductor/comms.py' 2024-08-20T21:53:27.8616670Z adding 'torch/_inductor/compile_fx.py' 2024-08-20T21:53:27.8629140Z adding 'torch/_inductor/config.py' 2024-08-20T21:53:27.8632340Z adding 'torch/_inductor/constant_folding.py' 2024-08-20T21:53:27.8641400Z adding 'torch/_inductor/cpp_builder.py' 2024-08-20T21:53:27.8644340Z adding 'torch/_inductor/cpu_vec_isa.py' 2024-08-20T21:53:27.8667700Z adding 'torch/_inductor/cudagraph_trees.py' 2024-08-20T21:53:27.8670850Z adding 'torch/_inductor/cudagraph_utils.py' 2024-08-20T21:53:27.8675790Z adding 'torch/_inductor/debug.py' 2024-08-20T21:53:27.8682180Z adding 'torch/_inductor/decomposition.py' 2024-08-20T21:53:27.8687230Z adding 'torch/_inductor/dependencies.py' 2024-08-20T21:53:27.8688760Z adding 'torch/_inductor/exc.py' 2024-08-20T21:53:27.8689970Z adding 'torch/_inductor/extern_node_serializer.py' 2024-08-20T21:53:27.8692330Z adding 'torch/_inductor/freezing.py' 2024-08-20T21:53:27.8694770Z adding 'torch/_inductor/fx_utils.py' 2024-08-20T21:53:27.8712520Z adding 'torch/_inductor/graph.py' 2024-08-20T21:53:27.8713980Z adding 'torch/_inductor/hooks.py' 2024-08-20T21:53:27.8717090Z adding 'torch/_inductor/index_propagation.py' 2024-08-20T21:53:27.8718940Z adding 'torch/_inductor/inductor_prims.py' 2024-08-20T21:53:27.8772530Z adding 'torch/_inductor/ir.py' 2024-08-20T21:53:27.8776010Z adding 'torch/_inductor/jagged_lowerings.py' 2024-08-20T21:53:27.8820720Z adding 'torch/_inductor/lowering.py' 2024-08-20T21:53:27.8824730Z adding 'torch/_inductor/metrics.py' 2024-08-20T21:53:27.8831580Z adding 'torch/_inductor/mkldnn_ir.py' 2024-08-20T21:53:27.8837270Z adding 'torch/_inductor/mkldnn_lowerings.py' 2024-08-20T21:53:27.8843080Z adding 'torch/_inductor/ops_handler.py' 2024-08-20T21:53:27.8844850Z adding 'torch/_inductor/optimize_indexing.py' 2024-08-20T21:53:27.8860780Z adding 'torch/_inductor/pattern_matcher.py' 2024-08-20T21:53:27.8862520Z adding 'torch/_inductor/quantized_lowerings.py' 2024-08-20T21:53:27.8863740Z adding 'torch/_inductor/remote_cache.py' 2024-08-20T21:53:27.8894460Z adding 'torch/_inductor/scheduler.py' 2024-08-20T21:53:27.8908040Z adding 'torch/_inductor/select_algorithm.py' 2024-08-20T21:53:27.8915540Z adding 'torch/_inductor/sizevars.py' 2024-08-20T21:53:27.8917930Z adding 'torch/_inductor/subgraph_lowering.py' 2024-08-20T21:53:27.8919160Z adding 'torch/_inductor/test_case.py' 2024-08-20T21:53:27.8920400Z adding 'torch/_inductor/test_operators.py' 2024-08-20T21:53:27.8935070Z adding 'torch/_inductor/utils.py' 2024-08-20T21:53:27.8938320Z adding 'torch/_inductor/virtualized.py' 2024-08-20T21:53:27.8941070Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-08-20T21:53:27.8942390Z adding 'torch/_inductor/autoheuristic/__init__.py' 2024-08-20T21:53:27.8945230Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2024-08-20T21:53:27.8947810Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2024-08-20T21:53:27.8949520Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2024-08-20T21:53:27.8950920Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2024-08-20T21:53:27.8955040Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2024-08-20T21:53:27.8959540Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2024-08-20T21:53:27.8961470Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2024-08-20T21:53:27.8963210Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2024-08-20T21:53:27.8964680Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2024-08-20T21:53:27.8965220Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2024-08-20T21:53:27.8966710Z adding 'torch/_inductor/codegen/__init__.py' 2024-08-20T21:53:27.8967960Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2024-08-20T21:53:27.8969340Z adding 'torch/_inductor/codegen/codegen_device_driver.py' 2024-08-20T21:53:27.8984090Z adding 'torch/_inductor/codegen/common.py' 2024-08-20T21:53:27.9022210Z adding 'torch/_inductor/codegen/cpp.py' 2024-08-20T21:53:27.9031330Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2024-08-20T21:53:27.9036680Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2024-08-20T21:53:27.9041840Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-08-20T21:53:27.9043620Z adding 'torch/_inductor/codegen/cpp_template.py' 2024-08-20T21:53:27.9047200Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2024-08-20T21:53:27.9053070Z adding 'torch/_inductor/codegen/cpp_utils.py' 2024-08-20T21:53:27.9074570Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-08-20T21:53:27.9078110Z adding 'torch/_inductor/codegen/cpp_wrapper_cuda.py' 2024-08-20T21:53:27.9079630Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-08-20T21:53:27.9081150Z adding 'torch/_inductor/codegen/debug_utils.py' 2024-08-20T21:53:27.9093690Z adding 'torch/_inductor/codegen/halide.py' 2024-08-20T21:53:27.9099270Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-08-20T21:53:27.9102920Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-08-20T21:53:27.9119660Z adding 'torch/_inductor/codegen/simd.py' 2024-08-20T21:53:27.9145530Z adding 'torch/_inductor/codegen/triton.py' 2024-08-20T21:53:27.9153480Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2024-08-20T21:53:27.9158400Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-08-20T21:53:27.9158780Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-08-20T21:53:27.9174760Z adding 'torch/_inductor/codegen/wrapper.py' 2024-08-20T21:53:27.9176850Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-08-20T21:53:27.9179380Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-08-20T21:53:27.9180660Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-08-20T21:53:27.9182280Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-08-20T21:53:27.9183140Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-08-20T21:53:27.9186500Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-08-20T21:53:27.9188800Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-08-20T21:53:27.9191550Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-08-20T21:53:27.9194470Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-08-20T21:53:27.9195240Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-08-20T21:53:27.9206160Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-08-20T21:53:27.9207520Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-08-20T21:53:27.9209650Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-08-20T21:53:27.9210360Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2024-08-20T21:53:27.9211960Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2024-08-20T21:53:27.9215330Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2024-08-20T21:53:27.9216830Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2024-08-20T21:53:27.9218390Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2024-08-20T21:53:27.9219910Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2024-08-20T21:53:27.9222130Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2024-08-20T21:53:27.9223970Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2024-08-20T21:53:27.9224740Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2024-08-20T21:53:27.9226010Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2024-08-20T21:53:27.9226750Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2024-08-20T21:53:27.9228110Z adding 'torch/_inductor/compile_worker/__init__.py' 2024-08-20T21:53:27.9228910Z adding 'torch/_inductor/compile_worker/__main__.py' 2024-08-20T21:53:27.9231880Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2024-08-20T21:53:27.9233140Z adding 'torch/_inductor/compile_worker/watchdog.py' 2024-08-20T21:53:27.9233930Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-08-20T21:53:27.9239140Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2024-08-20T21:53:27.9241690Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-08-20T21:53:27.9246570Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-08-20T21:53:27.9248170Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-08-20T21:53:27.9249520Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-08-20T21:53:27.9252120Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-08-20T21:53:27.9254030Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-08-20T21:53:27.9258610Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-08-20T21:53:27.9268350Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-08-20T21:53:27.9273620Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-08-20T21:53:27.9279560Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2024-08-20T21:53:27.9281300Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-08-20T21:53:27.9289320Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-08-20T21:53:27.9291440Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-08-20T21:53:27.9296880Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-08-20T21:53:27.9306030Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-08-20T21:53:27.9311370Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-08-20T21:53:27.9326710Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-08-20T21:53:27.9332490Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-08-20T21:53:27.9334100Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-08-20T21:53:27.9353150Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-08-20T21:53:27.9354980Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-08-20T21:53:27.9356660Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-08-20T21:53:27.9358490Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-08-20T21:53:27.9360310Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-08-20T21:53:27.9362120Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-08-20T21:53:27.9363710Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-08-20T21:53:27.9365450Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-08-20T21:53:27.9367310Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-08-20T21:53:27.9370340Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-08-20T21:53:27.9372390Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-08-20T21:53:27.9374920Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-08-20T21:53:27.9376750Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2024-08-20T21:53:27.9378350Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-08-20T21:53:27.9379990Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-08-20T21:53:27.9381620Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-08-20T21:53:27.9383160Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-08-20T21:53:27.9384880Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-08-20T21:53:27.9386560Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-08-20T21:53:27.9388290Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-08-20T21:53:27.9390050Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-08-20T21:53:27.9390900Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2024-08-20T21:53:27.9392290Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2024-08-20T21:53:27.9392830Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2024-08-20T21:53:27.9394160Z adding 'torch/_inductor/kernel/__init__.py' 2024-08-20T21:53:27.9396200Z adding 'torch/_inductor/kernel/bmm.py' 2024-08-20T21:53:27.9400430Z adding 'torch/_inductor/kernel/conv.py' 2024-08-20T21:53:27.9411160Z adding 'torch/_inductor/kernel/flex_attention.py' 2024-08-20T21:53:27.9415810Z adding 'torch/_inductor/kernel/flex_decoding.py' 2024-08-20T21:53:27.9421010Z adding 'torch/_inductor/kernel/mm.py' 2024-08-20T21:53:27.9426430Z adding 'torch/_inductor/kernel/mm_common.py' 2024-08-20T21:53:27.9426770Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-08-20T21:53:27.9429140Z adding 'torch/_inductor/kernel/mm_scaled.py' 2024-08-20T21:53:27.9430590Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-08-20T21:53:27.9431390Z adding 'torch/_inductor/package/__init__.py' 2024-08-20T21:53:27.9432690Z adding 'torch/_inductor/package/build_package.py' 2024-08-20T21:53:27.9434740Z adding 'torch/_inductor/package/package.py' 2024-08-20T21:53:27.9435500Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2024-08-20T21:53:27.9436820Z adding 'torch/_inductor/runtime/__init__.py' 2024-08-20T21:53:27.9438290Z adding 'torch/_inductor/runtime/benchmarking.py' 2024-08-20T21:53:27.9439530Z adding 'torch/_inductor/runtime/compile_tasks.py' 2024-08-20T21:53:27.9441940Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2024-08-20T21:53:27.9443350Z adding 'torch/_inductor/runtime/halide_helpers.py' 2024-08-20T21:53:27.9445000Z adding 'torch/_inductor/runtime/hints.py' 2024-08-20T21:53:27.9446460Z adding 'torch/_inductor/runtime/runtime_utils.py' 2024-08-20T21:53:27.9450000Z adding 'torch/_inductor/runtime/triton_helpers.py' 2024-08-20T21:53:27.9464260Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2024-08-20T21:53:27.9466130Z adding 'torch/_lazy/__init__.py' 2024-08-20T21:53:27.9467880Z adding 'torch/_lazy/closure.py' 2024-08-20T21:53:27.9468820Z adding 'torch/_lazy/computation.py' 2024-08-20T21:53:27.9469550Z adding 'torch/_lazy/config.py' 2024-08-20T21:53:27.9470860Z adding 'torch/_lazy/debug.py' 2024-08-20T21:53:27.9471470Z adding 'torch/_lazy/device_context.py' 2024-08-20T21:53:27.9474170Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-08-20T21:53:27.9474770Z adding 'torch/_lazy/ir_cache.py' 2024-08-20T21:53:27.9475950Z adding 'torch/_lazy/metrics.py' 2024-08-20T21:53:27.9476710Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-08-20T21:53:27.9477910Z adding 'torch/_lazy/ts_backend.py' 2024-08-20T21:53:27.9478580Z adding 'torch/_library/__init__.py' 2024-08-20T21:53:27.9481100Z adding 'torch/_library/autograd.py' 2024-08-20T21:53:27.9487860Z adding 'torch/_library/custom_ops.py' 2024-08-20T21:53:27.9490930Z adding 'torch/_library/fake_class_registry.py' 2024-08-20T21:53:27.9493050Z adding 'torch/_library/fake_impl.py' 2024-08-20T21:53:27.9495670Z adding 'torch/_library/infer_schema.py' 2024-08-20T21:53:27.9497020Z adding 'torch/_library/simple_registry.py' 2024-08-20T21:53:27.9499310Z adding 'torch/_library/triton.py' 2024-08-20T21:53:27.9501780Z adding 'torch/_library/utils.py' 2024-08-20T21:53:27.9503030Z adding 'torch/_logging/__init__.py' 2024-08-20T21:53:27.9512390Z adding 'torch/_logging/_internal.py' 2024-08-20T21:53:27.9514390Z adding 'torch/_logging/_registrations.py' 2024-08-20T21:53:27.9515580Z adding 'torch/_logging/structured.py' 2024-08-20T21:53:27.9516900Z adding 'torch/_numpy/__init__.py' 2024-08-20T21:53:27.9518170Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-08-20T21:53:27.9521220Z adding 'torch/_numpy/_casting_dicts.py' 2024-08-20T21:53:27.9524110Z adding 'torch/_numpy/_dtypes.py' 2024-08-20T21:53:27.9526080Z adding 'torch/_numpy/_dtypes_impl.py' 2024-08-20T21:53:27.9527300Z adding 'torch/_numpy/_funcs.py' 2024-08-20T21:53:27.9540100Z adding 'torch/_numpy/_funcs_impl.py' 2024-08-20T21:53:27.9541310Z adding 'torch/_numpy/_getlimits.py' 2024-08-20T21:53:27.9544970Z adding 'torch/_numpy/_ndarray.py' 2024-08-20T21:53:27.9547180Z adding 'torch/_numpy/_normalizations.py' 2024-08-20T21:53:27.9549690Z adding 'torch/_numpy/_reductions_impl.py' 2024-08-20T21:53:27.9551690Z adding 'torch/_numpy/_ufuncs.py' 2024-08-20T21:53:27.9552910Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-08-20T21:53:27.9555120Z adding 'torch/_numpy/_util.py' 2024-08-20T21:53:27.9556350Z adding 'torch/_numpy/fft.py' 2024-08-20T21:53:27.9557830Z adding 'torch/_numpy/linalg.py' 2024-08-20T21:53:27.9559370Z adding 'torch/_numpy/random.py' 2024-08-20T21:53:27.9560580Z adding 'torch/_numpy/testing/__init__.py' 2024-08-20T21:53:27.9577040Z adding 'torch/_numpy/testing/utils.py' 2024-08-20T21:53:27.9594630Z adding 'torch/_prims/__init__.py' 2024-08-20T21:53:27.9596880Z adding 'torch/_prims/context.py' 2024-08-20T21:53:27.9598170Z adding 'torch/_prims/debug_prims.py' 2024-08-20T21:53:27.9599390Z adding 'torch/_prims/executor.py' 2024-08-20T21:53:27.9601650Z adding 'torch/_prims/rng_prims.py' 2024-08-20T21:53:27.9617640Z adding 'torch/_prims_common/__init__.py' 2024-08-20T21:53:27.9621730Z adding 'torch/_prims_common/wrappers.py' 2024-08-20T21:53:27.9667720Z adding 'torch/_refs/__init__.py' 2024-08-20T21:53:27.9670150Z adding 'torch/_refs/_conversions.py' 2024-08-20T21:53:27.9673410Z adding 'torch/_refs/fft.py' 2024-08-20T21:53:27.9676390Z adding 'torch/_refs/linalg/__init__.py' 2024-08-20T21:53:27.9677580Z adding 'torch/_refs/nn/__init__.py' 2024-08-20T21:53:27.9685480Z adding 'torch/_refs/nn/functional/__init__.py' 2024-08-20T21:53:27.9687570Z adding 'torch/_refs/special/__init__.py' 2024-08-20T21:53:27.9688750Z adding 'torch/_strobelight/__init__.py' 2024-08-20T21:53:27.9691160Z adding 'torch/_strobelight/cli_function_profiler.py' 2024-08-20T21:53:27.9693060Z adding 'torch/_strobelight/compile_time_profiler.py' 2024-08-20T21:53:27.9694300Z adding 'torch/_subclasses/__init__.py' 2024-08-20T21:53:27.9696950Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2024-08-20T21:53:27.9704890Z adding 'torch/_subclasses/fake_impls.py' 2024-08-20T21:53:27.9728150Z adding 'torch/_subclasses/fake_tensor.py' 2024-08-20T21:53:27.9730500Z adding 'torch/_subclasses/fake_utils.py' 2024-08-20T21:53:27.9737250Z adding 'torch/_subclasses/functional_tensor.py' 2024-08-20T21:53:27.9753620Z adding 'torch/_subclasses/meta_utils.py' 2024-08-20T21:53:27.9756070Z adding 'torch/_subclasses/schema_check_mode.py' 2024-08-20T21:53:27.9756830Z adding 'torch/_vendor/__init__.py' 2024-08-20T21:53:27.9761860Z adding 'torch/_vendor/packaging/__init__.py' 2024-08-20T21:53:27.9762220Z adding 'torch/_vendor/packaging/_structures.py' 2024-08-20T21:53:27.9762850Z adding 'torch/_vendor/packaging/version.py' 2024-08-20T21:53:27.9764290Z adding 'torch/amp/__init__.py' 2024-08-20T21:53:27.9768650Z adding 'torch/amp/autocast_mode.py' 2024-08-20T21:53:27.9775150Z adding 'torch/amp/grad_scaler.py' 2024-08-20T21:53:27.9776460Z adding 'torch/ao/__init__.py' 2024-08-20T21:53:27.9777790Z adding 'torch/ao/nn/__init__.py' 2024-08-20T21:53:27.9779600Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-08-20T21:53:27.9781080Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-08-20T21:53:27.9782850Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-08-20T21:53:27.9784150Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-08-20T21:53:27.9785400Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-08-20T21:53:27.9790170Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-08-20T21:53:27.9792370Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-08-20T21:53:27.9793320Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-08-20T21:53:27.9794800Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-08-20T21:53:27.9795590Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-08-20T21:53:27.9797020Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-08-20T21:53:27.9798010Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-08-20T21:53:27.9799500Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-08-20T21:53:27.9800820Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-08-20T21:53:27.9802230Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-08-20T21:53:27.9803930Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-08-20T21:53:27.9805580Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-08-20T21:53:27.9806360Z adding 'torch/ao/nn/qat/__init__.py' 2024-08-20T21:53:27.9807680Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-08-20T21:53:27.9808460Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-08-20T21:53:27.9809810Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-08-20T21:53:27.9811070Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-08-20T21:53:27.9812930Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-08-20T21:53:27.9814690Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-08-20T21:53:27.9816140Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-08-20T21:53:27.9817410Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-08-20T21:53:27.9818070Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-08-20T21:53:27.9822730Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-08-20T21:53:27.9826570Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-08-20T21:53:27.9827890Z adding 'torch/ao/nn/quantized/__init__.py' 2024-08-20T21:53:27.9832450Z adding 'torch/ao/nn/quantized/functional.py' 2024-08-20T21:53:27.9833730Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-08-20T21:53:27.9835040Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-08-20T21:53:27.9837150Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-08-20T21:53:27.9839070Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-08-20T21:53:27.9847330Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-08-20T21:53:27.9849670Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-08-20T21:53:27.9852080Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-08-20T21:53:27.9853550Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-08-20T21:53:27.9858960Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-08-20T21:53:27.9860260Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-08-20T21:53:27.9862970Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-08-20T21:53:27.9864940Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-08-20T21:53:27.9867970Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-08-20T21:53:27.9869640Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-08-20T21:53:27.9870890Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-08-20T21:53:27.9872480Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-08-20T21:53:27.9873730Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-08-20T21:53:27.9875020Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-08-20T21:53:27.9876970Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-08-20T21:53:27.9878340Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-08-20T21:53:27.9882710Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-08-20T21:53:27.9884360Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-08-20T21:53:27.9886900Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-08-20T21:53:27.9888190Z adding 'torch/ao/nn/sparse/__init__.py' 2024-08-20T21:53:27.9888950Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-08-20T21:53:27.9891380Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-08-20T21:53:27.9892600Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-08-20T21:53:27.9893340Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-08-20T21:53:27.9895500Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-08-20T21:53:27.9896270Z adding 'torch/ao/ns/__init__.py' 2024-08-20T21:53:27.9900310Z adding 'torch/ao/ns/_numeric_suite.py' 2024-08-20T21:53:27.9908270Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-08-20T21:53:27.9909630Z adding 'torch/ao/ns/fx/__init__.py' 2024-08-20T21:53:27.9914020Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-08-20T21:53:27.9922690Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-08-20T21:53:27.9926040Z adding 'torch/ao/ns/fx/mappings.py' 2024-08-20T21:53:27.9936620Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-08-20T21:53:27.9938130Z adding 'torch/ao/ns/fx/ns_types.py' 2024-08-20T21:53:27.9940240Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-08-20T21:53:27.9942730Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-08-20T21:53:27.9946830Z adding 'torch/ao/ns/fx/utils.py' 2024-08-20T21:53:27.9949280Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-08-20T21:53:27.9950610Z adding 'torch/ao/pruning/__init__.py' 2024-08-20T21:53:27.9951340Z adding 'torch/ao/pruning/_mappings.py' 2024-08-20T21:53:27.9952740Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-08-20T21:53:27.9953640Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-08-20T21:53:27.9962630Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-08-20T21:53:27.9963230Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-08-20T21:53:27.9963780Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-08-20T21:53:27.9964300Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-08-20T21:53:27.9966230Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-08-20T21:53:27.9968410Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-08-20T21:53:27.9970210Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-08-20T21:53:27.9971000Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-08-20T21:53:27.9972490Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-08-20T21:53:27.9973350Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-08-20T21:53:27.9975290Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-08-20T21:53:27.9976960Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-08-20T21:53:27.9977600Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-08-20T21:53:27.9980360Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-08-20T21:53:27.9981810Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-08-20T21:53:27.9982580Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-08-20T21:53:27.9984080Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-08-20T21:53:27.9987870Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-08-20T21:53:27.9989250Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-08-20T21:53:27.9989870Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-08-20T21:53:27.9992150Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-08-20T21:53:27.9993690Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-08-20T21:53:27.9995060Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-08-20T21:53:27.9995780Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-08-20T21:53:27.9999350Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-08-20T21:53:28.0000790Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-08-20T21:53:28.0002530Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-08-20T21:53:28.0004980Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-08-20T21:53:28.0007190Z adding 'torch/ao/quantization/__init__.py' 2024-08-20T21:53:28.0009020Z adding 'torch/ao/quantization/_correct_bias.py' 2024-08-20T21:53:28.0011630Z adding 'torch/ao/quantization/_equalize.py' 2024-08-20T21:53:28.0013700Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-08-20T21:53:28.0017860Z adding 'torch/ao/quantization/fake_quantize.py' 2024-08-20T21:53:28.0020000Z adding 'torch/ao/quantization/fuse_modules.py' 2024-08-20T21:53:28.0022300Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-08-20T21:53:28.0035320Z adding 'torch/ao/quantization/observer.py' 2024-08-20T21:53:28.0040680Z adding 'torch/ao/quantization/qconfig.py' 2024-08-20T21:53:28.0043860Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-08-20T21:53:28.0045100Z adding 'torch/ao/quantization/quant_type.py' 2024-08-20T21:53:28.0047810Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-08-20T21:53:28.0054070Z adding 'torch/ao/quantization/quantize.py' 2024-08-20T21:53:28.0059620Z adding 'torch/ao/quantization/quantize_fx.py' 2024-08-20T21:53:28.0062860Z adding 'torch/ao/quantization/quantize_jit.py' 2024-08-20T21:53:28.0065220Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-08-20T21:53:28.0066450Z adding 'torch/ao/quantization/stubs.py' 2024-08-20T21:53:28.0072660Z adding 'torch/ao/quantization/utils.py' 2024-08-20T21:53:28.0074160Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-08-20T21:53:28.0078630Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-08-20T21:53:28.0080440Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-08-20T21:53:28.0086220Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-08-20T21:53:28.0089140Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-08-20T21:53:28.0090860Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-08-20T21:53:28.0092540Z adding 'torch/ao/quantization/backend_config/native.py' 2024-08-20T21:53:28.0093270Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-08-20T21:53:28.0096540Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-08-20T21:53:28.0098120Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-08-20T21:53:28.0099510Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-08-20T21:53:28.0102420Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-08-20T21:53:28.0103800Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-08-20T21:53:28.0105160Z adding 'torch/ao/quantization/fx/__init__.py' 2024-08-20T21:53:28.0111080Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-08-20T21:53:28.0119040Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-08-20T21:53:28.0129010Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-08-20T21:53:28.0140870Z adding 'torch/ao/quantization/fx/convert.py' 2024-08-20T21:53:28.0144640Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-08-20T21:53:28.0146880Z adding 'torch/ao/quantization/fx/fuse.py' 2024-08-20T21:53:28.0148610Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-08-20T21:53:28.0150380Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-08-20T21:53:28.0151220Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-08-20T21:53:28.0152490Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-08-20T21:53:28.0154860Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-08-20T21:53:28.0157260Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-08-20T21:53:28.0158820Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-08-20T21:53:28.0178350Z adding 'torch/ao/quantization/fx/prepare.py' 2024-08-20T21:53:28.0182370Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-08-20T21:53:28.0184450Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-08-20T21:53:28.0185710Z adding 'torch/ao/quantization/fx/tracer.py' 2024-08-20T21:53:28.0193770Z adding 'torch/ao/quantization/fx/utils.py' 2024-08-20T21:53:28.0195140Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-08-20T21:53:28.0209420Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-08-20T21:53:28.0215960Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-08-20T21:53:28.0218850Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-08-20T21:53:28.0225490Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-08-20T21:53:28.0226830Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-08-20T21:53:28.0229130Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2024-08-20T21:53:28.0235030Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-08-20T21:53:28.0235460Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-08-20T21:53:28.0235840Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-08-20T21:53:28.0236250Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-08-20T21:53:28.0241510Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-08-20T21:53:28.0248660Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-08-20T21:53:28.0253930Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-08-20T21:53:28.0255300Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-08-20T21:53:28.0259620Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-08-20T21:53:28.0261020Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-08-20T21:53:28.0262650Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-08-20T21:53:28.0264100Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-08-20T21:53:28.0265890Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-08-20T21:53:28.0267430Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-08-20T21:53:28.0278410Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-08-20T21:53:28.0281900Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-08-20T21:53:28.0288060Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-08-20T21:53:28.0294250Z adding 'torch/autograd/__init__.py' 2024-08-20T21:53:28.0295960Z adding 'torch/autograd/anomaly_mode.py' 2024-08-20T21:53:28.0298180Z adding 'torch/autograd/forward_ad.py' 2024-08-20T21:53:28.0305150Z adding 'torch/autograd/function.py' 2024-08-20T21:53:28.0314480Z adding 'torch/autograd/functional.py' 2024-08-20T21:53:28.0317320Z adding 'torch/autograd/grad_mode.py' 2024-08-20T21:53:28.0337730Z adding 'torch/autograd/gradcheck.py' 2024-08-20T21:53:28.0344550Z adding 'torch/autograd/graph.py' 2024-08-20T21:53:28.0354440Z adding 'torch/autograd/profiler.py' 2024-08-20T21:53:28.0357850Z adding 'torch/autograd/profiler_legacy.py' 2024-08-20T21:53:28.0366310Z adding 'torch/autograd/profiler_util.py' 2024-08-20T21:53:28.0367540Z adding 'torch/autograd/variable.py' 2024-08-20T21:53:28.0368770Z adding 'torch/autograd/_functions/__init__.py' 2024-08-20T21:53:28.0370050Z adding 'torch/autograd/_functions/tensor.py' 2024-08-20T21:53:28.0371360Z adding 'torch/autograd/_functions/utils.py' 2024-08-20T21:53:28.0372920Z adding 'torch/backends/__init__.py' 2024-08-20T21:53:28.0374190Z adding 'torch/backends/_coreml/__init__.py' 2024-08-20T21:53:28.0375690Z adding 'torch/backends/_coreml/preprocess.py' 2024-08-20T21:53:28.0376920Z adding 'torch/backends/_nnapi/__init__.py' 2024-08-20T21:53:28.0378780Z adding 'torch/backends/_nnapi/prepare.py' 2024-08-20T21:53:28.0393710Z adding 'torch/backends/_nnapi/serializer.py' 2024-08-20T21:53:28.0395220Z adding 'torch/backends/cpu/__init__.py' 2024-08-20T21:53:28.0398340Z adding 'torch/backends/cuda/__init__.py' 2024-08-20T21:53:28.0400480Z adding 'torch/backends/cudnn/__init__.py' 2024-08-20T21:53:28.0401880Z adding 'torch/backends/cudnn/rnn.py' 2024-08-20T21:53:28.0403090Z adding 'torch/backends/mha/__init__.py' 2024-08-20T21:53:28.0404440Z adding 'torch/backends/mkl/__init__.py' 2024-08-20T21:53:28.0406060Z adding 'torch/backends/mkldnn/__init__.py' 2024-08-20T21:53:28.0407360Z adding 'torch/backends/mps/__init__.py' 2024-08-20T21:53:28.0408560Z adding 'torch/backends/nnpack/__init__.py' 2024-08-20T21:53:28.0409770Z adding 'torch/backends/openmp/__init__.py' 2024-08-20T21:53:28.0411320Z adding 'torch/backends/opt_einsum/__init__.py' 2024-08-20T21:53:28.0412730Z adding 'torch/backends/quantized/__init__.py' 2024-08-20T21:53:28.0413510Z adding 'torch/backends/xeon/__init__.py' 2024-08-20T21:53:28.0421140Z adding 'torch/backends/xeon/run_cpu.py' 2024-08-20T21:53:28.0422610Z adding 'torch/backends/xnnpack/__init__.py' 2024-08-20T21:53:28.1579510Z adding 'torch/bin/protoc' 2024-08-20T21:53:28.2763260Z adding 'torch/bin/protoc-3.13.0.0' 2024-08-20T21:53:28.2793310Z adding 'torch/bin/torch_shm_manager' 2024-08-20T21:53:28.2797310Z adding 'torch/compiler/__init__.py' 2024-08-20T21:53:28.2798830Z adding 'torch/contrib/__init__.py' 2024-08-20T21:53:28.2801080Z adding 'torch/contrib/_tensorboard_vis.py' 2024-08-20T21:53:28.2803110Z adding 'torch/cpu/__init__.py' 2024-08-20T21:53:28.2804600Z adding 'torch/cpu/amp/__init__.py' 2024-08-20T21:53:28.2806030Z adding 'torch/cpu/amp/autocast_mode.py' 2024-08-20T21:53:28.2807370Z adding 'torch/cpu/amp/grad_scaler.py' 2024-08-20T21:53:28.2818830Z adding 'torch/cuda/__init__.py' 2024-08-20T21:53:28.2820420Z adding 'torch/cuda/_gpu_trace.py' 2024-08-20T21:53:28.2826340Z adding 'torch/cuda/_memory_viz.py' 2024-08-20T21:53:28.2831020Z adding 'torch/cuda/_sanitizer.py' 2024-08-20T21:53:28.2832560Z adding 'torch/cuda/_utils.py' 2024-08-20T21:53:28.2833760Z adding 'torch/cuda/comm.py' 2024-08-20T21:53:28.2834900Z adding 'torch/cuda/error.py' 2024-08-20T21:53:28.2836570Z adding 'torch/cuda/gds.py' 2024-08-20T21:53:28.2841780Z adding 'torch/cuda/graphs.py' 2024-08-20T21:53:28.2844030Z adding 'torch/cuda/jiterator.py' 2024-08-20T21:53:28.2852530Z adding 'torch/cuda/memory.py' 2024-08-20T21:53:28.2854510Z adding 'torch/cuda/nccl.py' 2024-08-20T21:53:28.2856030Z adding 'torch/cuda/nvtx.py' 2024-08-20T21:53:28.2857590Z adding 'torch/cuda/profiler.py' 2024-08-20T21:53:28.2859360Z adding 'torch/cuda/random.py' 2024-08-20T21:53:28.2860520Z adding 'torch/cuda/sparse.py' 2024-08-20T21:53:28.2862870Z adding 'torch/cuda/streams.py' 2024-08-20T21:53:28.2865810Z adding 'torch/cuda/tunable.py' 2024-08-20T21:53:28.2867320Z adding 'torch/cuda/amp/__init__.py' 2024-08-20T21:53:28.2868930Z adding 'torch/cuda/amp/autocast_mode.py' 2024-08-20T21:53:28.2870080Z adding 'torch/cuda/amp/common.py' 2024-08-20T21:53:28.2871410Z adding 'torch/cuda/amp/grad_scaler.py' 2024-08-20T21:53:28.2873950Z adding 'torch/distributed/__init__.py' 2024-08-20T21:53:28.2881100Z adding 'torch/distributed/_checkpointable.py' 2024-08-20T21:53:28.2881540Z adding 'torch/distributed/_composable_state.py' 2024-08-20T21:53:28.2885550Z adding 'torch/distributed/_functional_collectives.py' 2024-08-20T21:53:28.2887280Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-08-20T21:53:28.2892800Z adding 'torch/distributed/_state_dict_utils.py' 2024-08-20T21:53:28.2894730Z adding 'torch/distributed/argparse_util.py' 2024-08-20T21:53:28.2896310Z adding 'torch/distributed/c10d_logger.py' 2024-08-20T21:53:28.2898940Z adding 'torch/distributed/collective_utils.py' 2024-08-20T21:53:28.2900330Z adding 'torch/distributed/constants.py' 2024-08-20T21:53:28.2907940Z adding 'torch/distributed/device_mesh.py' 2024-08-20T21:53:28.2950550Z adding 'torch/distributed/distributed_c10d.py' 2024-08-20T21:53:28.2953870Z adding 'torch/distributed/launch.py' 2024-08-20T21:53:28.2955220Z adding 'torch/distributed/logging_handlers.py' 2024-08-20T21:53:28.2957130Z adding 'torch/distributed/remote_device.py' 2024-08-20T21:53:28.2959950Z adding 'torch/distributed/rendezvous.py' 2024-08-20T21:53:28.2967880Z adding 'torch/distributed/run.py' 2024-08-20T21:53:28.2971380Z adding 'torch/distributed/utils.py' 2024-08-20T21:53:28.2972990Z adding 'torch/distributed/_composable/__init__.py' 2024-08-20T21:53:28.2974870Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-08-20T21:53:28.2977430Z adding 'torch/distributed/_composable/contract.py' 2024-08-20T21:53:28.2979420Z adding 'torch/distributed/_composable/fully_shard.py' 2024-08-20T21:53:28.2982190Z adding 'torch/distributed/_composable/replicate.py' 2024-08-20T21:53:28.2983670Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-08-20T21:53:28.2985420Z adding 'torch/distributed/_composable/fsdp/_fsdp_api.py' 2024-08-20T21:53:28.2989990Z adding 'torch/distributed/_composable/fsdp/_fsdp_collectives.py' 2024-08-20T21:53:28.2991940Z adding 'torch/distributed/_composable/fsdp/_fsdp_common.py' 2024-08-20T21:53:28.2994250Z adding 'torch/distributed/_composable/fsdp/_fsdp_init.py' 2024-08-20T21:53:28.3001920Z adding 'torch/distributed/_composable/fsdp/_fsdp_param.py' 2024-08-20T21:53:28.3007790Z adding 'torch/distributed/_composable/fsdp/_fsdp_param_group.py' 2024-08-20T21:53:28.3011790Z adding 'torch/distributed/_composable/fsdp/_fsdp_state.py' 2024-08-20T21:53:28.3016520Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-08-20T21:53:28.3018050Z adding 'torch/distributed/_shard/__init__.py' 2024-08-20T21:53:28.3019280Z adding 'torch/distributed/_shard/_utils.py' 2024-08-20T21:53:28.3022480Z adding 'torch/distributed/_shard/api.py' 2024-08-20T21:53:28.3024030Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-08-20T21:53:28.3025440Z adding 'torch/distributed/_shard/metadata.py' 2024-08-20T21:53:28.3026810Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-08-20T21:53:28.3028020Z adding 'torch/distributed/_shard/sharder.py' 2024-08-20T21:53:28.3029640Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-08-20T21:53:28.3031240Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-08-20T21:53:28.3033030Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-08-20T21:53:28.3036760Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-08-20T21:53:28.3047380Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-08-20T21:53:28.3048960Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-08-20T21:53:28.3050290Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-08-20T21:53:28.3051720Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-08-20T21:53:28.3054380Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-08-20T21:53:28.3055940Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-08-20T21:53:28.3058430Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-08-20T21:53:28.3059970Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-08-20T21:53:28.3061800Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-08-20T21:53:28.3063370Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-08-20T21:53:28.3065250Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-08-20T21:53:28.3066600Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-08-20T21:53:28.3068710Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-08-20T21:53:28.3070190Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-08-20T21:53:28.3071910Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-08-20T21:53:28.3073330Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-08-20T21:53:28.3075970Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-08-20T21:53:28.3078760Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-08-20T21:53:28.3081440Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-08-20T21:53:28.3082900Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-08-20T21:53:28.3086320Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-08-20T21:53:28.3089270Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-08-20T21:53:28.3093520Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-08-20T21:53:28.3094930Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-08-20T21:53:28.3096490Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-08-20T21:53:28.3103390Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2024-08-20T21:53:28.3105110Z adding 'torch/distributed/_tensor/__init__.py' 2024-08-20T21:53:28.3108630Z adding 'torch/distributed/_tensor/_collective_utils.py' 2024-08-20T21:53:28.3112890Z adding 'torch/distributed/_tensor/_dispatch.py' 2024-08-20T21:53:28.3117240Z adding 'torch/distributed/_tensor/_op_schema.py' 2024-08-20T21:53:28.3120750Z adding 'torch/distributed/_tensor/_redistribute.py' 2024-08-20T21:53:28.3125330Z adding 'torch/distributed/_tensor/_sharding_prop.py' 2024-08-20T21:53:28.3128240Z adding 'torch/distributed/_tensor/_shards_wrapper.py' 2024-08-20T21:53:28.3130540Z adding 'torch/distributed/_tensor/_tp_conv.py' 2024-08-20T21:53:28.3134180Z adding 'torch/distributed/_tensor/_utils.py' 2024-08-20T21:53:28.3144470Z adding 'torch/distributed/_tensor/api.py' 2024-08-20T21:53:28.3145950Z adding 'torch/distributed/_tensor/device_mesh.py' 2024-08-20T21:53:28.3153720Z adding 'torch/distributed/_tensor/placement_types.py' 2024-08-20T21:53:28.3157640Z adding 'torch/distributed/_tensor/random.py' 2024-08-20T21:53:28.3159250Z adding 'torch/distributed/_tensor/debug/__init__.py' 2024-08-20T21:53:28.3160930Z adding 'torch/distributed/_tensor/debug/_op_coverage.py' 2024-08-20T21:53:28.3166310Z adding 'torch/distributed/_tensor/debug/comm_mode.py' 2024-08-20T21:53:28.3168540Z adding 'torch/distributed/_tensor/debug/visualize_sharding.py' 2024-08-20T21:53:28.3170300Z adding 'torch/distributed/_tensor/experimental/__init__.py' 2024-08-20T21:53:28.3176710Z adding 'torch/distributed/_tensor/experimental/attention.py' 2024-08-20T21:53:28.3179670Z adding 'torch/distributed/_tensor/experimental/func_map.py' 2024-08-20T21:53:28.3181790Z adding 'torch/distributed/_tensor/experimental/register_sharding.py' 2024-08-20T21:53:28.3186270Z adding 'torch/distributed/_tensor/experimental/tp_transform.py' 2024-08-20T21:53:28.3187800Z adding 'torch/distributed/_tensor/ops/__init__.py' 2024-08-20T21:53:28.3191250Z adding 'torch/distributed/_tensor/ops/_common_rules.py' 2024-08-20T21:53:28.3192910Z adding 'torch/distributed/_tensor/ops/_conv_ops.py' 2024-08-20T21:53:28.3195120Z adding 'torch/distributed/_tensor/ops/_einsum_strategy.py' 2024-08-20T21:53:28.3197830Z adding 'torch/distributed/_tensor/ops/_embedding_ops.py' 2024-08-20T21:53:28.3199160Z adding 'torch/distributed/_tensor/ops/_experimental_ops.py' 2024-08-20T21:53:28.3206130Z adding 'torch/distributed/_tensor/ops/_math_ops.py' 2024-08-20T21:53:28.3209440Z adding 'torch/distributed/_tensor/ops/_matrix_ops.py' 2024-08-20T21:53:28.3213660Z adding 'torch/distributed/_tensor/ops/_pointwise_ops.py' 2024-08-20T21:53:28.3215150Z adding 'torch/distributed/_tensor/ops/_random_ops.py' 2024-08-20T21:53:28.3221600Z adding 'torch/distributed/_tensor/ops/_tensor_ops.py' 2024-08-20T21:53:28.3227480Z adding 'torch/distributed/_tensor/ops/_view_ops.py' 2024-08-20T21:53:28.3230360Z adding 'torch/distributed/_tensor/ops/utils.py' 2024-08-20T21:53:28.3231850Z adding 'torch/distributed/_tools/__init__.py' 2024-08-20T21:53:28.3236910Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2024-08-20T21:53:28.3245990Z adding 'torch/distributed/_tools/mem_tracker.py' 2024-08-20T21:53:28.3249070Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-08-20T21:53:28.3251730Z adding 'torch/distributed/_tools/mod_tracker.py' 2024-08-20T21:53:28.3253170Z adding 'torch/distributed/algorithms/__init__.py' 2024-08-20T21:53:28.3256700Z adding 'torch/distributed/algorithms/join.py' 2024-08-20T21:53:28.3258210Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-08-20T21:53:28.3261630Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-08-20T21:53:28.3262960Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-08-20T21:53:28.3265290Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-08-20T21:53:28.3266850Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-08-20T21:53:28.3268630Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-08-20T21:53:28.3270000Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-08-20T21:53:28.3271940Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-08-20T21:53:28.3273890Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-08-20T21:53:28.3278170Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-08-20T21:53:28.3279660Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-08-20T21:53:28.3281950Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-08-20T21:53:28.3283790Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-08-20T21:53:28.3285870Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-08-20T21:53:28.3287940Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-08-20T21:53:28.3296430Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-08-20T21:53:28.3298900Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-08-20T21:53:28.3300260Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-08-20T21:53:28.3302280Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-08-20T21:53:28.3305070Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-08-20T21:53:28.3306740Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-08-20T21:53:28.3308310Z adding 'torch/distributed/autograd/__init__.py' 2024-08-20T21:53:28.3310080Z adding 'torch/distributed/checkpoint/__init__.py' 2024-08-20T21:53:28.3311760Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-08-20T21:53:28.3313330Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-08-20T21:53:28.3314800Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-08-20T21:53:28.3316610Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-08-20T21:53:28.3318220Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-08-20T21:53:28.3320030Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-08-20T21:53:28.3321330Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-08-20T21:53:28.3323370Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-08-20T21:53:28.3324740Z adding 'torch/distributed/checkpoint/api.py' 2024-08-20T21:53:28.3328940Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-08-20T21:53:28.3334440Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-08-20T21:53:28.3337240Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-08-20T21:53:28.3338860Z adding 'torch/distributed/checkpoint/logger.py' 2024-08-20T21:53:28.3340100Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2024-08-20T21:53:28.3342020Z adding 'torch/distributed/checkpoint/metadata.py' 2024-08-20T21:53:28.3345310Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-08-20T21:53:28.3348960Z adding 'torch/distributed/checkpoint/planner.py' 2024-08-20T21:53:28.3352230Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-08-20T21:53:28.3353730Z adding 'torch/distributed/checkpoint/resharding.py' 2024-08-20T21:53:28.3355650Z adding 'torch/distributed/checkpoint/staging.py' 2024-08-20T21:53:28.3366180Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-08-20T21:53:28.3369380Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-08-20T21:53:28.3372510Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-08-20T21:53:28.3373900Z adding 'torch/distributed/checkpoint/stateful.py' 2024-08-20T21:53:28.3376210Z adding 'torch/distributed/checkpoint/storage.py' 2024-08-20T21:53:28.3379520Z adding 'torch/distributed/checkpoint/utils.py' 2024-08-20T21:53:28.3381640Z adding 'torch/distributed/elastic/__init__.py' 2024-08-20T21:53:28.3382990Z adding 'torch/distributed/elastic/control_plane.py' 2024-08-20T21:53:28.3384280Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-08-20T21:53:28.3385910Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-08-20T21:53:28.3394560Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-08-20T21:53:28.3396250Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2024-08-20T21:53:28.3400050Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-08-20T21:53:28.3402410Z adding 'torch/distributed/elastic/events/__init__.py' 2024-08-20T21:53:28.3404090Z adding 'torch/distributed/elastic/events/api.py' 2024-08-20T21:53:28.3405400Z adding 'torch/distributed/elastic/events/handlers.py' 2024-08-20T21:53:28.3407580Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-08-20T21:53:28.3412480Z adding 'torch/distributed/elastic/metrics/api.py' 2024-08-20T21:53:28.3412910Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-08-20T21:53:28.3419750Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-08-20T21:53:28.3421560Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-08-20T21:53:28.3423620Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-08-20T21:53:28.3427720Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-08-20T21:53:28.3430000Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-08-20T21:53:28.3430950Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-08-20T21:53:28.3432720Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-08-20T21:53:28.3433710Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-08-20T21:53:28.3435490Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-08-20T21:53:28.3437750Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-08-20T21:53:28.3440910Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-08-20T21:53:28.3443940Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-08-20T21:53:28.3453230Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-08-20T21:53:28.3462380Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-08-20T21:53:28.3464780Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-08-20T21:53:28.3467430Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-08-20T21:53:28.3469800Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-08-20T21:53:28.3471220Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-08-20T21:53:28.3472970Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-08-20T21:53:28.3475520Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-08-20T21:53:28.3477240Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-08-20T21:53:28.3480490Z adding 'torch/distributed/elastic/timer/api.py' 2024-08-20T21:53:28.3481830Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2024-08-20T21:53:28.3485530Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-08-20T21:53:28.3487360Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-08-20T21:53:28.3488780Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-08-20T21:53:28.3490220Z adding 'torch/distributed/elastic/utils/api.py' 2024-08-20T21:53:28.3492360Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-08-20T21:53:28.3493590Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-08-20T21:53:28.3495050Z adding 'torch/distributed/elastic/utils/logging.py' 2024-08-20T21:53:28.3497420Z adding 'torch/distributed/elastic/utils/store.py' 2024-08-20T21:53:28.3498830Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-08-20T21:53:28.3500250Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-08-20T21:53:28.3501860Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-08-20T21:53:28.3503340Z adding 'torch/distributed/fsdp/__init__.py' 2024-08-20T21:53:28.3508960Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-08-20T21:53:28.3511150Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-08-20T21:53:28.3512720Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-08-20T21:53:28.3516220Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-08-20T21:53:28.3542890Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-08-20T21:53:28.3545260Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-08-20T21:53:28.3555700Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-08-20T21:53:28.3557260Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-08-20T21:53:28.3577710Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-08-20T21:53:28.3593200Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-08-20T21:53:28.3595350Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-08-20T21:53:28.3602100Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-08-20T21:53:28.3605030Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-08-20T21:53:28.3607100Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-08-20T21:53:28.3610120Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-08-20T21:53:28.3613070Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-08-20T21:53:28.3617540Z adding 'torch/distributed/fsdp/api.py' 2024-08-20T21:53:28.3638580Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-08-20T21:53:28.3642860Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-08-20T21:53:28.3649070Z adding 'torch/distributed/fsdp/wrap.py' 2024-08-20T21:53:28.3650650Z adding 'torch/distributed/launcher/__init__.py' 2024-08-20T21:53:28.3653590Z adding 'torch/distributed/launcher/api.py' 2024-08-20T21:53:28.3654950Z adding 'torch/distributed/nn/__init__.py' 2024-08-20T21:53:28.3658320Z adding 'torch/distributed/nn/functional.py' 2024-08-20T21:53:28.3659530Z adding 'torch/distributed/nn/api/__init__.py' 2024-08-20T21:53:28.3665150Z adding 'torch/distributed/nn/api/remote_module.py' 2024-08-20T21:53:28.3666390Z adding 'torch/distributed/nn/jit/__init__.py' 2024-08-20T21:53:28.3668030Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-08-20T21:53:28.3668730Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-08-20T21:53:28.3670450Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-08-20T21:53:28.3671780Z adding 'torch/distributed/optim/__init__.py' 2024-08-20T21:53:28.3673520Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-08-20T21:53:28.3674960Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-08-20T21:53:28.3676430Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-08-20T21:53:28.3678210Z adding 'torch/distributed/optim/functional_adam.py' 2024-08-20T21:53:28.3679670Z adding 'torch/distributed/optim/functional_adamax.py' 2024-08-20T21:53:28.3681390Z adding 'torch/distributed/optim/functional_adamw.py' 2024-08-20T21:53:28.3682870Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-08-20T21:53:28.3684220Z adding 'torch/distributed/optim/functional_rprop.py' 2024-08-20T21:53:28.3685790Z adding 'torch/distributed/optim/functional_sgd.py' 2024-08-20T21:53:28.3688910Z adding 'torch/distributed/optim/named_optimizer.py' 2024-08-20T21:53:28.3691520Z adding 'torch/distributed/optim/optimizer.py' 2024-08-20T21:53:28.3693110Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-08-20T21:53:28.3693970Z adding 'torch/distributed/optim/utils.py' 2024-08-20T21:53:28.3709880Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-08-20T21:53:28.3721930Z adding 'torch/distributed/pipelining/_IR.py' 2024-08-20T21:53:28.3723220Z adding 'torch/distributed/pipelining/__init__.py' 2024-08-20T21:53:28.3724690Z adding 'torch/distributed/pipelining/_backward.py' 2024-08-20T21:53:28.3729500Z adding 'torch/distributed/pipelining/_debug.py' 2024-08-20T21:53:28.3729870Z adding 'torch/distributed/pipelining/_unflatten.py' 2024-08-20T21:53:28.3730560Z adding 'torch/distributed/pipelining/_utils.py' 2024-08-20T21:53:28.3731870Z adding 'torch/distributed/pipelining/microbatch.py' 2024-08-20T21:53:28.3748070Z adding 'torch/distributed/pipelining/schedules.py' 2024-08-20T21:53:28.3760190Z adding 'torch/distributed/pipelining/stage.py' 2024-08-20T21:53:28.3763250Z adding 'torch/distributed/rpc/__init__.py' 2024-08-20T21:53:28.3764460Z adding 'torch/distributed/rpc/_utils.py' 2024-08-20T21:53:28.3771410Z adding 'torch/distributed/rpc/api.py' 2024-08-20T21:53:28.3775160Z adding 'torch/distributed/rpc/backend_registry.py' 2024-08-20T21:53:28.3775910Z adding 'torch/distributed/rpc/constants.py' 2024-08-20T21:53:28.3778020Z adding 'torch/distributed/rpc/functions.py' 2024-08-20T21:53:28.3780530Z adding 'torch/distributed/rpc/internal.py' 2024-08-20T21:53:28.3782460Z adding 'torch/distributed/rpc/options.py' 2024-08-20T21:53:28.3783720Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-08-20T21:53:28.3785890Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-08-20T21:53:28.3786810Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-08-20T21:53:28.3788250Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-08-20T21:53:28.3788900Z adding 'torch/distributed/tensor/__init__.py' 2024-08-20T21:53:28.3790350Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-08-20T21:53:28.3791240Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-08-20T21:53:28.3792670Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-08-20T21:53:28.3794330Z adding 'torch/distributed/tensor/parallel/api.py' 2024-08-20T21:53:28.3795810Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-08-20T21:53:28.3798970Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-08-20T21:53:28.3800400Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-08-20T21:53:28.3804060Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-08-20T21:53:28.3808770Z adding 'torch/distributed/tensor/parallel/style.py' 2024-08-20T21:53:28.3811250Z adding 'torch/distributions/__init__.py' 2024-08-20T21:53:28.3812760Z adding 'torch/distributions/bernoulli.py' 2024-08-20T21:53:28.3814060Z adding 'torch/distributions/beta.py' 2024-08-20T21:53:28.3815820Z adding 'torch/distributions/binomial.py' 2024-08-20T21:53:28.3817540Z adding 'torch/distributions/categorical.py' 2024-08-20T21:53:28.3818830Z adding 'torch/distributions/cauchy.py' 2024-08-20T21:53:28.3819580Z adding 'torch/distributions/chi2.py' 2024-08-20T21:53:28.3822010Z adding 'torch/distributions/constraint_registry.py' 2024-08-20T21:53:28.3825510Z adding 'torch/distributions/constraints.py' 2024-08-20T21:53:28.3827830Z adding 'torch/distributions/continuous_bernoulli.py' 2024-08-20T21:53:28.3829190Z adding 'torch/distributions/dirichlet.py' 2024-08-20T21:53:28.3831870Z adding 'torch/distributions/distribution.py' 2024-08-20T21:53:28.3833090Z adding 'torch/distributions/exp_family.py' 2024-08-20T21:53:28.3834310Z adding 'torch/distributions/exponential.py' 2024-08-20T21:53:28.3835680Z adding 'torch/distributions/fishersnedecor.py' 2024-08-20T21:53:28.3836980Z adding 'torch/distributions/gamma.py' 2024-08-20T21:53:28.3838570Z adding 'torch/distributions/geometric.py' 2024-08-20T21:53:28.3839760Z adding 'torch/distributions/gumbel.py' 2024-08-20T21:53:28.3840980Z adding 'torch/distributions/half_cauchy.py' 2024-08-20T21:53:28.3842170Z adding 'torch/distributions/half_normal.py' 2024-08-20T21:53:28.3843480Z adding 'torch/distributions/independent.py' 2024-08-20T21:53:28.3844690Z adding 'torch/distributions/inverse_gamma.py' 2024-08-20T21:53:28.3850330Z adding 'torch/distributions/kl.py' 2024-08-20T21:53:28.3851810Z adding 'torch/distributions/kumaraswamy.py' 2024-08-20T21:53:28.3853140Z adding 'torch/distributions/laplace.py' 2024-08-20T21:53:28.3855020Z adding 'torch/distributions/lkj_cholesky.py' 2024-08-20T21:53:28.3856220Z adding 'torch/distributions/log_normal.py' 2024-08-20T21:53:28.3856990Z adding 'torch/distributions/logistic_normal.py' 2024-08-20T21:53:28.3859580Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-08-20T21:53:28.3861640Z adding 'torch/distributions/mixture_same_family.py' 2024-08-20T21:53:28.3863390Z adding 'torch/distributions/multinomial.py' 2024-08-20T21:53:28.3865820Z adding 'torch/distributions/multivariate_normal.py' 2024-08-20T21:53:28.3867390Z adding 'torch/distributions/negative_binomial.py' 2024-08-20T21:53:28.3868720Z adding 'torch/distributions/normal.py' 2024-08-20T21:53:28.3870230Z adding 'torch/distributions/one_hot_categorical.py' 2024-08-20T21:53:28.3871440Z adding 'torch/distributions/pareto.py' 2024-08-20T21:53:28.3872160Z adding 'torch/distributions/poisson.py' 2024-08-20T21:53:28.3874040Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-08-20T21:53:28.3875570Z adding 'torch/distributions/relaxed_categorical.py' 2024-08-20T21:53:28.3876930Z adding 'torch/distributions/studentT.py' 2024-08-20T21:53:28.3879060Z adding 'torch/distributions/transformed_distribution.py' 2024-08-20T21:53:28.3886230Z adding 'torch/distributions/transforms.py' 2024-08-20T21:53:28.3887670Z adding 'torch/distributions/uniform.py' 2024-08-20T21:53:28.3889700Z adding 'torch/distributions/utils.py' 2024-08-20T21:53:28.3891520Z adding 'torch/distributions/von_mises.py' 2024-08-20T21:53:28.3892730Z adding 'torch/distributions/weibull.py' 2024-08-20T21:53:28.3895560Z adding 'torch/distributions/wishart.py' 2024-08-20T21:53:28.3899460Z adding 'torch/export/__init__.py' 2024-08-20T21:53:28.3901030Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-08-20T21:53:28.3902830Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-08-20T21:53:28.3904070Z adding 'torch/export/_safeguard.py' 2024-08-20T21:53:28.3921490Z adding 'torch/export/_trace.py' 2024-08-20T21:53:28.3923010Z adding 'torch/export/_tree_utils.py' 2024-08-20T21:53:28.3925920Z adding 'torch/export/_unlift.py' 2024-08-20T21:53:28.3926550Z adding 'torch/export/custom_obj.py' 2024-08-20T21:53:28.3937100Z adding 'torch/export/dynamic_shapes.py' 2024-08-20T21:53:28.3947110Z adding 'torch/export/exported_program.py' 2024-08-20T21:53:28.3954780Z adding 'torch/export/graph_signature.py' 2024-08-20T21:53:28.3961850Z adding 'torch/export/unflatten.py' 2024-08-20T21:53:28.3965160Z adding 'torch/export/experimental/__init__.py' 2024-08-20T21:53:28.3972750Z adding 'torch/fft/__init__.py' 2024-08-20T21:53:28.3974290Z adding 'torch/func/__init__.py' 2024-08-20T21:53:28.3977890Z adding 'torch/futures/__init__.py' 2024-08-20T21:53:28.3979870Z adding 'torch/fx/__init__.py' 2024-08-20T21:53:28.3981060Z adding 'torch/fx/__init__.pyi' 2024-08-20T21:53:28.3981790Z adding 'torch/fx/_compatibility.py' 2024-08-20T21:53:28.3984130Z adding 'torch/fx/_lazy_graph_module.py' 2024-08-20T21:53:28.3985520Z adding 'torch/fx/_pytree.py' 2024-08-20T21:53:28.3996420Z adding 'torch/fx/_symbolic_trace.py' 2024-08-20T21:53:28.3997950Z adding 'torch/fx/_utils.py' 2024-08-20T21:53:28.3999160Z adding 'torch/fx/annotate.py' 2024-08-20T21:53:28.3999800Z adding 'torch/fx/config.py' 2024-08-20T21:53:28.4016810Z adding 'torch/fx/graph.py' 2024-08-20T21:53:28.4025750Z adding 'torch/fx/graph_module.py' 2024-08-20T21:53:28.4027300Z adding 'torch/fx/immutable_collections.py' 2024-08-20T21:53:28.4031410Z adding 'torch/fx/interpreter.py' 2024-08-20T21:53:28.4039170Z adding 'torch/fx/node.py' 2024-08-20T21:53:28.4044050Z adding 'torch/fx/operator_schemas.py' 2024-08-20T21:53:28.4049470Z adding 'torch/fx/proxy.py' 2024-08-20T21:53:28.4053110Z adding 'torch/fx/subgraph_rewriter.py' 2024-08-20T21:53:28.4054460Z adding 'torch/fx/tensor_type.py' 2024-08-20T21:53:28.4055830Z adding 'torch/fx/traceback.py' 2024-08-20T21:53:28.4057100Z adding 'torch/fx/experimental/__init__.py' 2024-08-20T21:53:28.4058380Z adding 'torch/fx/experimental/_backward_state.py' 2024-08-20T21:53:28.4059710Z adding 'torch/fx/experimental/_config.py' 2024-08-20T21:53:28.4069510Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-08-20T21:53:28.4072810Z adding 'torch/fx/experimental/const_fold.py' 2024-08-20T21:53:28.4074000Z adding 'torch/fx/experimental/debug.py' 2024-08-20T21:53:28.4080470Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-08-20T21:53:28.4082700Z adding 'torch/fx/experimental/merge_matmul.py' 2024-08-20T21:53:28.4085280Z adding 'torch/fx/experimental/meta_tracer.py' 2024-08-20T21:53:28.4087150Z adding 'torch/fx/experimental/normalize.py' 2024-08-20T21:53:28.4091220Z adding 'torch/fx/experimental/optimization.py' 2024-08-20T21:53:28.4094290Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-08-20T21:53:28.4113680Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-08-20T21:53:28.4118620Z adding 'torch/fx/experimental/recording.py' 2024-08-20T21:53:28.4119410Z adding 'torch/fx/experimental/refinement_types.py' 2024-08-20T21:53:28.4121420Z adding 'torch/fx/experimental/rewriter.py' 2024-08-20T21:53:28.4123130Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-08-20T21:53:28.4133680Z adding 'torch/fx/experimental/sym_node.py' 2024-08-20T21:53:28.4197580Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-08-20T21:53:28.4200120Z adding 'torch/fx/experimental/unify_refinements.py' 2024-08-20T21:53:28.4206970Z adding 'torch/fx/experimental/validator.py' 2024-08-20T21:53:28.4208330Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-08-20T21:53:28.4211300Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-08-20T21:53:28.4219350Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-08-20T21:53:28.4227500Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-08-20T21:53:28.4228550Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-08-20T21:53:28.4231690Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-08-20T21:53:28.4232580Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-08-20T21:53:28.4233930Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-08-20T21:53:28.4235250Z adding 'torch/fx/experimental/unification/__init__.py' 2024-08-20T21:53:28.4236550Z adding 'torch/fx/experimental/unification/core.py' 2024-08-20T21:53:28.4237230Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-08-20T21:53:28.4238950Z adding 'torch/fx/experimental/unification/match.py' 2024-08-20T21:53:28.4240350Z adding 'torch/fx/experimental/unification/more.py' 2024-08-20T21:53:28.4243030Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-08-20T21:53:28.4244470Z adding 'torch/fx/experimental/unification/utils.py' 2024-08-20T21:53:28.4245760Z adding 'torch/fx/experimental/unification/variable.py' 2024-08-20T21:53:28.4247120Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-08-20T21:53:28.4248580Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-08-20T21:53:28.4250040Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-08-20T21:53:28.4253330Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-08-20T21:53:28.4255030Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-08-20T21:53:28.4256510Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-08-20T21:53:28.4257360Z adding 'torch/fx/passes/__init__.py' 2024-08-20T21:53:28.4258880Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-08-20T21:53:28.4260220Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-08-20T21:53:28.4263770Z adding 'torch/fx/passes/graph_drawer.py' 2024-08-20T21:53:28.4265430Z adding 'torch/fx/passes/graph_manipulation.py' 2024-08-20T21:53:28.4266750Z adding 'torch/fx/passes/graph_transform_observer.py' 2024-08-20T21:53:28.4273320Z adding 'torch/fx/passes/net_min_base.py' 2024-08-20T21:53:28.4275630Z adding 'torch/fx/passes/operator_support.py' 2024-08-20T21:53:28.4277010Z adding 'torch/fx/passes/param_fetch.py' 2024-08-20T21:53:28.4279100Z adding 'torch/fx/passes/pass_manager.py' 2024-08-20T21:53:28.4286870Z adding 'torch/fx/passes/reinplace.py' 2024-08-20T21:53:28.4292160Z adding 'torch/fx/passes/runtime_assert.py' 2024-08-20T21:53:28.4294370Z adding 'torch/fx/passes/shape_prop.py' 2024-08-20T21:53:28.4299570Z adding 'torch/fx/passes/split_module.py' 2024-08-20T21:53:28.4302560Z adding 'torch/fx/passes/split_utils.py' 2024-08-20T21:53:28.4310020Z adding 'torch/fx/passes/splitter_base.py' 2024-08-20T21:53:28.4313140Z adding 'torch/fx/passes/tools_common.py' 2024-08-20T21:53:28.4314350Z adding 'torch/fx/passes/backends/__init__.py' 2024-08-20T21:53:28.4320530Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-08-20T21:53:28.4320890Z adding 'torch/fx/passes/dialect/__init__.py' 2024-08-20T21:53:28.4321250Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-08-20T21:53:28.4321620Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-08-20T21:53:28.4321970Z adding 'torch/fx/passes/infra/__init__.py' 2024-08-20T21:53:28.4323870Z adding 'torch/fx/passes/infra/partitioner.py' 2024-08-20T21:53:28.4325160Z adding 'torch/fx/passes/infra/pass_base.py' 2024-08-20T21:53:28.4327930Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-08-20T21:53:28.4328700Z adding 'torch/fx/passes/tests/__init__.py' 2024-08-20T21:53:28.4330110Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-08-20T21:53:28.4331330Z adding 'torch/fx/passes/utils/__init__.py' 2024-08-20T21:53:28.4332570Z adding 'torch/fx/passes/utils/common.py' 2024-08-20T21:53:28.4335120Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-08-20T21:53:28.4339030Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-08-20T21:53:28.4340710Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-08-20T21:53:28.4342490Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-08-20T21:53:28.4344160Z adding 'torch/include/clog.h' 2024-08-20T21:53:28.4351400Z adding 'torch/include/cpuinfo.h' 2024-08-20T21:53:28.4352690Z adding 'torch/include/experiments-config.h' 2024-08-20T21:53:28.4353320Z adding 'torch/include/fp16.h' 2024-08-20T21:53:28.4356080Z adding 'torch/include/fxdiv.h' 2024-08-20T21:53:28.4357270Z adding 'torch/include/libshm.h' 2024-08-20T21:53:28.4361300Z adding 'torch/include/nnpack.h' 2024-08-20T21:53:28.4365450Z adding 'torch/include/omp.h' 2024-08-20T21:53:28.4371250Z adding 'torch/include/psimd.h' 2024-08-20T21:53:28.4380220Z adding 'torch/include/pthreadpool.h' 2024-08-20T21:53:28.4381930Z adding 'torch/include/qnnpack_func.h' 2024-08-20T21:53:28.4397960Z adding 'torch/include/sleef.h' 2024-08-20T21:53:28.4423150Z adding 'torch/include/xnnpack.h' 2024-08-20T21:53:28.4426840Z adding 'torch/include/ATen/ATen.h' 2024-08-20T21:53:28.4428650Z adding 'torch/include/ATen/AccumulateType.h' 2024-08-20T21:53:28.4429370Z adding 'torch/include/ATen/ArrayRef.h' 2024-08-20T21:53:28.4430590Z adding 'torch/include/ATen/Backend.h' 2024-08-20T21:53:28.4431260Z adding 'torch/include/ATen/Backtrace.h' 2024-08-20T21:53:28.4432660Z adding 'torch/include/ATen/BlasBackend.h' 2024-08-20T21:53:28.4435260Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-08-20T21:53:28.4436580Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-08-20T21:53:28.4437820Z adding 'torch/include/ATen/CPUFunctions.h' 2024-08-20T21:53:28.4441060Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-08-20T21:53:28.4442340Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-08-20T21:53:28.4443640Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-08-20T21:53:28.4447200Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-08-20T21:53:28.4448500Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-08-20T21:53:28.4449870Z adding 'torch/include/ATen/CollapseDims.h' 2024-08-20T21:53:28.4451300Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-08-20T21:53:28.4455050Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-08-20T21:53:28.4456660Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-08-20T21:53:28.4459150Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-08-20T21:53:28.4460110Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-08-20T21:53:28.4463720Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-08-20T21:53:28.4465190Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-08-20T21:53:28.4465970Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-08-20T21:53:28.4466720Z adding 'torch/include/ATen/Config.h' 2024-08-20T21:53:28.4471070Z adding 'torch/include/ATen/Context.h' 2024-08-20T21:53:28.4472280Z adding 'torch/include/ATen/DLConvertor.h' 2024-08-20T21:53:28.4472930Z adding 'torch/include/ATen/Device.h' 2024-08-20T21:53:28.4474250Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-08-20T21:53:28.4475080Z adding 'torch/include/ATen/DeviceGuard.h' 2024-08-20T21:53:28.4476300Z adding 'torch/include/ATen/DimVector.h' 2024-08-20T21:53:28.4476730Z adding 'torch/include/ATen/Dimname.h' 2024-08-20T21:53:28.4482070Z adding 'torch/include/ATen/Dispatch.h' 2024-08-20T21:53:28.4485830Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-08-20T21:53:28.4487030Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-08-20T21:53:28.4488290Z adding 'torch/include/ATen/EmptyTensor.h' 2024-08-20T21:53:28.4489480Z adding 'torch/include/ATen/ExpandBase.h' 2024-08-20T21:53:28.4492160Z adding 'torch/include/ATen/ExpandUtils.h' 2024-08-20T21:53:28.4492820Z adding 'torch/include/ATen/Formatting.h' 2024-08-20T21:53:28.4494300Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-08-20T21:53:28.4496620Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-08-20T21:53:28.4500540Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-08-20T21:53:28.4506970Z adding 'torch/include/ATen/Functions.h' 2024-08-20T21:53:28.4508160Z adding 'torch/include/ATen/Generator.h' 2024-08-20T21:53:28.4509430Z adding 'torch/include/ATen/InferSize.h' 2024-08-20T21:53:28.4510200Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-08-20T21:53:28.4511010Z adding 'torch/include/ATen/Layout.h' 2024-08-20T21:53:28.4512480Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-08-20T21:53:28.4514380Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-08-20T21:53:28.4515130Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-08-20T21:53:28.4517840Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-08-20T21:53:28.4518550Z adding 'torch/include/ATen/LinalgBackend.h' 2024-08-20T21:53:28.4520020Z adding 'torch/include/ATen/MPSFunctions.h' 2024-08-20T21:53:28.4522110Z adding 'torch/include/ATen/MPSFunctions_inl.h' 2024-08-20T21:53:28.4523480Z adding 'torch/include/ATen/MapAllocator.h' 2024-08-20T21:53:28.4525040Z adding 'torch/include/ATen/MatrixRef.h' 2024-08-20T21:53:28.4526320Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-08-20T21:53:28.4527110Z adding 'torch/include/ATen/MetaFunctions.h' 2024-08-20T21:53:28.4532270Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-08-20T21:53:28.4532620Z adding 'torch/include/ATen/MethodOperators.h' 2024-08-20T21:53:28.4532950Z adding 'torch/include/ATen/NamedTensor.h' 2024-08-20T21:53:28.4534560Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-08-20T21:53:28.4540690Z adding 'torch/include/ATen/NativeFunctions.h' 2024-08-20T21:53:28.4546700Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-08-20T21:53:28.4549620Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-08-20T21:53:28.4551000Z adding 'torch/include/ATen/NumericUtils.h' 2024-08-20T21:53:28.4552210Z adding 'torch/include/ATen/OpMathType.h' 2024-08-20T21:53:28.4553910Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-08-20T21:53:28.4560200Z adding 'torch/include/ATen/Operators.h' 2024-08-20T21:53:28.4561460Z adding 'torch/include/ATen/PTThreadPool.h' 2024-08-20T21:53:28.4562210Z adding 'torch/include/ATen/PadNd.h' 2024-08-20T21:53:28.4563720Z adding 'torch/include/ATen/Parallel-inl.h' 2024-08-20T21:53:28.4565340Z adding 'torch/include/ATen/Parallel.h' 2024-08-20T21:53:28.4566060Z adding 'torch/include/ATen/ParallelFuture.h' 2024-08-20T21:53:28.4567340Z adding 'torch/include/ATen/ParallelNative.h' 2024-08-20T21:53:28.4568590Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-08-20T21:53:28.4569300Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-08-20T21:53:28.4753410Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-08-20T21:53:28.4854380Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-08-20T21:53:28.4859300Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-08-20T21:53:28.4859890Z adding 'torch/include/ATen/Scalar.h' 2024-08-20T21:53:28.4861270Z adding 'torch/include/ATen/ScalarOps.h' 2024-08-20T21:53:28.4861880Z adding 'torch/include/ATen/ScalarType.h' 2024-08-20T21:53:28.4863140Z adding 'torch/include/ATen/SequenceNumber.h' 2024-08-20T21:53:28.4863550Z adding 'torch/include/ATen/SmallVector.h' 2024-08-20T21:53:28.4865810Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-08-20T21:53:28.4868730Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-08-20T21:53:28.4872000Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-08-20T21:53:28.4872600Z adding 'torch/include/ATen/Storage.h' 2024-08-20T21:53:28.4873940Z adding 'torch/include/ATen/StorageUtils.h' 2024-08-20T21:53:28.4874350Z adding 'torch/include/ATen/Tensor.h' 2024-08-20T21:53:28.4875590Z adding 'torch/include/ATen/TensorAccessor.h' 2024-08-20T21:53:28.4876860Z adding 'torch/include/ATen/TensorGeometry.h' 2024-08-20T21:53:28.4882140Z adding 'torch/include/ATen/TensorIndexing.h' 2024-08-20T21:53:28.4890810Z adding 'torch/include/ATen/TensorIterator.h' 2024-08-20T21:53:28.4892180Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-08-20T21:53:28.4893710Z adding 'torch/include/ATen/TensorMeta.h' 2024-08-20T21:53:28.4895090Z adding 'torch/include/ATen/TensorNames.h' 2024-08-20T21:53:28.4896350Z adding 'torch/include/ATen/TensorOperators.h' 2024-08-20T21:53:28.4896730Z adding 'torch/include/ATen/TensorOptions.h' 2024-08-20T21:53:28.4898360Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-08-20T21:53:28.4899910Z adding 'torch/include/ATen/TensorUtils.h' 2024-08-20T21:53:28.4900610Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-08-20T21:53:28.4902250Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-08-20T21:53:28.4904040Z adding 'torch/include/ATen/TracerMode.h' 2024-08-20T21:53:28.4904710Z adding 'torch/include/ATen/TypeDefault.h' 2024-08-20T21:53:28.4906250Z adding 'torch/include/ATen/Utils.h' 2024-08-20T21:53:28.4906840Z adding 'torch/include/ATen/Version.h' 2024-08-20T21:53:28.5033230Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-08-20T21:53:28.5043070Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-08-20T21:53:28.5044330Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-08-20T21:53:28.5050660Z adding 'torch/include/ATen/autocast_mode.h' 2024-08-20T21:53:28.5051880Z adding 'torch/include/ATen/ceil_div.h' 2024-08-20T21:53:28.5053800Z adding 'torch/include/ATen/code_template.h' 2024-08-20T21:53:28.5055190Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-08-20T21:53:28.5055780Z adding 'torch/include/ATen/div_rtn.h' 2024-08-20T21:53:28.5058160Z adding 'torch/include/ATen/dlpack.h' 2024-08-20T21:53:28.5058830Z adding 'torch/include/ATen/jit_macros.h' 2024-08-20T21:53:28.5060210Z adding 'torch/include/ATen/jiterator_macros.h' 2024-08-20T21:53:28.5065030Z adding 'torch/include/ATen/record_function.h' 2024-08-20T21:53:28.5066870Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-08-20T21:53:28.5067470Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-08-20T21:53:28.5068670Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-08-20T21:53:28.5070160Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-08-20T21:53:28.5072170Z adding 'torch/include/ATen/core/Array.h' 2024-08-20T21:53:28.5072890Z adding 'torch/include/ATen/core/Backtrace.h' 2024-08-20T21:53:28.5076460Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2024-08-20T21:53:28.5077320Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-08-20T21:53:28.5079000Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-08-20T21:53:28.5080490Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-08-20T21:53:28.5083660Z adding 'torch/include/ATen/core/Dict.h' 2024-08-20T21:53:28.5085620Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-08-20T21:53:28.5086320Z adding 'torch/include/ATen/core/DimVector.h' 2024-08-20T21:53:28.5087650Z adding 'torch/include/ATen/core/Dimname.h' 2024-08-20T21:53:28.5089900Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-08-20T21:53:28.5090590Z adding 'torch/include/ATen/core/Formatting.h' 2024-08-20T21:53:28.5092830Z adding 'torch/include/ATen/core/Generator.h' 2024-08-20T21:53:28.5094120Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-08-20T21:53:28.5098400Z adding 'torch/include/ATen/core/IListRef.h' 2024-08-20T21:53:28.5100110Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-08-20T21:53:28.5101790Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-08-20T21:53:28.5105040Z adding 'torch/include/ATen/core/List.h' 2024-08-20T21:53:28.5107430Z adding 'torch/include/ATen/core/List_inl.h' 2024-08-20T21:53:28.5109460Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-08-20T21:53:28.5111170Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-08-20T21:53:28.5112980Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-08-20T21:53:28.5115100Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-08-20T21:53:28.5115790Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-08-20T21:53:28.5117180Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-08-20T21:53:28.5117980Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-08-20T21:53:28.5119200Z adding 'torch/include/ATen/core/Range.h' 2024-08-20T21:53:28.5119870Z adding 'torch/include/ATen/core/Reduction.h' 2024-08-20T21:53:28.5120580Z adding 'torch/include/ATen/core/Scalar.h' 2024-08-20T21:53:28.5121810Z adding 'torch/include/ATen/core/ScalarType.h' 2024-08-20T21:53:28.5122620Z adding 'torch/include/ATen/core/Tensor.h' 2024-08-20T21:53:28.5125190Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-08-20T21:53:28.5133500Z adding 'torch/include/ATen/core/TensorBase.h' 2024-08-20T21:53:28.5169280Z adding 'torch/include/ATen/core/TensorBody.h' 2024-08-20T21:53:28.5176940Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-08-20T21:53:28.5177380Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-08-20T21:53:28.5177790Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-08-20T21:53:28.5178180Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-08-20T21:53:28.5178570Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-08-20T21:53:28.5178950Z adding 'torch/include/ATen/core/Variadic.h' 2024-08-20T21:53:28.5179270Z adding 'torch/include/ATen/core/Vitals.h' 2024-08-20T21:53:28.5180080Z adding 'torch/include/ATen/core/alias_info.h' 2024-08-20T21:53:28.5189450Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-08-20T21:53:28.5191390Z adding 'torch/include/ATen/core/blob.h' 2024-08-20T21:53:28.5192620Z adding 'torch/include/ATen/core/builtin_function.h' 2024-08-20T21:53:28.5195750Z adding 'torch/include/ATen/core/class_type.h' 2024-08-20T21:53:28.5196500Z adding 'torch/include/ATen/core/custom_class.h' 2024-08-20T21:53:28.5199250Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-08-20T21:53:28.5199880Z adding 'torch/include/ATen/core/enum_tag.h' 2024-08-20T21:53:28.5201390Z adding 'torch/include/ATen/core/enum_type.h' 2024-08-20T21:53:28.5202780Z adding 'torch/include/ATen/core/function.h' 2024-08-20T21:53:28.5208240Z adding 'torch/include/ATen/core/function_schema.h' 2024-08-20T21:53:28.5211610Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-08-20T21:53:28.5212690Z adding 'torch/include/ATen/core/functional.h' 2024-08-20T21:53:28.5213510Z adding 'torch/include/ATen/core/grad_mode.h' 2024-08-20T21:53:28.5216340Z adding 'torch/include/ATen/core/interned_strings.h' 2024-08-20T21:53:28.5217120Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-08-20T21:53:28.5228670Z adding 'torch/include/ATen/core/ivalue.h' 2024-08-20T21:53:28.5246730Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-08-20T21:53:28.5248050Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-08-20T21:53:28.5261820Z adding 'torch/include/ATen/core/jit_type.h' 2024-08-20T21:53:28.5266630Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-08-20T21:53:28.5268080Z adding 'torch/include/ATen/core/operator_name.h' 2024-08-20T21:53:28.5269600Z adding 'torch/include/ATen/core/qualified_name.h' 2024-08-20T21:53:28.5270400Z adding 'torch/include/ATen/core/rref_interface.h' 2024-08-20T21:53:28.5272410Z adding 'torch/include/ATen/core/stack.h' 2024-08-20T21:53:28.5274210Z adding 'torch/include/ATen/core/symbol.h' 2024-08-20T21:53:28.5275540Z adding 'torch/include/ATen/core/type_factory.h' 2024-08-20T21:53:28.5276260Z adding 'torch/include/ATen/core/type_ptr.h' 2024-08-20T21:53:28.5277030Z adding 'torch/include/ATen/core/typeid.h' 2024-08-20T21:53:28.5279800Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-08-20T21:53:28.5281130Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-08-20T21:53:28.5283100Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-08-20T21:53:28.5285830Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-08-20T21:53:28.5286550Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-08-20T21:53:28.5288210Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-08-20T21:53:28.5289040Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-08-20T21:53:28.5292010Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-08-20T21:53:28.5297060Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-08-20T21:53:28.5298530Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-08-20T21:53:28.5299990Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-08-20T21:53:28.5302440Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-08-20T21:53:28.5309380Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-08-20T21:53:28.5310180Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-08-20T21:53:28.5313590Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-08-20T21:53:28.5314340Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-08-20T21:53:28.5315700Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-08-20T21:53:28.5317050Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-08-20T21:53:28.5318700Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-08-20T21:53:28.5320590Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-08-20T21:53:28.5325050Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-08-20T21:53:28.5326340Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-08-20T21:53:28.5326950Z adding 'torch/include/ATen/cpu/Utils.h' 2024-08-20T21:53:28.5329000Z adding 'torch/include/ATen/cpu/vml.h' 2024-08-20T21:53:28.5329970Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-08-20T21:53:28.5332210Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-08-20T21:53:28.5335230Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-08-20T21:53:28.5336490Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-08-20T21:53:28.5337090Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-08-20T21:53:28.5343850Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-08-20T21:53:28.5345100Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-08-20T21:53:28.5345880Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-08-20T21:53:28.5348140Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-08-20T21:53:28.5350270Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-08-20T21:53:28.5352340Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-08-20T21:53:28.5353040Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-08-20T21:53:28.5355420Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-08-20T21:53:28.5361320Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-08-20T21:53:28.5364860Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-08-20T21:53:28.5368490Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-08-20T21:53:28.5370210Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-08-20T21:53:28.5372540Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-08-20T21:53:28.5376330Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-08-20T21:53:28.5380600Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2024-08-20T21:53:28.5384880Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h' 2024-08-20T21:53:28.5392780Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-08-20T21:53:28.5394390Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-08-20T21:53:28.5400760Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-08-20T21:53:28.5402460Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-08-20T21:53:28.5410100Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-08-20T21:53:28.5410800Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-08-20T21:53:28.5411880Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-08-20T21:53:28.5414790Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-08-20T21:53:28.5417470Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-08-20T21:53:28.5419860Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-08-20T21:53:28.5421990Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-08-20T21:53:28.5424030Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-08-20T21:53:28.5426100Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-08-20T21:53:28.5429040Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-08-20T21:53:28.5432030Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-08-20T21:53:28.5435570Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-08-20T21:53:28.5450630Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-08-20T21:53:28.5453330Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-08-20T21:53:28.5462380Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-08-20T21:53:28.5466480Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-08-20T21:53:28.5471630Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-08-20T21:53:28.5473300Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-08-20T21:53:28.5475810Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-08-20T21:53:28.5479700Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-08-20T21:53:28.5486890Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-08-20T21:53:28.5488600Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-08-20T21:53:28.5494940Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-08-20T21:53:28.5496570Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-08-20T21:53:28.5497390Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-08-20T21:53:28.5498890Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-08-20T21:53:28.5502210Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-08-20T21:53:28.5506360Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-08-20T21:53:28.5508510Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-08-20T21:53:28.5509160Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-08-20T21:53:28.5510520Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-08-20T21:53:28.5511830Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-08-20T21:53:28.5512500Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-08-20T21:53:28.5514610Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-08-20T21:53:28.5516500Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-08-20T21:53:28.5517820Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-08-20T21:53:28.5519060Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-08-20T21:53:28.5519760Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-08-20T21:53:28.5521910Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-08-20T21:53:28.5523730Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-08-20T21:53:28.5524340Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-08-20T21:53:28.5525300Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-08-20T21:53:28.5526570Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-08-20T21:53:28.5527380Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-08-20T21:53:28.5528590Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-08-20T21:53:28.5530430Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-08-20T21:53:28.5531760Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-08-20T21:53:28.5532390Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-08-20T21:53:28.5533160Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-08-20T21:53:28.5533930Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-08-20T21:53:28.5534810Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-08-20T21:53:28.5536100Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-08-20T21:53:28.5537100Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-08-20T21:53:28.5537620Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-08-20T21:53:28.5540300Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-08-20T21:53:28.5541640Z adding 'torch/include/ATen/cuda/cub.h' 2024-08-20T21:53:28.5542680Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-08-20T21:53:28.5543610Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-08-20T21:53:28.5545300Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-08-20T21:53:28.5546150Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-08-20T21:53:28.5547560Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-08-20T21:53:28.5549940Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-08-20T21:53:28.5550760Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-08-20T21:53:28.5552460Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-08-20T21:53:28.5553580Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-08-20T21:53:28.5554100Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-08-20T21:53:28.5555780Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-08-20T21:53:28.5556910Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-08-20T21:53:28.5558120Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-08-20T21:53:28.5559090Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-08-20T21:53:28.5561080Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-08-20T21:53:28.5564120Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-08-20T21:53:28.5566020Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-08-20T21:53:28.5566980Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-08-20T21:53:28.5568790Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-08-20T21:53:28.5570420Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-08-20T21:53:28.5572860Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-08-20T21:53:28.5576300Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-08-20T21:53:28.5577110Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2024-08-20T21:53:28.5577930Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-08-20T21:53:28.5578780Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-08-20T21:53:28.5579610Z adding 'torch/include/ATen/cudnn/Types.h' 2024-08-20T21:53:28.5580450Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-08-20T21:53:28.5581590Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-08-20T21:53:28.5582950Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-08-20T21:53:28.5584600Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-08-20T21:53:28.5585770Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-08-20T21:53:28.5586930Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-08-20T21:53:28.5587800Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-08-20T21:53:28.5588900Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2024-08-20T21:53:28.5590200Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-08-20T21:53:28.5591440Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-08-20T21:53:28.5592610Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-08-20T21:53:28.5593720Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-08-20T21:53:28.5594910Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-08-20T21:53:28.5598250Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-08-20T21:53:28.5599620Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-08-20T21:53:28.5601500Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-08-20T21:53:28.5603010Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-08-20T21:53:28.5604650Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-08-20T21:53:28.5605570Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-08-20T21:53:28.5607680Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-08-20T21:53:28.5610090Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-08-20T21:53:28.5610600Z adding 'torch/include/ATen/functorch/Macros.h' 2024-08-20T21:53:28.5612130Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-08-20T21:53:28.5613630Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-08-20T21:53:28.5614520Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-08-20T21:53:28.5616080Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-08-20T21:53:28.5616810Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-08-20T21:53:28.5619990Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-08-20T21:53:28.5621480Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-08-20T21:53:28.5623170Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-08-20T21:53:28.5624020Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-08-20T21:53:28.5624970Z adding 'torch/include/ATen/miopen/Handle.h' 2024-08-20T21:53:28.5625600Z adding 'torch/include/ATen/miopen/Types.h' 2024-08-20T21:53:28.5626810Z adding 'torch/include/ATen/miopen/Utils.h' 2024-08-20T21:53:28.5627170Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-08-20T21:53:28.5628610Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-08-20T21:53:28.5635410Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-08-20T21:53:28.5636720Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-08-20T21:53:28.5637940Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-08-20T21:53:28.5638930Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-08-20T21:53:28.5640380Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-08-20T21:53:28.5641480Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-08-20T21:53:28.5643040Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-08-20T21:53:28.5644120Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-08-20T21:53:28.5647980Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-08-20T21:53:28.5649440Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-08-20T21:53:28.5651710Z adding 'torch/include/ATen/native/Activation.h' 2024-08-20T21:53:28.5652830Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-08-20T21:53:28.5653780Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-08-20T21:53:28.5655640Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-08-20T21:53:28.5656960Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-08-20T21:53:28.5659090Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-08-20T21:53:28.5660430Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-08-20T21:53:28.5661420Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-08-20T21:53:28.5662660Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-08-20T21:53:28.5663880Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-08-20T21:53:28.5664850Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-08-20T21:53:28.5666540Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-08-20T21:53:28.5669790Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-08-20T21:53:28.5670820Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-08-20T21:53:28.5671340Z adding 'torch/include/ATen/native/Copy.h' 2024-08-20T21:53:28.5672470Z adding 'torch/include/ATen/native/Cross.h' 2024-08-20T21:53:28.5674270Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-08-20T21:53:28.5676840Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-08-20T21:53:28.5677810Z adding 'torch/include/ATen/native/Distance.h' 2024-08-20T21:53:28.5681060Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-08-20T21:53:28.5685900Z adding 'torch/include/ATen/native/Distributions.h' 2024-08-20T21:53:28.5687580Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-08-20T21:53:28.5688530Z adding 'torch/include/ATen/native/Fill.h' 2024-08-20T21:53:28.5691670Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-08-20T21:53:28.5692900Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-08-20T21:53:28.5694030Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-08-20T21:53:28.5694470Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2024-08-20T21:53:28.5695640Z adding 'torch/include/ATen/native/FusedAdam.h' 2024-08-20T21:53:28.5696640Z adding 'torch/include/ATen/native/FusedSGD.h' 2024-08-20T21:53:28.5698610Z adding 'torch/include/ATen/native/GridSampler.h' 2024-08-20T21:53:28.5699880Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-08-20T21:53:28.5700720Z adding 'torch/include/ATen/native/Histogram.h' 2024-08-20T21:53:28.5701920Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-08-20T21:53:28.5703400Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-08-20T21:53:28.5704420Z adding 'torch/include/ATen/native/Lerp.h' 2024-08-20T21:53:28.5705290Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-08-20T21:53:28.5711310Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-08-20T21:53:28.5712460Z adding 'torch/include/ATen/native/LossMulti.h' 2024-08-20T21:53:28.5742960Z adding 'torch/include/ATen/native/Math.h' 2024-08-20T21:53:28.5744880Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-08-20T21:53:28.5746970Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-08-20T21:53:28.5748400Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-08-20T21:53:28.5749380Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-08-20T21:53:28.5750560Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-08-20T21:53:28.5751550Z adding 'torch/include/ATen/native/Normalization.h' 2024-08-20T21:53:28.5752380Z adding 'torch/include/ATen/native/Padding.h' 2024-08-20T21:53:28.5753590Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-08-20T21:53:28.5754560Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-08-20T21:53:28.5757110Z adding 'torch/include/ATen/native/Pool.h' 2024-08-20T21:53:28.5758230Z adding 'torch/include/ATen/native/Pow.h' 2024-08-20T21:53:28.5759360Z adding 'torch/include/ATen/native/RNN.h' 2024-08-20T21:53:28.5759970Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-08-20T21:53:28.5760870Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-08-20T21:53:28.5762070Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-08-20T21:53:28.5765280Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-08-20T21:53:28.5766420Z adding 'torch/include/ATen/native/ReductionType.h' 2024-08-20T21:53:28.5767760Z adding 'torch/include/ATen/native/Repeat.h' 2024-08-20T21:53:28.5769700Z adding 'torch/include/ATen/native/Resize.h' 2024-08-20T21:53:28.5770940Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-08-20T21:53:28.5772240Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-08-20T21:53:28.5773070Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-08-20T21:53:28.5775740Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-08-20T21:53:28.5776930Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-08-20T21:53:28.5777790Z adding 'torch/include/ATen/native/Sorting.h' 2024-08-20T21:53:28.5778890Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-08-20T21:53:28.5780770Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-08-20T21:53:28.5782120Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-08-20T21:53:28.5783730Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-08-20T21:53:28.5784980Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-08-20T21:53:28.5786260Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-08-20T21:53:28.5787050Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-08-20T21:53:28.5788220Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-08-20T21:53:28.5789070Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-08-20T21:53:28.5790840Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-08-20T21:53:28.5791410Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-08-20T21:53:28.5792800Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-08-20T21:53:28.5793340Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-08-20T21:53:28.5795060Z adding 'torch/include/ATen/native/TensorShape.h' 2024-08-20T21:53:28.5796220Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-08-20T21:53:28.5797340Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-08-20T21:53:28.5798370Z adding 'torch/include/ATen/native/TransposeType.h' 2024-08-20T21:53:28.5799510Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-08-20T21:53:28.5800010Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-08-20T21:53:28.5801490Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-08-20T21:53:28.5802470Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-08-20T21:53:28.5803350Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-08-20T21:53:28.5804650Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-08-20T21:53:28.5808330Z adding 'torch/include/ATen/native/UpSample.h' 2024-08-20T21:53:28.5809390Z adding 'torch/include/ATen/native/batch_norm.h' 2024-08-20T21:53:28.5810120Z adding 'torch/include/ATen/native/group_norm.h' 2024-08-20T21:53:28.5811630Z adding 'torch/include/ATen/native/im2col.h' 2024-08-20T21:53:28.5813380Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-08-20T21:53:28.5814570Z adding 'torch/include/ATen/native/layer_norm.h' 2024-08-20T21:53:28.5815190Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-08-20T21:53:28.5816570Z adding 'torch/include/ATen/native/vol2col.h' 2024-08-20T21:53:28.5818120Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-08-20T21:53:28.5818950Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-08-20T21:53:28.5819980Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-08-20T21:53:28.5820510Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-08-20T21:53:28.5821680Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-08-20T21:53:28.5824360Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-08-20T21:53:28.5825200Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-08-20T21:53:28.5826650Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-08-20T21:53:28.5827490Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-08-20T21:53:28.5828730Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-08-20T21:53:28.5829870Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-08-20T21:53:28.5832740Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-08-20T21:53:28.5833840Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-08-20T21:53:28.5834240Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-08-20T21:53:28.5837320Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-08-20T21:53:28.5839210Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-08-20T21:53:28.5839890Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-08-20T21:53:28.5841830Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-08-20T21:53:28.5842710Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-08-20T21:53:28.5843850Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-08-20T21:53:28.5844240Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-08-20T21:53:28.5854040Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-08-20T21:53:28.5855180Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-08-20T21:53:28.5858440Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-08-20T21:53:28.5859310Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-08-20T21:53:28.5860480Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-08-20T21:53:28.5862380Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-08-20T21:53:28.5864070Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-08-20T21:53:28.5865540Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-08-20T21:53:28.5867250Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-08-20T21:53:28.5868170Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-08-20T21:53:28.5870670Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-08-20T21:53:28.5873010Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-08-20T21:53:28.5873940Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-08-20T21:53:28.5874710Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-08-20T21:53:28.5879110Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-08-20T21:53:28.5880220Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-08-20T21:53:28.5881190Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-08-20T21:53:28.5885840Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-08-20T21:53:28.5886650Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-08-20T21:53:28.5887870Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-08-20T21:53:28.5890180Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-08-20T21:53:28.5891070Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-08-20T21:53:28.5893140Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-08-20T21:53:28.5894190Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-08-20T21:53:28.5895050Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-08-20T21:53:28.5898630Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-08-20T21:53:28.5900660Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-08-20T21:53:28.5901980Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-08-20T21:53:28.5904720Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-08-20T21:53:28.5927260Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-08-20T21:53:28.5930830Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-08-20T21:53:28.5932200Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-08-20T21:53:28.5935040Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-08-20T21:53:28.5946430Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-08-20T21:53:28.5950090Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-08-20T21:53:28.5951600Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-08-20T21:53:28.5953120Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-08-20T21:53:28.5962840Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-08-20T21:53:28.5964190Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-08-20T21:53:28.5969220Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-08-20T21:53:28.5969600Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2024-08-20T21:53:28.5969770Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-08-20T21:53:28.5971730Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-08-20T21:53:28.5972950Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-08-20T21:53:28.5974160Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-08-20T21:53:28.5976940Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-08-20T21:53:28.5978140Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-08-20T21:53:28.5979960Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-08-20T21:53:28.5983140Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-08-20T21:53:28.5987080Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-08-20T21:53:28.5988280Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-08-20T21:53:28.5989430Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-08-20T21:53:28.5990630Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-08-20T21:53:28.5993150Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-08-20T21:53:28.5994780Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-08-20T21:53:28.5996050Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-08-20T21:53:28.5997200Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-08-20T21:53:28.5999310Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-08-20T21:53:28.6000520Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-08-20T21:53:28.6001340Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-08-20T21:53:28.6003600Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-08-20T21:53:28.6005400Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-08-20T21:53:28.6009780Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-08-20T21:53:28.6010920Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-08-20T21:53:28.6012910Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-08-20T21:53:28.6014160Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-08-20T21:53:28.6015410Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2024-08-20T21:53:28.6016270Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-08-20T21:53:28.6018210Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-08-20T21:53:28.6021860Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-08-20T21:53:28.6022730Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-08-20T21:53:28.6024020Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-08-20T21:53:28.6025350Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-08-20T21:53:28.6025830Z adding 'torch/include/ATen/native/nested/NestedTensorFactories.h' 2024-08-20T21:53:28.6027310Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-08-20T21:53:28.6028610Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-08-20T21:53:28.6029290Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-08-20T21:53:28.6032890Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-08-20T21:53:28.6034420Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-08-20T21:53:28.6035630Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-08-20T21:53:28.6036440Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-08-20T21:53:28.6037280Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-08-20T21:53:28.6038510Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-08-20T21:53:28.6039130Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-08-20T21:53:28.6040590Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-08-20T21:53:28.6041810Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-08-20T21:53:28.6042770Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-08-20T21:53:28.6045390Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-08-20T21:53:28.6048860Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-08-20T21:53:28.6051260Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-08-20T21:53:28.6052980Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-08-20T21:53:28.6053820Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-08-20T21:53:28.6056410Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-08-20T21:53:28.6059080Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-08-20T21:53:28.6061310Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-08-20T21:53:28.6061940Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-08-20T21:53:28.6063260Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-08-20T21:53:28.6063720Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-08-20T21:53:28.6065370Z adding 'torch/include/ATen/native/transformers/attention.h' 2024-08-20T21:53:28.6068720Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2024-08-20T21:53:28.6069790Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-08-20T21:53:28.6070910Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-08-20T21:53:28.6072110Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-08-20T21:53:28.6131250Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2024-08-20T21:53:28.6132490Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2024-08-20T21:53:28.6133810Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6134290Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.6135450Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.6136050Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_mps_dispatch.h' 2024-08-20T21:53:28.6137220Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2024-08-20T21:53:28.6138390Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2024-08-20T21:53:28.6139090Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6140190Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2024-08-20T21:53:28.6140840Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2024-08-20T21:53:28.6142100Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_mps_dispatch.h' 2024-08-20T21:53:28.6142560Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2024-08-20T21:53:28.6143890Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2024-08-20T21:53:28.6144820Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2024-08-20T21:53:28.6146070Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2024-08-20T21:53:28.6146820Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6147960Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.6148510Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.6149650Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2024-08-20T21:53:28.6150510Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2024-08-20T21:53:28.6151850Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6152160Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2024-08-20T21:53:28.6153360Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2024-08-20T21:53:28.6154060Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2024-08-20T21:53:28.6155380Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2024-08-20T21:53:28.6155920Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2024-08-20T21:53:28.6157340Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6157740Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2024-08-20T21:53:28.6158970Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2024-08-20T21:53:28.6160140Z adding 'torch/include/ATen/ops/_add_relu.h' 2024-08-20T21:53:28.6160810Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6161910Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2024-08-20T21:53:28.6162820Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2024-08-20T21:53:28.6163640Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2024-08-20T21:53:28.6164950Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2024-08-20T21:53:28.6165980Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2024-08-20T21:53:28.6167040Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.6167600Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2024-08-20T21:53:28.6168830Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2024-08-20T21:53:28.6169440Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2024-08-20T21:53:28.6170740Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2024-08-20T21:53:28.6171240Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2024-08-20T21:53:28.6172520Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2024-08-20T21:53:28.6173340Z adding 'torch/include/ATen/ops/_aminmax.h' 2024-08-20T21:53:28.6174650Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6175170Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2024-08-20T21:53:28.6176270Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2024-08-20T21:53:28.6177100Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2024-08-20T21:53:28.6178260Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2024-08-20T21:53:28.6179390Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2024-08-20T21:53:28.6180390Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6181060Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2024-08-20T21:53:28.6182270Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2024-08-20T21:53:28.6182850Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2024-08-20T21:53:28.6184230Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2024-08-20T21:53:28.6185310Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2024-08-20T21:53:28.6186070Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6187150Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2024-08-20T21:53:28.6187740Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2024-08-20T21:53:28.6188870Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2024-08-20T21:53:28.6189710Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2024-08-20T21:53:28.6190940Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2024-08-20T21:53:28.6191780Z adding 'torch/include/ATen/ops/_assert_async.h' 2024-08-20T21:53:28.6192880Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2024-08-20T21:53:28.6193420Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2024-08-20T21:53:28.6200010Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2024-08-20T21:53:28.6201200Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2024-08-20T21:53:28.6202240Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2024-08-20T21:53:28.6203020Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6204100Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2024-08-20T21:53:28.6204980Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2024-08-20T21:53:28.6206200Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2024-08-20T21:53:28.6207190Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6207890Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2024-08-20T21:53:28.6209140Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2024-08-20T21:53:28.6209790Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2024-08-20T21:53:28.6211030Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6212140Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2024-08-20T21:53:28.6212650Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2024-08-20T21:53:28.6213780Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2024-08-20T21:53:28.6214570Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6215500Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2024-08-20T21:53:28.6216670Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2024-08-20T21:53:28.6217090Z adding 'torch/include/ATen/ops/_backward.h' 2024-08-20T21:53:28.6218400Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6218920Z adding 'torch/include/ATen/ops/_backward_native.h' 2024-08-20T21:53:28.6220360Z adding 'torch/include/ATen/ops/_backward_ops.h' 2024-08-20T21:53:28.6220950Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2024-08-20T21:53:28.6222300Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2024-08-20T21:53:28.6223230Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6224330Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2024-08-20T21:53:28.6225160Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2024-08-20T21:53:28.6226450Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6226810Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2024-08-20T21:53:28.6228120Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2024-08-20T21:53:28.6229290Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2024-08-20T21:53:28.6230020Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6231220Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2024-08-20T21:53:28.6232070Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2024-08-20T21:53:28.6237300Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2024-08-20T21:53:28.6237760Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6237990Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2024-08-20T21:53:28.6238220Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2024-08-20T21:53:28.6238450Z adding 'torch/include/ATen/ops/_batch_norm_with_update_mps_dispatch.h' 2024-08-20T21:53:28.6238640Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2024-08-20T21:53:28.6239140Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2024-08-20T21:53:28.6240310Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2024-08-20T21:53:28.6241490Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6241880Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2024-08-20T21:53:28.6243110Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2024-08-20T21:53:28.6244130Z adding 'torch/include/ATen/ops/_cast_Char.h' 2024-08-20T21:53:28.6244810Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6245840Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2024-08-20T21:53:28.6246720Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2024-08-20T21:53:28.6247590Z adding 'torch/include/ATen/ops/_cast_Double.h' 2024-08-20T21:53:28.6248590Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6249200Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2024-08-20T21:53:28.6250410Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2024-08-20T21:53:28.6251010Z adding 'torch/include/ATen/ops/_cast_Float.h' 2024-08-20T21:53:28.6252450Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6252780Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2024-08-20T21:53:28.6254040Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2024-08-20T21:53:28.6255040Z adding 'torch/include/ATen/ops/_cast_Half.h' 2024-08-20T21:53:28.6255690Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6256730Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2024-08-20T21:53:28.6257590Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2024-08-20T21:53:28.6258660Z adding 'torch/include/ATen/ops/_cast_Int.h' 2024-08-20T21:53:28.6259300Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6260330Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2024-08-20T21:53:28.6261170Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2024-08-20T21:53:28.6262220Z adding 'torch/include/ATen/ops/_cast_Long.h' 2024-08-20T21:53:28.6262870Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6263950Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2024-08-20T21:53:28.6264860Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2024-08-20T21:53:28.6265680Z adding 'torch/include/ATen/ops/_cast_Short.h' 2024-08-20T21:53:28.6267020Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6267360Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2024-08-20T21:53:28.6268570Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2024-08-20T21:53:28.6269450Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2024-08-20T21:53:28.6270610Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6271200Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2024-08-20T21:53:28.6272470Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2024-08-20T21:53:28.6272860Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2024-08-20T21:53:28.6274190Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2024-08-20T21:53:28.6275060Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2024-08-20T21:53:28.6276270Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6276780Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2024-08-20T21:53:28.6278090Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2024-08-20T21:53:28.6278550Z adding 'torch/include/ATen/ops/_cdist_forward_mps_dispatch.h' 2024-08-20T21:53:28.6279700Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2024-08-20T21:53:28.6280570Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2024-08-20T21:53:28.6281790Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2024-08-20T21:53:28.6282600Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6283700Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2024-08-20T21:53:28.6284180Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2024-08-20T21:53:28.6285380Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2024-08-20T21:53:28.6286230Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2024-08-20T21:53:28.6287450Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2024-08-20T21:53:28.6288080Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6289170Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2024-08-20T21:53:28.6289790Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2024-08-20T21:53:28.6291040Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2024-08-20T21:53:28.6291750Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6292860Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2024-08-20T21:53:28.6293690Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2024-08-20T21:53:28.6294820Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2024-08-20T21:53:28.6295820Z adding 'torch/include/ATen/ops/_coalesce.h' 2024-08-20T21:53:28.6296480Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6297560Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2024-08-20T21:53:28.6298400Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2024-08-20T21:53:28.6299460Z adding 'torch/include/ATen/ops/_coalesced.h' 2024-08-20T21:53:28.6300460Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6301260Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2024-08-20T21:53:28.6302450Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2024-08-20T21:53:28.6303310Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2024-08-20T21:53:28.6304410Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2024-08-20T21:53:28.6305090Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2024-08-20T21:53:28.6306270Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2024-08-20T21:53:28.6306950Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2024-08-20T21:53:28.6308180Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2024-08-20T21:53:28.6308720Z adding 'torch/include/ATen/ops/_conj.h' 2024-08-20T21:53:28.6310150Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6310640Z adding 'torch/include/ATen/ops/_conj_copy.h' 2024-08-20T21:53:28.6312060Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6312740Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.6313760Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2024-08-20T21:53:28.6314610Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2024-08-20T21:53:28.6315640Z adding 'torch/include/ATen/ops/_conj_native.h' 2024-08-20T21:53:28.6316170Z adding 'torch/include/ATen/ops/_conj_ops.h' 2024-08-20T21:53:28.6317400Z adding 'torch/include/ATen/ops/_conj_physical.h' 2024-08-20T21:53:28.6318590Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6318950Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2024-08-20T21:53:28.6320200Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2024-08-20T21:53:28.6321450Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2024-08-20T21:53:28.6322690Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2024-08-20T21:53:28.6323170Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2024-08-20T21:53:28.6325170Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2024-08-20T21:53:28.6326090Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2024-08-20T21:53:28.6327480Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.6327890Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2024-08-20T21:53:28.6329060Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2024-08-20T21:53:28.6329710Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2024-08-20T21:53:28.6331000Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2024-08-20T21:53:28.6331470Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2024-08-20T21:53:28.6332760Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2024-08-20T21:53:28.6333820Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2024-08-20T21:53:28.6334790Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.6335970Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2024-08-20T21:53:28.6336440Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2024-08-20T21:53:28.6337640Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2024-08-20T21:53:28.6338300Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2024-08-20T21:53:28.6339620Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2024-08-20T21:53:28.6340270Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2024-08-20T21:53:28.6341500Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2024-08-20T21:53:28.6342190Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h' 2024-08-20T21:53:28.6343200Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2024-08-20T21:53:28.6344050Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_mps_dispatch.h' 2024-08-20T21:53:28.6345250Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2024-08-20T21:53:28.6345860Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2024-08-20T21:53:28.6347550Z adding 'torch/include/ATen/ops/_convolution.h' 2024-08-20T21:53:28.6348830Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6349510Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6350830Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2024-08-20T21:53:28.6351830Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6352930Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2024-08-20T21:53:28.6353830Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2024-08-20T21:53:28.6354780Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2024-08-20T21:53:28.6355790Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6356870Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2024-08-20T21:53:28.6357430Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2024-08-20T21:53:28.6358640Z adding 'torch/include/ATen/ops/_convolution_native.h' 2024-08-20T21:53:28.6359990Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2024-08-20T21:53:28.6360830Z adding 'torch/include/ATen/ops/_copy_from.h' 2024-08-20T21:53:28.6362070Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2024-08-20T21:53:28.6362690Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6363810Z adding 'torch/include/ATen/ops/_copy_from_and_resize_mps_dispatch.h' 2024-08-20T21:53:28.6364380Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2024-08-20T21:53:28.6365620Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2024-08-20T21:53:28.6366560Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6367370Z adding 'torch/include/ATen/ops/_copy_from_mps_dispatch.h' 2024-08-20T21:53:28.6368340Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2024-08-20T21:53:28.6369180Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2024-08-20T21:53:28.6370370Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2024-08-20T21:53:28.6370920Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2024-08-20T21:53:28.6372060Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2024-08-20T21:53:28.6372730Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2024-08-20T21:53:28.6373870Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2024-08-20T21:53:28.6374780Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2024-08-20T21:53:28.6375940Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2024-08-20T21:53:28.6376550Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2024-08-20T21:53:28.6378010Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2024-08-20T21:53:28.6378490Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2024-08-20T21:53:28.6379600Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2024-08-20T21:53:28.6380460Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2024-08-20T21:53:28.6381710Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2024-08-20T21:53:28.6382870Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2024-08-20T21:53:28.6383910Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6384690Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2024-08-20T21:53:28.6385920Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2024-08-20T21:53:28.6386380Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2024-08-20T21:53:28.6387800Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2024-08-20T21:53:28.6389100Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6393450Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2024-08-20T21:53:28.6393780Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2024-08-20T21:53:28.6394010Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2024-08-20T21:53:28.6394170Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2024-08-20T21:53:28.6394310Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2024-08-20T21:53:28.6394470Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2024-08-20T21:53:28.6395920Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6396510Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2024-08-20T21:53:28.6397740Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2024-08-20T21:53:28.6398920Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2024-08-20T21:53:28.6399640Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2024-08-20T21:53:28.6401060Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6401550Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2024-08-20T21:53:28.6402740Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2024-08-20T21:53:28.6403900Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2024-08-20T21:53:28.6405260Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2024-08-20T21:53:28.6407020Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2024-08-20T21:53:28.6408430Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6409050Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2024-08-20T21:53:28.6410300Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2024-08-20T21:53:28.6411590Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2024-08-20T21:53:28.6412880Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6413390Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2024-08-20T21:53:28.6414920Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2024-08-20T21:53:28.6415930Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6417090Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2024-08-20T21:53:28.6417520Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2024-08-20T21:53:28.6418850Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2024-08-20T21:53:28.6419670Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2024-08-20T21:53:28.6421060Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2024-08-20T21:53:28.6422120Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2024-08-20T21:53:28.6422750Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6423830Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2024-08-20T21:53:28.6424680Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2024-08-20T21:53:28.6425550Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2024-08-20T21:53:28.6426880Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6427260Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2024-08-20T21:53:28.6428460Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2024-08-20T21:53:28.6429300Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2024-08-20T21:53:28.6430300Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6510070Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2024-08-20T21:53:28.6513100Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2024-08-20T21:53:28.6514530Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2024-08-20T21:53:28.6516030Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6517260Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2024-08-20T21:53:28.6518480Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2024-08-20T21:53:28.6519780Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2024-08-20T21:53:28.6521090Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2024-08-20T21:53:28.6522330Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2024-08-20T21:53:28.6523520Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2024-08-20T21:53:28.6524810Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2024-08-20T21:53:28.6526020Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2024-08-20T21:53:28.6527300Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2024-08-20T21:53:28.6528500Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2024-08-20T21:53:28.6529690Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2024-08-20T21:53:28.6530980Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2024-08-20T21:53:28.6532250Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2024-08-20T21:53:28.6533660Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6534770Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2024-08-20T21:53:28.6535980Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2024-08-20T21:53:28.6537090Z adding 'torch/include/ATen/ops/_dimI.h' 2024-08-20T21:53:28.6538290Z adding 'torch/include/ATen/ops/_dimI_native.h' 2024-08-20T21:53:28.6539510Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2024-08-20T21:53:28.6540680Z adding 'torch/include/ATen/ops/_dimV.h' 2024-08-20T21:53:28.6541870Z adding 'torch/include/ATen/ops/_dimV_native.h' 2024-08-20T21:53:28.6543130Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2024-08-20T21:53:28.6544340Z adding 'torch/include/ATen/ops/_dim_arange.h' 2024-08-20T21:53:28.6545730Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6546790Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2024-08-20T21:53:28.6548010Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2024-08-20T21:53:28.6549300Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2024-08-20T21:53:28.6550630Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6551740Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2024-08-20T21:53:28.6552930Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2024-08-20T21:53:28.6554130Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2024-08-20T21:53:28.6555450Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2024-08-20T21:53:28.6557040Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2024-08-20T21:53:28.6558460Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2024-08-20T21:53:28.6559750Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2024-08-20T21:53:28.6561170Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2024-08-20T21:53:28.6562700Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2024-08-20T21:53:28.6564030Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2024-08-20T21:53:28.6565280Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2024-08-20T21:53:28.6566640Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2024-08-20T21:53:28.6568240Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2024-08-20T21:53:28.6569580Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6570750Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2024-08-20T21:53:28.6571960Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2024-08-20T21:53:28.6573150Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2024-08-20T21:53:28.6574340Z adding 'torch/include/ATen/ops/_efficientzerotensor_mps_dispatch.h' 2024-08-20T21:53:28.6575590Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2024-08-20T21:53:28.6576940Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2024-08-20T21:53:28.6578300Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2024-08-20T21:53:28.6579690Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2024-08-20T21:53:28.6581000Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2024-08-20T21:53:28.6582220Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2024-08-20T21:53:28.6583400Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2024-08-20T21:53:28.6584730Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2024-08-20T21:53:28.6586140Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6587280Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2024-08-20T21:53:28.6588470Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2024-08-20T21:53:28.6590060Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2024-08-20T21:53:28.6591550Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6592710Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2024-08-20T21:53:28.6593970Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2024-08-20T21:53:28.6595200Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2024-08-20T21:53:28.6596590Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2024-08-20T21:53:28.6597970Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2024-08-20T21:53:28.6599400Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6600530Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2024-08-20T21:53:28.6601740Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2024-08-20T21:53:28.6602960Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2024-08-20T21:53:28.6604480Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2024-08-20T21:53:28.6605660Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2024-08-20T21:53:28.6607070Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2024-08-20T21:53:28.6608540Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2024-08-20T21:53:28.6609900Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6611070Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2024-08-20T21:53:28.6612230Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2024-08-20T21:53:28.6613500Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2024-08-20T21:53:28.6614840Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2024-08-20T21:53:28.6616130Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2024-08-20T21:53:28.6617510Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6618640Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2024-08-20T21:53:28.6619950Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2024-08-20T21:53:28.6621570Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2024-08-20T21:53:28.6623000Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6624170Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2024-08-20T21:53:28.6625380Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2024-08-20T21:53:28.6626780Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2024-08-20T21:53:28.6628570Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2024-08-20T21:53:28.6629990Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6631200Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2024-08-20T21:53:28.6632430Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2024-08-20T21:53:28.6633850Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2024-08-20T21:53:28.6634980Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2024-08-20T21:53:28.6636310Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6637370Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2024-08-20T21:53:28.6638640Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2024-08-20T21:53:28.6640020Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2024-08-20T21:53:28.6641310Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2024-08-20T21:53:28.6642600Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2024-08-20T21:53:28.6643810Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2024-08-20T21:53:28.6644740Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2024-08-20T21:53:28.6646260Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2024-08-20T21:53:28.6647590Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6648760Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2024-08-20T21:53:28.6649920Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2024-08-20T21:53:28.6651140Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2024-08-20T21:53:28.6652520Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2024-08-20T21:53:28.6653670Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2024-08-20T21:53:28.6655070Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2024-08-20T21:53:28.6656340Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2024-08-20T21:53:28.6657540Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2024-08-20T21:53:28.6658680Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2024-08-20T21:53:28.6660030Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2024-08-20T21:53:28.6661350Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6662550Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2024-08-20T21:53:28.6663730Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2024-08-20T21:53:28.6664880Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2024-08-20T21:53:28.6666120Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2024-08-20T21:53:28.6667510Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2024-08-20T21:53:28.6669020Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6674590Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2024-08-20T21:53:28.6675090Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2024-08-20T21:53:28.6675480Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2024-08-20T21:53:28.6676150Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2024-08-20T21:53:28.6676280Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2024-08-20T21:53:28.6676450Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2024-08-20T21:53:28.6677540Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2024-08-20T21:53:28.6678740Z adding 'torch/include/ATen/ops/_fft_c2c_mps_dispatch.h' 2024-08-20T21:53:28.6679890Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2024-08-20T21:53:28.6680920Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2024-08-20T21:53:28.6682080Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2024-08-20T21:53:28.6683260Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2024-08-20T21:53:28.6684130Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2024-08-20T21:53:28.6684980Z adding 'torch/include/ATen/ops/_fft_c2r_mps_dispatch.h' 2024-08-20T21:53:28.6686120Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2024-08-20T21:53:28.6687090Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2024-08-20T21:53:28.6688050Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2024-08-20T21:53:28.6688720Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2024-08-20T21:53:28.6689800Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2024-08-20T21:53:28.6690650Z adding 'torch/include/ATen/ops/_fft_r2c_mps_dispatch.h' 2024-08-20T21:53:28.6691610Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2024-08-20T21:53:28.6692590Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2024-08-20T21:53:28.6693620Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2024-08-20T21:53:28.6694540Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2024-08-20T21:53:28.6695400Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2024-08-20T21:53:28.6696360Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2024-08-20T21:53:28.6697320Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2024-08-20T21:53:28.6698650Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2024-08-20T21:53:28.6699530Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2024-08-20T21:53:28.6700690Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2024-08-20T21:53:28.6701540Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2024-08-20T21:53:28.6702870Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2024-08-20T21:53:28.6703780Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2024-08-20T21:53:28.6704940Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2024-08-20T21:53:28.6706120Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2024-08-20T21:53:28.6706710Z adding 'torch/include/ATen/ops/_foobar.h' 2024-08-20T21:53:28.6707960Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6708500Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2024-08-20T21:53:28.6709750Z adding 'torch/include/ATen/ops/_foobar_native.h' 2024-08-20T21:53:28.6710760Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2024-08-20T21:53:28.6711330Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2024-08-20T21:53:28.6712780Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6713320Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2024-08-20T21:53:28.6714560Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2024-08-20T21:53:28.6715410Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2024-08-20T21:53:28.6716250Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2024-08-20T21:53:28.6717470Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6718020Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2024-08-20T21:53:28.6719310Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2024-08-20T21:53:28.6720120Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2024-08-20T21:53:28.6721340Z adding 'torch/include/ATen/ops/_foreach_add.h' 2024-08-20T21:53:28.6722510Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6723110Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2024-08-20T21:53:28.6724380Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2024-08-20T21:53:28.6725820Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2024-08-20T21:53:28.6727040Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2024-08-20T21:53:28.6728220Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6728850Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2024-08-20T21:53:28.6730110Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2024-08-20T21:53:28.6731490Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2024-08-20T21:53:28.6732660Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2024-08-20T21:53:28.6733830Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6734410Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2024-08-20T21:53:28.6735690Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2024-08-20T21:53:28.6737050Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2024-08-20T21:53:28.6737890Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2024-08-20T21:53:28.6739070Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6739610Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2024-08-20T21:53:28.6740890Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2024-08-20T21:53:28.6741740Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2024-08-20T21:53:28.6742750Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2024-08-20T21:53:28.6743460Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6744590Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2024-08-20T21:53:28.6745080Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2024-08-20T21:53:28.6746370Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2024-08-20T21:53:28.6747220Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2024-08-20T21:53:28.6748380Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6748860Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2024-08-20T21:53:28.6749950Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2024-08-20T21:53:28.6750830Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2024-08-20T21:53:28.6752030Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2024-08-20T21:53:28.6753030Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6754140Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2024-08-20T21:53:28.6754710Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2024-08-20T21:53:28.6756240Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2024-08-20T21:53:28.6757410Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2024-08-20T21:53:28.6758420Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6759050Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2024-08-20T21:53:28.6760260Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2024-08-20T21:53:28.6761510Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2024-08-20T21:53:28.6762460Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2024-08-20T21:53:28.6763500Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6764080Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2024-08-20T21:53:28.6765330Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2024-08-20T21:53:28.6766140Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2024-08-20T21:53:28.6767320Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2024-08-20T21:53:28.6767930Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6769050Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2024-08-20T21:53:28.6769600Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2024-08-20T21:53:28.6770830Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2024-08-20T21:53:28.6771840Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2024-08-20T21:53:28.6772480Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6773590Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2024-08-20T21:53:28.6774110Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2024-08-20T21:53:28.6775700Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2024-08-20T21:53:28.6776850Z adding 'torch/include/ATen/ops/_foreach_div.h' 2024-08-20T21:53:28.6778000Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6778550Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2024-08-20T21:53:28.6779820Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2024-08-20T21:53:28.6781200Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2024-08-20T21:53:28.6782040Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2024-08-20T21:53:28.6783190Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6783660Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2024-08-20T21:53:28.6784790Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2024-08-20T21:53:28.6785640Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2024-08-20T21:53:28.6786650Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2024-08-20T21:53:28.6787810Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6788140Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2024-08-20T21:53:28.6789320Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2024-08-20T21:53:28.6790130Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2024-08-20T21:53:28.6791140Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2024-08-20T21:53:28.6792140Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6792690Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2024-08-20T21:53:28.6793940Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2024-08-20T21:53:28.6794530Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2024-08-20T21:53:28.6795830Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2024-08-20T21:53:28.6796470Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6797570Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2024-08-20T21:53:28.6798180Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2024-08-20T21:53:28.6799370Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2024-08-20T21:53:28.6800220Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2024-08-20T21:53:28.6801370Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6801810Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2024-08-20T21:53:28.6802920Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2024-08-20T21:53:28.6803760Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2024-08-20T21:53:28.6804930Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2024-08-20T21:53:28.6805590Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6806750Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2024-08-20T21:53:28.6807280Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2024-08-20T21:53:28.6808510Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2024-08-20T21:53:28.6809650Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2024-08-20T21:53:28.6810320Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6811430Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2024-08-20T21:53:28.6812260Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2024-08-20T21:53:28.6813530Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2024-08-20T21:53:28.6814690Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2024-08-20T21:53:28.6815320Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6816430Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2024-08-20T21:53:28.6817030Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2024-08-20T21:53:28.6818230Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2024-08-20T21:53:28.6819060Z adding 'torch/include/ATen/ops/_foreach_log.h' 2024-08-20T21:53:28.6820060Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2024-08-20T21:53:28.6821170Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6821560Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2024-08-20T21:53:28.6822680Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2024-08-20T21:53:28.6823550Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2024-08-20T21:53:28.6824690Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2024-08-20T21:53:28.6825350Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6826420Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2024-08-20T21:53:28.6827000Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2024-08-20T21:53:28.6828230Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2024-08-20T21:53:28.6829090Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2024-08-20T21:53:28.6830200Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6830710Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2024-08-20T21:53:28.6831890Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2024-08-20T21:53:28.6835910Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2024-08-20T21:53:28.6836350Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6836540Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2024-08-20T21:53:28.6836790Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2024-08-20T21:53:28.6836940Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2024-08-20T21:53:28.6837070Z adding 'torch/include/ATen/ops/_foreach_max.h' 2024-08-20T21:53:28.6837910Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6838970Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2024-08-20T21:53:28.6839820Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2024-08-20T21:53:28.6840930Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2024-08-20T21:53:28.6841810Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2024-08-20T21:53:28.6843030Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6843620Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2024-08-20T21:53:28.6844840Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2024-08-20T21:53:28.6846110Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2024-08-20T21:53:28.6847250Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2024-08-20T21:53:28.6848360Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6848920Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2024-08-20T21:53:28.6850200Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2024-08-20T21:53:28.6851360Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2024-08-20T21:53:28.6852570Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2024-08-20T21:53:28.6853830Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6854350Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2024-08-20T21:53:28.6855580Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2024-08-20T21:53:28.6856960Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2024-08-20T21:53:28.6857930Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2024-08-20T21:53:28.6859050Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6859450Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2024-08-20T21:53:28.6860550Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2024-08-20T21:53:28.6861410Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2024-08-20T21:53:28.6862550Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2024-08-20T21:53:28.6863650Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6864130Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2024-08-20T21:53:28.6865230Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2024-08-20T21:53:28.6866090Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2024-08-20T21:53:28.6867290Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2024-08-20T21:53:28.6868400Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6869010Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2024-08-20T21:53:28.6870210Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2024-08-20T21:53:28.6871500Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2024-08-20T21:53:28.6872440Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2024-08-20T21:53:28.6873460Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6874120Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2024-08-20T21:53:28.6875240Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2024-08-20T21:53:28.6876120Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2024-08-20T21:53:28.6877200Z adding 'torch/include/ATen/ops/_foreach_round.h' 2024-08-20T21:53:28.6877900Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6878950Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2024-08-20T21:53:28.6879570Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2024-08-20T21:53:28.6880820Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2024-08-20T21:53:28.6881670Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2024-08-20T21:53:28.6882800Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6883330Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2024-08-20T21:53:28.6884550Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2024-08-20T21:53:28.6885400Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2024-08-20T21:53:28.6886210Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2024-08-20T21:53:28.6887370Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6887920Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2024-08-20T21:53:28.6888900Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2024-08-20T21:53:28.6890070Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2024-08-20T21:53:28.6890640Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2024-08-20T21:53:28.6891900Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6892420Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2024-08-20T21:53:28.6893650Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2024-08-20T21:53:28.6894270Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2024-08-20T21:53:28.6895530Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2024-08-20T21:53:28.6896200Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6897240Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2024-08-20T21:53:28.6897780Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2024-08-20T21:53:28.6898980Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2024-08-20T21:53:28.6899830Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2024-08-20T21:53:28.6900980Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6901460Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2024-08-20T21:53:28.6902580Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2024-08-20T21:53:28.6903440Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2024-08-20T21:53:28.6904650Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2024-08-20T21:53:28.6905750Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6906330Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2024-08-20T21:53:28.6907540Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2024-08-20T21:53:28.6908820Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2024-08-20T21:53:28.6909780Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2024-08-20T21:53:28.6910480Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6911550Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2024-08-20T21:53:28.6912100Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2024-08-20T21:53:28.6913300Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2024-08-20T21:53:28.6914260Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2024-08-20T21:53:28.6915250Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6915820Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2024-08-20T21:53:28.6917060Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2024-08-20T21:53:28.6917660Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2024-08-20T21:53:28.6918890Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2024-08-20T21:53:28.6919600Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6920630Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2024-08-20T21:53:28.6921200Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2024-08-20T21:53:28.6922390Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2024-08-20T21:53:28.6923240Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2024-08-20T21:53:28.6924350Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6924880Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2024-08-20T21:53:28.6926100Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2024-08-20T21:53:28.6926960Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2024-08-20T21:53:28.6927970Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2024-08-20T21:53:28.6928670Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2024-08-20T21:53:28.6929630Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2024-08-20T21:53:28.6930760Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2024-08-20T21:53:28.6931270Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2024-08-20T21:53:28.6932610Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6933120Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2024-08-20T21:53:28.6934360Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2024-08-20T21:53:28.6935000Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2024-08-20T21:53:28.6936380Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6936910Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2024-08-20T21:53:28.6937960Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6939510Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2024-08-20T21:53:28.6939770Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2024-08-20T21:53:28.6940550Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2024-08-20T21:53:28.6941710Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2024-08-20T21:53:28.6942790Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2024-08-20T21:53:28.6943810Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6944440Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2024-08-20T21:53:28.6945610Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2024-08-20T21:53:28.6946810Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2024-08-20T21:53:28.6948130Z adding 'torch/include/ATen/ops/_fused_adam.h' 2024-08-20T21:53:28.6949350Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6949970Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2024-08-20T21:53:28.6951160Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2024-08-20T21:53:28.6951750Z adding 'torch/include/ATen/ops/_fused_adam_mps_dispatch.h' 2024-08-20T21:53:28.6953040Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2024-08-20T21:53:28.6954540Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2024-08-20T21:53:28.6955880Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2024-08-20T21:53:28.6957080Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6957660Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2024-08-20T21:53:28.6958880Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2024-08-20T21:53:28.6959430Z adding 'torch/include/ATen/ops/_fused_adamw_mps_dispatch.h' 2024-08-20T21:53:28.6960700Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2024-08-20T21:53:28.6962290Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2024-08-20T21:53:28.6963130Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2024-08-20T21:53:28.6964280Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6964860Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2024-08-20T21:53:28.6966080Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2024-08-20T21:53:28.6966930Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2024-08-20T21:53:28.6968340Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2024-08-20T21:53:28.6969320Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6970000Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2024-08-20T21:53:28.6971160Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2024-08-20T21:53:28.6971990Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2024-08-20T21:53:28.6973370Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2024-08-20T21:53:28.6974150Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2024-08-20T21:53:28.6975350Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2024-08-20T21:53:28.6975850Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2024-08-20T21:53:28.6976990Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2024-08-20T21:53:28.6977830Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2024-08-20T21:53:28.6978960Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2024-08-20T21:53:28.6980110Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2024-08-20T21:53:28.6981420Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6981940Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2024-08-20T21:53:28.6983190Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2024-08-20T21:53:28.6983640Z adding 'torch/include/ATen/ops/_fused_sgd_mps_dispatch.h' 2024-08-20T21:53:28.6984930Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2024-08-20T21:53:28.6986340Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2024-08-20T21:53:28.6987300Z adding 'torch/include/ATen/ops/_fw_primal.h' 2024-08-20T21:53:28.6988000Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6989070Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2024-08-20T21:53:28.6990180Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.6994350Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.6994670Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2024-08-20T21:53:28.6994830Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2024-08-20T21:53:28.6994980Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2024-08-20T21:53:28.6995120Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2024-08-20T21:53:28.6995480Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2024-08-20T21:53:28.6996610Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.6997590Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2024-08-20T21:53:28.6998620Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2024-08-20T21:53:28.6999480Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2024-08-20T21:53:28.7000670Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2024-08-20T21:53:28.7001310Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7002400Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2024-08-20T21:53:28.7003250Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2024-08-20T21:53:28.7004560Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7004910Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2024-08-20T21:53:28.7006210Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2024-08-20T21:53:28.7006880Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2024-08-20T21:53:28.7008250Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7008670Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2024-08-20T21:53:28.7009840Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2024-08-20T21:53:28.7010430Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2024-08-20T21:53:28.7011800Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7012200Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2024-08-20T21:53:28.7013370Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2024-08-20T21:53:28.7014210Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2024-08-20T21:53:28.7015510Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7016020Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2024-08-20T21:53:28.7017120Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_mps_dispatch.h' 2024-08-20T21:53:28.7018220Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2024-08-20T21:53:28.7019070Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2024-08-20T21:53:28.7020210Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2024-08-20T21:53:28.7021040Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7021920Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2024-08-20T21:53:28.7022780Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_mps_dispatch.h' 2024-08-20T21:53:28.7023620Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2024-08-20T21:53:28.7024800Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2024-08-20T21:53:28.7025680Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2024-08-20T21:53:28.7027010Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7027410Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2024-08-20T21:53:28.7028550Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_mps_dispatch.h' 2024-08-20T21:53:28.7029160Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2024-08-20T21:53:28.7030430Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2024-08-20T21:53:28.7031220Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2024-08-20T21:53:28.7032510Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7033080Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2024-08-20T21:53:28.7034160Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2024-08-20T21:53:28.7034810Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2024-08-20T21:53:28.7035790Z adding 'torch/include/ATen/ops/_index_put_impl_mps_dispatch.h' 2024-08-20T21:53:28.7036910Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2024-08-20T21:53:28.7037760Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2024-08-20T21:53:28.7038590Z adding 'torch/include/ATen/ops/_indices.h' 2024-08-20T21:53:28.7039730Z adding 'torch/include/ATen/ops/_indices_copy.h' 2024-08-20T21:53:28.7040440Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7041650Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7042120Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2024-08-20T21:53:28.7043330Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2024-08-20T21:53:28.7044190Z adding 'torch/include/ATen/ops/_indices_native.h' 2024-08-20T21:53:28.7045150Z adding 'torch/include/ATen/ops/_indices_ops.h' 2024-08-20T21:53:28.7045770Z adding 'torch/include/ATen/ops/_int_mm.h' 2024-08-20T21:53:28.7047040Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2024-08-20T21:53:28.7047510Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2024-08-20T21:53:28.7048640Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2024-08-20T21:53:28.7049620Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2024-08-20T21:53:28.7050480Z adding 'torch/include/ATen/ops/_is_all_true.h' 2024-08-20T21:53:28.7051480Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7052030Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2024-08-20T21:53:28.7053240Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2024-08-20T21:53:28.7053810Z adding 'torch/include/ATen/ops/_is_any_true.h' 2024-08-20T21:53:28.7055080Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7055580Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2024-08-20T21:53:28.7056830Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2024-08-20T21:53:28.7057350Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2024-08-20T21:53:28.7058630Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7059120Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2024-08-20T21:53:28.7060360Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2024-08-20T21:53:28.7061270Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2024-08-20T21:53:28.7062600Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2024-08-20T21:53:28.7062930Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2024-08-20T21:53:28.7064060Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2024-08-20T21:53:28.7064930Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2024-08-20T21:53:28.7065700Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2024-08-20T21:53:28.7066980Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7067310Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2024-08-20T21:53:28.7068460Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2024-08-20T21:53:28.7069340Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2024-08-20T21:53:28.7070340Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7070900Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2024-08-20T21:53:28.7072100Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2024-08-20T21:53:28.7072910Z adding 'torch/include/ATen/ops/_linalg_det.h' 2024-08-20T21:53:28.7073970Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7074990Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2024-08-20T21:53:28.7075450Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2024-08-20T21:53:28.7076570Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2024-08-20T21:53:28.7077460Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2024-08-20T21:53:28.7078290Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2024-08-20T21:53:28.7079420Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2024-08-20T21:53:28.7080390Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2024-08-20T21:53:28.7081570Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7081950Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2024-08-20T21:53:28.7083090Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2024-08-20T21:53:28.7083940Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2024-08-20T21:53:28.7084800Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2024-08-20T21:53:28.7085630Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2024-08-20T21:53:28.7086770Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2024-08-20T21:53:28.7087410Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2024-08-20T21:53:28.7088680Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2024-08-20T21:53:28.7089160Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2024-08-20T21:53:28.7090270Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2024-08-20T21:53:28.7091140Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2024-08-20T21:53:28.7092070Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2024-08-20T21:53:28.7093260Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7093760Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2024-08-20T21:53:28.7094970Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2024-08-20T21:53:28.7095440Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2024-08-20T21:53:28.7096640Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2024-08-20T21:53:28.7097470Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2024-08-20T21:53:28.7098610Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2024-08-20T21:53:28.7099460Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2024-08-20T21:53:28.7100810Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7101340Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2024-08-20T21:53:28.7102300Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2024-08-20T21:53:28.7103060Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2024-08-20T21:53:28.7103950Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2024-08-20T21:53:28.7105220Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2024-08-20T21:53:28.7105960Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2024-08-20T21:53:28.7106860Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2024-08-20T21:53:28.7108240Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7108930Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2024-08-20T21:53:28.7109770Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2024-08-20T21:53:28.7111990Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2024-08-20T21:53:28.7112670Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2024-08-20T21:53:28.7117010Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2024-08-20T21:53:28.7117390Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2024-08-20T21:53:28.7117760Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2024-08-20T21:53:28.7118200Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2024-08-20T21:53:28.7118690Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2024-08-20T21:53:28.7119190Z adding 'torch/include/ATen/ops/_local_scalar_dense_mps_dispatch.h' 2024-08-20T21:53:28.7119650Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2024-08-20T21:53:28.7120090Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2024-08-20T21:53:28.7120700Z adding 'torch/include/ATen/ops/_log_softmax.h' 2024-08-20T21:53:28.7122050Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2024-08-20T21:53:28.7122980Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7123780Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2024-08-20T21:53:28.7124800Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2024-08-20T21:53:28.7125590Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2024-08-20T21:53:28.7126570Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2024-08-20T21:53:28.7127400Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_mps_dispatch.h' 2024-08-20T21:53:28.7128300Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2024-08-20T21:53:28.7129670Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2024-08-20T21:53:28.7130380Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7131130Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2024-08-20T21:53:28.7132290Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2024-08-20T21:53:28.7132870Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2024-08-20T21:53:28.7134110Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2024-08-20T21:53:28.7134580Z adding 'torch/include/ATen/ops/_log_softmax_mps_dispatch.h' 2024-08-20T21:53:28.7135830Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2024-08-20T21:53:28.7136480Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2024-08-20T21:53:28.7137710Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2024-08-20T21:53:28.7138340Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2024-08-20T21:53:28.7139190Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2024-08-20T21:53:28.7140050Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2024-08-20T21:53:28.7141280Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2024-08-20T21:53:28.7142470Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2024-08-20T21:53:28.7143210Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7144020Z adding 'torch/include/ATen/ops/_lstm_mps_mps_dispatch.h' 2024-08-20T21:53:28.7145240Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2024-08-20T21:53:28.7146080Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2024-08-20T21:53:28.7147260Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2024-08-20T21:53:28.7148000Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7148750Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2024-08-20T21:53:28.7149960Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2024-08-20T21:53:28.7150690Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2024-08-20T21:53:28.7151930Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2024-08-20T21:53:28.7152530Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2024-08-20T21:53:28.7153800Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2024-08-20T21:53:28.7154390Z adding 'torch/include/ATen/ops/_make_dual.h' 2024-08-20T21:53:28.7155800Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7156340Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2024-08-20T21:53:28.7157680Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7158380Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7159200Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2024-08-20T21:53:28.7159940Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2024-08-20T21:53:28.7161150Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2024-08-20T21:53:28.7161700Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2024-08-20T21:53:28.7163050Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2024-08-20T21:53:28.7163830Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7164640Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2024-08-20T21:53:28.7165490Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2024-08-20T21:53:28.7166370Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2024-08-20T21:53:28.7167790Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2024-08-20T21:53:28.7168400Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2024-08-20T21:53:28.7169400Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7170240Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2024-08-20T21:53:28.7171030Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2024-08-20T21:53:28.7171910Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2024-08-20T21:53:28.7173280Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2024-08-20T21:53:28.7173740Z adding 'torch/include/ATen/ops/_masked_scale.h' 2024-08-20T21:53:28.7175070Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7175730Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2024-08-20T21:53:28.7176460Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2024-08-20T21:53:28.7177690Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2024-08-20T21:53:28.7178380Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2024-08-20T21:53:28.7179650Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2024-08-20T21:53:28.7180480Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7181300Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2024-08-20T21:53:28.7182150Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2024-08-20T21:53:28.7183020Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2024-08-20T21:53:28.7184320Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2024-08-20T21:53:28.7185080Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7185840Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2024-08-20T21:53:28.7186720Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2024-08-20T21:53:28.7187580Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2024-08-20T21:53:28.7188830Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2024-08-20T21:53:28.7189500Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2024-08-20T21:53:28.7190800Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2024-08-20T21:53:28.7191310Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2024-08-20T21:53:28.7195370Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2024-08-20T21:53:28.7195770Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2024-08-20T21:53:28.7196280Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7196780Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2024-08-20T21:53:28.7197180Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2024-08-20T21:53:28.7197560Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2024-08-20T21:53:28.7198220Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7198910Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2024-08-20T21:53:28.7199790Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2024-08-20T21:53:28.7201090Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2024-08-20T21:53:28.7202310Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2024-08-20T21:53:28.7203210Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7204070Z adding 'torch/include/ATen/ops/_mps_convolution_mps_dispatch.h' 2024-08-20T21:53:28.7205360Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2024-08-20T21:53:28.7206060Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2024-08-20T21:53:28.7207660Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2024-08-20T21:53:28.7209130Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7210040Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_mps_dispatch.h' 2024-08-20T21:53:28.7210950Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2024-08-20T21:53:28.7212310Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2024-08-20T21:53:28.7213260Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2024-08-20T21:53:28.7214660Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7215420Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2024-08-20T21:53:28.7216780Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2024-08-20T21:53:28.7217360Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_mps_dispatch.h' 2024-08-20T21:53:28.7218750Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2024-08-20T21:53:28.7219590Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2024-08-20T21:53:28.7221100Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7221880Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2024-08-20T21:53:28.7222820Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2024-08-20T21:53:28.7224350Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2024-08-20T21:53:28.7225630Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2024-08-20T21:53:28.7226490Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7227380Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2024-08-20T21:53:28.7228350Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2024-08-20T21:53:28.7229290Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2024-08-20T21:53:28.7230730Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2024-08-20T21:53:28.7231300Z adding 'torch/include/ATen/ops/_neg_view.h' 2024-08-20T21:53:28.7232700Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7233210Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2024-08-20T21:53:28.7234560Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7235250Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7235930Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2024-08-20T21:53:28.7237200Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2024-08-20T21:53:28.7237720Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2024-08-20T21:53:28.7238960Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2024-08-20T21:53:28.7239700Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2024-08-20T21:53:28.7241190Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2024-08-20T21:53:28.7241850Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2024-08-20T21:53:28.7242610Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2024-08-20T21:53:28.7243580Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2024-08-20T21:53:28.7244430Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2024-08-20T21:53:28.7245800Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2024-08-20T21:53:28.7246500Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7247310Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2024-08-20T21:53:28.7248290Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2024-08-20T21:53:28.7249360Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7250170Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2024-08-20T21:53:28.7251030Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2024-08-20T21:53:28.7251960Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2024-08-20T21:53:28.7253250Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2024-08-20T21:53:28.7254040Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2024-08-20T21:53:28.7255340Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2024-08-20T21:53:28.7255920Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2024-08-20T21:53:28.7257200Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2024-08-20T21:53:28.7257690Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2024-08-20T21:53:28.7258970Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2024-08-20T21:53:28.7259570Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2024-08-20T21:53:28.7260830Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2024-08-20T21:53:28.7261420Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2024-08-20T21:53:28.7262420Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2024-08-20T21:53:28.7263210Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2024-08-20T21:53:28.7264120Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2024-08-20T21:53:28.7264990Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2024-08-20T21:53:28.7265860Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2024-08-20T21:53:28.7267140Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2024-08-20T21:53:28.7267740Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2024-08-20T21:53:28.7269060Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2024-08-20T21:53:28.7269540Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2024-08-20T21:53:28.7270800Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2024-08-20T21:53:28.7271430Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2024-08-20T21:53:28.7272870Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7273630Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7274380Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2024-08-20T21:53:28.7278970Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2024-08-20T21:53:28.7279450Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2024-08-20T21:53:28.7279870Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2024-08-20T21:53:28.7280280Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2024-08-20T21:53:28.7280720Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2024-08-20T21:53:28.7281180Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2024-08-20T21:53:28.7281600Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2024-08-20T21:53:28.7282020Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2024-08-20T21:53:28.7282710Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2024-08-20T21:53:28.7283710Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2024-08-20T21:53:28.7284840Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7285700Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2024-08-20T21:53:28.7286550Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2024-08-20T21:53:28.7287480Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2024-08-20T21:53:28.7288440Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2024-08-20T21:53:28.7289370Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2024-08-20T21:53:28.7290160Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2024-08-20T21:53:28.7291550Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2024-08-20T21:53:28.7292070Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2024-08-20T21:53:28.7293120Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2024-08-20T21:53:28.7294420Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2024-08-20T21:53:28.7295160Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7295990Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2024-08-20T21:53:28.7297350Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2024-08-20T21:53:28.7297920Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2024-08-20T21:53:28.7299340Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7299890Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2024-08-20T21:53:28.7300680Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2024-08-20T21:53:28.7301970Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2024-08-20T21:53:28.7302500Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2024-08-20T21:53:28.7303410Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2024-08-20T21:53:28.7304280Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2024-08-20T21:53:28.7305730Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7306360Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2024-08-20T21:53:28.7307100Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2024-08-20T21:53:28.7307930Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2024-08-20T21:53:28.7309320Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7309890Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2024-08-20T21:53:28.7311180Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2024-08-20T21:53:28.7311680Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2024-08-20T21:53:28.7312950Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2024-08-20T21:53:28.7313770Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7314800Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7315590Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2024-08-20T21:53:28.7316950Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2024-08-20T21:53:28.7317490Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2024-08-20T21:53:28.7318400Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2024-08-20T21:53:28.7319230Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2024-08-20T21:53:28.7320590Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2024-08-20T21:53:28.7321180Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2024-08-20T21:53:28.7322530Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2024-08-20T21:53:28.7323460Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7324470Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7327240Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2024-08-20T21:53:28.7328810Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2024-08-20T21:53:28.7330210Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2024-08-20T21:53:28.7331520Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2024-08-20T21:53:28.7332850Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2024-08-20T21:53:28.7334330Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7335150Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2024-08-20T21:53:28.7336750Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2024-08-20T21:53:28.7337670Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2024-08-20T21:53:28.7339220Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7340220Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2024-08-20T21:53:28.7341610Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2024-08-20T21:53:28.7343160Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2024-08-20T21:53:28.7344660Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7345660Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2024-08-20T21:53:28.7347190Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2024-08-20T21:53:28.7348300Z adding 'torch/include/ATen/ops/_nnz.h' 2024-08-20T21:53:28.7349500Z adding 'torch/include/ATen/ops/_nnz_native.h' 2024-08-20T21:53:28.7350800Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2024-08-20T21:53:28.7352140Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2024-08-20T21:53:28.7353490Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2024-08-20T21:53:28.7354900Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7355870Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2024-08-20T21:53:28.7357270Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2024-08-20T21:53:28.7358740Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7359590Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2024-08-20T21:53:28.7361170Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2024-08-20T21:53:28.7362650Z adding 'torch/include/ATen/ops/_pad_circular.h' 2024-08-20T21:53:28.7363570Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7365030Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2024-08-20T21:53:28.7366300Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2024-08-20T21:53:28.7367530Z adding 'torch/include/ATen/ops/_pad_enum.h' 2024-08-20T21:53:28.7372640Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7373140Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2024-08-20T21:53:28.7373500Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2024-08-20T21:53:28.7373870Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2024-08-20T21:53:28.7374410Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7374970Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2024-08-20T21:53:28.7375780Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2024-08-20T21:53:28.7377400Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2024-08-20T21:53:28.7378780Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2024-08-20T21:53:28.7379660Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2024-08-20T21:53:28.7381120Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2024-08-20T21:53:28.7382500Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2024-08-20T21:53:28.7383360Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2024-08-20T21:53:28.7385060Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7385890Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2024-08-20T21:53:28.7387310Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2024-08-20T21:53:28.7388600Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2024-08-20T21:53:28.7389920Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2024-08-20T21:53:28.7391130Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2024-08-20T21:53:28.7392480Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7393300Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2024-08-20T21:53:28.7394700Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2024-08-20T21:53:28.7396000Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2024-08-20T21:53:28.7397270Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2024-08-20T21:53:28.7398510Z adding 'torch/include/ATen/ops/_pin_memory.h' 2024-08-20T21:53:28.7399860Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7400690Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2024-08-20T21:53:28.7402190Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2024-08-20T21:53:28.7403440Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2024-08-20T21:53:28.7404770Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2024-08-20T21:53:28.7406100Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2024-08-20T21:53:28.7406940Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2024-08-20T21:53:28.7408340Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_mps_dispatch.h' 2024-08-20T21:53:28.7409680Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2024-08-20T21:53:28.7411040Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2024-08-20T21:53:28.7411890Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2024-08-20T21:53:28.7413340Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2024-08-20T21:53:28.7414230Z adding 'torch/include/ATen/ops/_prelu_kernel_mps_dispatch.h' 2024-08-20T21:53:28.7415610Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2024-08-20T21:53:28.7416870Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2024-08-20T21:53:28.7418110Z adding 'torch/include/ATen/ops/_print.h' 2024-08-20T21:53:28.7419400Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7420120Z adding 'torch/include/ATen/ops/_print_native.h' 2024-08-20T21:53:28.7421600Z adding 'torch/include/ATen/ops/_print_ops.h' 2024-08-20T21:53:28.7423000Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2024-08-20T21:53:28.7423980Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7425430Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2024-08-20T21:53:28.7426770Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2024-08-20T21:53:28.7428160Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2024-08-20T21:53:28.7429520Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7430350Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2024-08-20T21:53:28.7431820Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2024-08-20T21:53:28.7433060Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2024-08-20T21:53:28.7434470Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2024-08-20T21:53:28.7435870Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7436930Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7437910Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2024-08-20T21:53:28.7439450Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2024-08-20T21:53:28.7440770Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2024-08-20T21:53:28.7441550Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2024-08-20T21:53:28.7442960Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2024-08-20T21:53:28.7443840Z adding 'torch/include/ATen/ops/_reshape_alias_mps_dispatch.h' 2024-08-20T21:53:28.7445270Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2024-08-20T21:53:28.7446510Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2024-08-20T21:53:28.7447760Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2024-08-20T21:53:28.7449090Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7449860Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2024-08-20T21:53:28.7451330Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2024-08-20T21:53:28.7452550Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2024-08-20T21:53:28.7453920Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7454620Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2024-08-20T21:53:28.7456080Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2024-08-20T21:53:28.7457480Z adding 'torch/include/ATen/ops/_resize_output.h' 2024-08-20T21:53:28.7458900Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7459780Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2024-08-20T21:53:28.7461200Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2024-08-20T21:53:28.7462660Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2024-08-20T21:53:28.7464120Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2024-08-20T21:53:28.7465490Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7466350Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2024-08-20T21:53:28.7467820Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2024-08-20T21:53:28.7469000Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2024-08-20T21:53:28.7470330Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7471100Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2024-08-20T21:53:28.7472570Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2024-08-20T21:53:28.7476690Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2024-08-20T21:53:28.7477210Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7477770Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2024-08-20T21:53:28.7478250Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2024-08-20T21:53:28.7478710Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2024-08-20T21:53:28.7479710Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2024-08-20T21:53:28.7481230Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2024-08-20T21:53:28.7482640Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7483400Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2024-08-20T21:53:28.7484860Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2024-08-20T21:53:28.7486180Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2024-08-20T21:53:28.7487280Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7488760Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2024-08-20T21:53:28.7489700Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_mps_dispatch.h' 2024-08-20T21:53:28.7491160Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2024-08-20T21:53:28.7492140Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2024-08-20T21:53:28.7493560Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2024-08-20T21:53:28.7494990Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2024-08-20T21:53:28.7495900Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2024-08-20T21:53:28.7497580Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2024-08-20T21:53:28.7498700Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2024-08-20T21:53:28.7500180Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2024-08-20T21:53:28.7501220Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2024-08-20T21:53:28.7502720Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2024-08-20T21:53:28.7503640Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2024-08-20T21:53:28.7505210Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2024-08-20T21:53:28.7506580Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2024-08-20T21:53:28.7507520Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2024-08-20T21:53:28.7509070Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2024-08-20T21:53:28.7510000Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2024-08-20T21:53:28.7511590Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2024-08-20T21:53:28.7512570Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2024-08-20T21:53:28.7514030Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2024-08-20T21:53:28.7515440Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2024-08-20T21:53:28.7516290Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2024-08-20T21:53:28.7517950Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2024-08-20T21:53:28.7519410Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2024-08-20T21:53:28.7520260Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2024-08-20T21:53:28.7521860Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2024-08-20T21:53:28.7522840Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2024-08-20T21:53:28.7524330Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2024-08-20T21:53:28.7525780Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2024-08-20T21:53:28.7527350Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2024-08-20T21:53:28.7528180Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2024-08-20T21:53:28.7529710Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2024-08-20T21:53:28.7530480Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2024-08-20T21:53:28.7531360Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2024-08-20T21:53:28.7532820Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2024-08-20T21:53:28.7533520Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2024-08-20T21:53:28.7534520Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2024-08-20T21:53:28.7535960Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2024-08-20T21:53:28.7536790Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2024-08-20T21:53:28.7538000Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7539060Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2024-08-20T21:53:28.7540040Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2024-08-20T21:53:28.7541150Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7542110Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2024-08-20T21:53:28.7543090Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2024-08-20T21:53:28.7544410Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2024-08-20T21:53:28.7545060Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2024-08-20T21:53:28.7546330Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2024-08-20T21:53:28.7547070Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2024-08-20T21:53:28.7548450Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2024-08-20T21:53:28.7549310Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7550150Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2024-08-20T21:53:28.7551050Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2024-08-20T21:53:28.7551960Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2024-08-20T21:53:28.7553290Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2024-08-20T21:53:28.7553900Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2024-08-20T21:53:28.7555280Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7555810Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2024-08-20T21:53:28.7557100Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2024-08-20T21:53:28.7558550Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2024-08-20T21:53:28.7559530Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7560450Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.7561790Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.7562330Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2024-08-20T21:53:28.7563780Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2024-08-20T21:53:28.7565020Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2024-08-20T21:53:28.7565810Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2024-08-20T21:53:28.7566860Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2024-08-20T21:53:28.7567640Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2024-08-20T21:53:28.7568940Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2024-08-20T21:53:28.7569610Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2024-08-20T21:53:28.7574760Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7575350Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2024-08-20T21:53:28.7575760Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2024-08-20T21:53:28.7576150Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2024-08-20T21:53:28.7576650Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7577170Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2024-08-20T21:53:28.7577570Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2024-08-20T21:53:28.7578000Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2024-08-20T21:53:28.7578610Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7579240Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2024-08-20T21:53:28.7579810Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2024-08-20T21:53:28.7580600Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2024-08-20T21:53:28.7581680Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7582390Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2024-08-20T21:53:28.7583370Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2024-08-20T21:53:28.7584300Z adding 'torch/include/ATen/ops/_softmax.h' 2024-08-20T21:53:28.7585250Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2024-08-20T21:53:28.7586400Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7587180Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2024-08-20T21:53:28.7588100Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2024-08-20T21:53:28.7588960Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2024-08-20T21:53:28.7590160Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2024-08-20T21:53:28.7590700Z adding 'torch/include/ATen/ops/_softmax_backward_data_mps_dispatch.h' 2024-08-20T21:53:28.7592020Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2024-08-20T21:53:28.7592670Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2024-08-20T21:53:28.7594120Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7594660Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2024-08-20T21:53:28.7595330Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2024-08-20T21:53:28.7596540Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2024-08-20T21:53:28.7597100Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2024-08-20T21:53:28.7598240Z adding 'torch/include/ATen/ops/_softmax_mps_dispatch.h' 2024-08-20T21:53:28.7598850Z adding 'torch/include/ATen/ops/_softmax_native.h' 2024-08-20T21:53:28.7600130Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2024-08-20T21:53:28.7600800Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2024-08-20T21:53:28.7602170Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7602790Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2024-08-20T21:53:28.7604010Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2024-08-20T21:53:28.7604630Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2024-08-20T21:53:28.7605870Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2024-08-20T21:53:28.7606660Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7607650Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7608400Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2024-08-20T21:53:28.7609710Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2024-08-20T21:53:28.7610200Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2024-08-20T21:53:28.7611470Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2024-08-20T21:53:28.7612120Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2024-08-20T21:53:28.7613530Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7614120Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2024-08-20T21:53:28.7615000Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2024-08-20T21:53:28.7616280Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2024-08-20T21:53:28.7617050Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7617830Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2024-08-20T21:53:28.7619130Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2024-08-20T21:53:28.7620050Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2024-08-20T21:53:28.7621520Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7622160Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2024-08-20T21:53:28.7622910Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2024-08-20T21:53:28.7624260Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2024-08-20T21:53:28.7625020Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7625810Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2024-08-20T21:53:28.7626940Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2024-08-20T21:53:28.7628280Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2024-08-20T21:53:28.7629150Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7629930Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2024-08-20T21:53:28.7631230Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2024-08-20T21:53:28.7631940Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2024-08-20T21:53:28.7633650Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2024-08-20T21:53:28.7634930Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7635470Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2024-08-20T21:53:28.7636740Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2024-08-20T21:53:28.7637600Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2024-08-20T21:53:28.7638860Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7639300Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2024-08-20T21:53:28.7640450Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2024-08-20T21:53:28.7641590Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2024-08-20T21:53:28.7642170Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2024-08-20T21:53:28.7643570Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7643970Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2024-08-20T21:53:28.7645220Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2024-08-20T21:53:28.7646040Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2024-08-20T21:53:28.7647190Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7647720Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2024-08-20T21:53:28.7648990Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2024-08-20T21:53:28.7649820Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2024-08-20T21:53:28.7650990Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7651510Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2024-08-20T21:53:28.7652810Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2024-08-20T21:53:28.7653690Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2024-08-20T21:53:28.7654980Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7655370Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2024-08-20T21:53:28.7656590Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2024-08-20T21:53:28.7657410Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2024-08-20T21:53:28.7658630Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2024-08-20T21:53:28.7659680Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7660210Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2024-08-20T21:53:28.7661460Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2024-08-20T21:53:28.7662210Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7663350Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7663910Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2024-08-20T21:53:28.7665250Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2024-08-20T21:53:28.7666120Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2024-08-20T21:53:28.7667130Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7671380Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2024-08-20T21:53:28.7671720Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2024-08-20T21:53:28.7671850Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2024-08-20T21:53:28.7672120Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7672270Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2024-08-20T21:53:28.7672410Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2024-08-20T21:53:28.7673210Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2024-08-20T21:53:28.7674180Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2024-08-20T21:53:28.7675130Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2024-08-20T21:53:28.7676090Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2024-08-20T21:53:28.7677000Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2024-08-20T21:53:28.7678270Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2024-08-20T21:53:28.7678860Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2024-08-20T21:53:28.7680090Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2024-08-20T21:53:28.7680680Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2024-08-20T21:53:28.7681920Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2024-08-20T21:53:28.7682510Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2024-08-20T21:53:28.7683830Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2024-08-20T21:53:28.7684340Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2024-08-20T21:53:28.7685550Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2024-08-20T21:53:28.7686140Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2024-08-20T21:53:28.7687380Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2024-08-20T21:53:28.7687920Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2024-08-20T21:53:28.7689080Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2024-08-20T21:53:28.7689930Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2024-08-20T21:53:28.7690850Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2024-08-20T21:53:28.7691680Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2024-08-20T21:53:28.7692840Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2024-08-20T21:53:28.7693420Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2024-08-20T21:53:28.7694730Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2024-08-20T21:53:28.7695220Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2024-08-20T21:53:28.7696410Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2024-08-20T21:53:28.7697260Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2024-08-20T21:53:28.7698200Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2024-08-20T21:53:28.7698880Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2024-08-20T21:53:28.7700350Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2024-08-20T21:53:28.7701290Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2024-08-20T21:53:28.7702270Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2024-08-20T21:53:28.7703390Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7703970Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2024-08-20T21:53:28.7705120Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2024-08-20T21:53:28.7706160Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7706880Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7707810Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2024-08-20T21:53:28.7708990Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2024-08-20T21:53:28.7709870Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2024-08-20T21:53:28.7710880Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7711480Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2024-08-20T21:53:28.7712690Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2024-08-20T21:53:28.7713500Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2024-08-20T21:53:28.7714680Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2024-08-20T21:53:28.7715400Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7716460Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2024-08-20T21:53:28.7717270Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2024-08-20T21:53:28.7718230Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7719370Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7719730Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2024-08-20T21:53:28.7721100Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2024-08-20T21:53:28.7721940Z adding 'torch/include/ATen/ops/_spdiags.h' 2024-08-20T21:53:28.7723220Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7723650Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2024-08-20T21:53:28.7724750Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2024-08-20T21:53:28.7725750Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2024-08-20T21:53:28.7726590Z adding 'torch/include/ATen/ops/_stack.h' 2024-08-20T21:53:28.7727850Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7728380Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2024-08-20T21:53:28.7729400Z adding 'torch/include/ATen/ops/_stack_native.h' 2024-08-20T21:53:28.7730360Z adding 'torch/include/ATen/ops/_stack_ops.h' 2024-08-20T21:53:28.7731330Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2024-08-20T21:53:28.7732360Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7733130Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2024-08-20T21:53:28.7733990Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2024-08-20T21:53:28.7734930Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2024-08-20T21:53:28.7735940Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7736820Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2024-08-20T21:53:28.7737680Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2024-08-20T21:53:28.7738510Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2024-08-20T21:53:28.7739680Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2024-08-20T21:53:28.7740180Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2024-08-20T21:53:28.7741420Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2024-08-20T21:53:28.7742290Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2024-08-20T21:53:28.7743300Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7743920Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2024-08-20T21:53:28.7745140Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2024-08-20T21:53:28.7746020Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2024-08-20T21:53:28.7747020Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7747790Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7748860Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2024-08-20T21:53:28.7749700Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2024-08-20T21:53:28.7750570Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2024-08-20T21:53:28.7751850Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7752280Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2024-08-20T21:53:28.7753580Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7754280Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7755030Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2024-08-20T21:53:28.7756210Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2024-08-20T21:53:28.7756810Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2024-08-20T21:53:28.7758060Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2024-08-20T21:53:28.7758530Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2024-08-20T21:53:28.7759800Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7760290Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2024-08-20T21:53:28.7761540Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2024-08-20T21:53:28.7762150Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2024-08-20T21:53:28.7763390Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7763980Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2024-08-20T21:53:28.7765160Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2024-08-20T21:53:28.7766020Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2024-08-20T21:53:28.7766870Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2024-08-20T21:53:28.7768200Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7768600Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2024-08-20T21:53:28.7769690Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2024-08-20T21:53:28.7770540Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2024-08-20T21:53:28.7771660Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2024-08-20T21:53:28.7772390Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7773450Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2024-08-20T21:53:28.7773980Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2024-08-20T21:53:28.7775250Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2024-08-20T21:53:28.7776070Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2024-08-20T21:53:28.7777250Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7777740Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2024-08-20T21:53:28.7778880Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2024-08-20T21:53:28.7779730Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2024-08-20T21:53:28.7780590Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2024-08-20T21:53:28.7781890Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7782220Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2024-08-20T21:53:28.7783430Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2024-08-20T21:53:28.7784290Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2024-08-20T21:53:28.7785280Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7785860Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2024-08-20T21:53:28.7787040Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2024-08-20T21:53:28.7787650Z adding 'torch/include/ATen/ops/_test_string_default.h' 2024-08-20T21:53:28.7789020Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7789430Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2024-08-20T21:53:28.7790620Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2024-08-20T21:53:28.7791460Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2024-08-20T21:53:28.7792500Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7793100Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2024-08-20T21:53:28.7794310Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2024-08-20T21:53:28.7795220Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2024-08-20T21:53:28.7796510Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7796870Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2024-08-20T21:53:28.7798150Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2024-08-20T21:53:28.7798830Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2024-08-20T21:53:28.7800180Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7800640Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2024-08-20T21:53:28.7801910Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2024-08-20T21:53:28.7802690Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2024-08-20T21:53:28.7803870Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2024-08-20T21:53:28.7804870Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7805520Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2024-08-20T21:53:28.7806680Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2024-08-20T21:53:28.7807810Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2024-08-20T21:53:28.7808490Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7809550Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2024-08-20T21:53:28.7810380Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2024-08-20T21:53:28.7811520Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2024-08-20T21:53:28.7812410Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2024-08-20T21:53:28.7813550Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2024-08-20T21:53:28.7814280Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7815400Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2024-08-20T21:53:28.7816400Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7817050Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2024-08-20T21:53:28.7818200Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2024-08-20T21:53:28.7819340Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2024-08-20T21:53:28.7823720Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2024-08-20T21:53:28.7824080Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2024-08-20T21:53:28.7824390Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7824610Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2024-08-20T21:53:28.7824800Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2024-08-20T21:53:28.7825020Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2024-08-20T21:53:28.7825570Z adding 'torch/include/ATen/ops/_to_copy.h' 2024-08-20T21:53:28.7826650Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7827470Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2024-08-20T21:53:28.7828530Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2024-08-20T21:53:28.7829650Z adding 'torch/include/ATen/ops/_to_cpu.h' 2024-08-20T21:53:28.7830940Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7831300Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2024-08-20T21:53:28.7832500Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2024-08-20T21:53:28.7833350Z adding 'torch/include/ATen/ops/_to_dense.h' 2024-08-20T21:53:28.7834330Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7835360Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2024-08-20T21:53:28.7836210Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2024-08-20T21:53:28.7837240Z adding 'torch/include/ATen/ops/_to_sparse.h' 2024-08-20T21:53:28.7838100Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2024-08-20T21:53:28.7839230Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7839770Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2024-08-20T21:53:28.7841020Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2024-08-20T21:53:28.7841520Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2024-08-20T21:53:28.7842770Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2024-08-20T21:53:28.7843620Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2024-08-20T21:53:28.7844730Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7845250Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2024-08-20T21:53:28.7846230Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2024-08-20T21:53:28.7847350Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2024-08-20T21:53:28.7848200Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2024-08-20T21:53:28.7849190Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7849970Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2024-08-20T21:53:28.7851090Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2024-08-20T21:53:28.7851780Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7852850Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2024-08-20T21:53:28.7853490Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2024-08-20T21:53:28.7854540Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2024-08-20T21:53:28.7855400Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2024-08-20T21:53:28.7856540Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2024-08-20T21:53:28.7857220Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7858240Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2024-08-20T21:53:28.7858810Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2024-08-20T21:53:28.7860050Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2024-08-20T21:53:28.7860640Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2024-08-20T21:53:28.7861940Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2024-08-20T21:53:28.7862500Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2024-08-20T21:53:28.7863820Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2024-08-20T21:53:28.7864820Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2024-08-20T21:53:28.7865460Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2024-08-20T21:53:28.7866550Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2024-08-20T21:53:28.7867400Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2024-08-20T21:53:28.7868320Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2024-08-20T21:53:28.7869600Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7870100Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2024-08-20T21:53:28.7871100Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2024-08-20T21:53:28.7872270Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2024-08-20T21:53:28.7872870Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2024-08-20T21:53:28.7874260Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2024-08-20T21:53:28.7875550Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7876050Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2024-08-20T21:53:28.7877200Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2024-08-20T21:53:28.7878020Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2024-08-20T21:53:28.7879360Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2024-08-20T21:53:28.7880430Z adding 'torch/include/ATen/ops/_trilinear.h' 2024-08-20T21:53:28.7881160Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7882370Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7882860Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2024-08-20T21:53:28.7884220Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2024-08-20T21:53:28.7885400Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2024-08-20T21:53:28.7886170Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7887380Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2024-08-20T21:53:28.7887920Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2024-08-20T21:53:28.7889240Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2024-08-20T21:53:28.7890100Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2024-08-20T21:53:28.7891400Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7891880Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2024-08-20T21:53:28.7893000Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2024-08-20T21:53:28.7894180Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2024-08-20T21:53:28.7894640Z adding 'torch/include/ATen/ops/_unique.h' 2024-08-20T21:53:28.7895870Z adding 'torch/include/ATen/ops/_unique2.h' 2024-08-20T21:53:28.7896880Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7897560Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2024-08-20T21:53:28.7898700Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2024-08-20T21:53:28.7899310Z adding 'torch/include/ATen/ops/_unique2_mps_dispatch.h' 2024-08-20T21:53:28.7900540Z adding 'torch/include/ATen/ops/_unique2_native.h' 2024-08-20T21:53:28.7901530Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2024-08-20T21:53:28.7902650Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7903090Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2024-08-20T21:53:28.7904230Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2024-08-20T21:53:28.7904870Z adding 'torch/include/ATen/ops/_unique_native.h' 2024-08-20T21:53:28.7906160Z adding 'torch/include/ATen/ops/_unique_ops.h' 2024-08-20T21:53:28.7907160Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2024-08-20T21:53:28.7908290Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7908630Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2024-08-20T21:53:28.7909840Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2024-08-20T21:53:28.7910700Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2024-08-20T21:53:28.7911830Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7912320Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2024-08-20T21:53:28.7913560Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2024-08-20T21:53:28.7914850Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2024-08-20T21:53:28.7915830Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7916430Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2024-08-20T21:53:28.7917620Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2024-08-20T21:53:28.7918480Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2024-08-20T21:53:28.7919490Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7920120Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2024-08-20T21:53:28.7921340Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2024-08-20T21:53:28.7922240Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2024-08-20T21:53:28.7923250Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7923890Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2024-08-20T21:53:28.7925110Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2024-08-20T21:53:28.7926180Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2024-08-20T21:53:28.7927310Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.7927690Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2024-08-20T21:53:28.7928860Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2024-08-20T21:53:28.7930230Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2024-08-20T21:53:28.7931610Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2024-08-20T21:53:28.7932800Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7933710Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2024-08-20T21:53:28.7934630Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2024-08-20T21:53:28.7935570Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2024-08-20T21:53:28.7936500Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2024-08-20T21:53:28.7937430Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2024-08-20T21:53:28.7938600Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2024-08-20T21:53:28.7939380Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7940590Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7941160Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2024-08-20T21:53:28.7942400Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2024-08-20T21:53:28.7942980Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2024-08-20T21:53:28.7944150Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2024-08-20T21:53:28.7944970Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2024-08-20T21:53:28.7946150Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2024-08-20T21:53:28.7947450Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2024-08-20T21:53:28.7948760Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2024-08-20T21:53:28.7949830Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7950520Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2024-08-20T21:53:28.7951710Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2024-08-20T21:53:28.7952330Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2024-08-20T21:53:28.7953610Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2024-08-20T21:53:28.7954230Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2024-08-20T21:53:28.7955500Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2024-08-20T21:53:28.7956510Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7957230Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7958320Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2024-08-20T21:53:28.7959010Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2024-08-20T21:53:28.7960210Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2024-08-20T21:53:28.7960920Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2024-08-20T21:53:28.7962010Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2024-08-20T21:53:28.7963220Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2024-08-20T21:53:28.7964370Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2024-08-20T21:53:28.7965660Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2024-08-20T21:53:28.7966740Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7967410Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.7968620Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.7969260Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2024-08-20T21:53:28.7970530Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2024-08-20T21:53:28.7971130Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_mps_dispatch.h' 2024-08-20T21:53:28.7972300Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2024-08-20T21:53:28.7973450Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2024-08-20T21:53:28.7974230Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7975390Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7975890Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2024-08-20T21:53:28.7980580Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2024-08-20T21:53:28.7980970Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2024-08-20T21:53:28.7981210Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2024-08-20T21:53:28.7981440Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_mps_dispatch.h' 2024-08-20T21:53:28.7981650Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2024-08-20T21:53:28.7981850Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2024-08-20T21:53:28.7982970Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2024-08-20T21:53:28.7984280Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2024-08-20T21:53:28.7985360Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7986460Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.7987060Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.7988210Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2024-08-20T21:53:28.7989120Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2024-08-20T21:53:28.7990000Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_mps_dispatch.h' 2024-08-20T21:53:28.7991150Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2024-08-20T21:53:28.7991870Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2024-08-20T21:53:28.7993200Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.7993760Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.7994980Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2024-08-20T21:53:28.7995520Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2024-08-20T21:53:28.7996670Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2024-08-20T21:53:28.7997580Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2024-08-20T21:53:28.7998450Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_mps_dispatch.h' 2024-08-20T21:53:28.7999590Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2024-08-20T21:53:28.8000460Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2024-08-20T21:53:28.8001840Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2024-08-20T21:53:28.8003160Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2024-08-20T21:53:28.8004220Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8005310Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.8005910Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.8007030Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2024-08-20T21:53:28.8007920Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2024-08-20T21:53:28.8009050Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2024-08-20T21:53:28.8009900Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2024-08-20T21:53:28.8011200Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8011730Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8012810Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2024-08-20T21:53:28.8013500Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2024-08-20T21:53:28.8014680Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2024-08-20T21:53:28.8015280Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2024-08-20T21:53:28.8016490Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2024-08-20T21:53:28.8017630Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2024-08-20T21:53:28.8018450Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2024-08-20T21:53:28.8019390Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2024-08-20T21:53:28.8020250Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2024-08-20T21:53:28.8021390Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2024-08-20T21:53:28.8022030Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2024-08-20T21:53:28.8023180Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8023850Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2024-08-20T21:53:28.8025080Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2024-08-20T21:53:28.8025720Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2024-08-20T21:53:28.8027040Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2024-08-20T21:53:28.8027510Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2024-08-20T21:53:28.8028650Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2024-08-20T21:53:28.8029540Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2024-08-20T21:53:28.8030590Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2024-08-20T21:53:28.8031860Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8032190Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2024-08-20T21:53:28.8033460Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2024-08-20T21:53:28.8034110Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2024-08-20T21:53:28.8035500Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8035850Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2024-08-20T21:53:28.8037090Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2024-08-20T21:53:28.8037950Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2024-08-20T21:53:28.8038960Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8039610Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2024-08-20T21:53:28.8040810Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2024-08-20T21:53:28.8041440Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2024-08-20T21:53:28.8042800Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8043240Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2024-08-20T21:53:28.8044440Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2024-08-20T21:53:28.8045060Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2024-08-20T21:53:28.8046420Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8046800Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2024-08-20T21:53:28.8048060Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2024-08-20T21:53:28.8048670Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2024-08-20T21:53:28.8050010Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8050440Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2024-08-20T21:53:28.8051610Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2024-08-20T21:53:28.8052110Z adding 'torch/include/ATen/ops/_values.h' 2024-08-20T21:53:28.8053160Z adding 'torch/include/ATen/ops/_values_copy.h' 2024-08-20T21:53:28.8054330Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8055040Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8055830Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2024-08-20T21:53:28.8057010Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2024-08-20T21:53:28.8057600Z adding 'torch/include/ATen/ops/_values_native.h' 2024-08-20T21:53:28.8058730Z adding 'torch/include/ATen/ops/_values_ops.h' 2024-08-20T21:53:28.8059360Z adding 'torch/include/ATen/ops/_version.h' 2024-08-20T21:53:28.8060700Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8061100Z adding 'torch/include/ATen/ops/_version_native.h' 2024-08-20T21:53:28.8062330Z adding 'torch/include/ATen/ops/_version_ops.h' 2024-08-20T21:53:28.8062930Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2024-08-20T21:53:28.8064140Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h' 2024-08-20T21:53:28.8064750Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2024-08-20T21:53:28.8065710Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_mps_dispatch.h' 2024-08-20T21:53:28.8066880Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2024-08-20T21:53:28.8067440Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2024-08-20T21:53:28.8068630Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2024-08-20T21:53:28.8069330Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2024-08-20T21:53:28.8070380Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_mps_dispatch.h' 2024-08-20T21:53:28.8070950Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2024-08-20T21:53:28.8072130Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2024-08-20T21:53:28.8072950Z adding 'torch/include/ATen/ops/_weight_norm.h' 2024-08-20T21:53:28.8073950Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8074760Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2024-08-20T21:53:28.8076050Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8076450Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2024-08-20T21:53:28.8077670Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2024-08-20T21:53:28.8078450Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2024-08-20T21:53:28.8079640Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2024-08-20T21:53:28.8080410Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8081550Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2024-08-20T21:53:28.8082100Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2024-08-20T21:53:28.8083280Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_mps_dispatch.h' 2024-08-20T21:53:28.8083860Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2024-08-20T21:53:28.8085140Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2024-08-20T21:53:28.8086100Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8086730Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2024-08-20T21:53:28.8087930Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2024-08-20T21:53:28.8088400Z adding 'torch/include/ATen/ops/_weight_norm_interface_mps_dispatch.h' 2024-08-20T21:53:28.8089510Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2024-08-20T21:53:28.8090650Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2024-08-20T21:53:28.8091110Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2024-08-20T21:53:28.8092270Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2024-08-20T21:53:28.8093220Z adding 'torch/include/ATen/ops/abs.h' 2024-08-20T21:53:28.8093960Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8094760Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2024-08-20T21:53:28.8095840Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2024-08-20T21:53:28.8096460Z adding 'torch/include/ATen/ops/abs_mps_dispatch.h' 2024-08-20T21:53:28.8097700Z adding 'torch/include/ATen/ops/abs_native.h' 2024-08-20T21:53:28.8098550Z adding 'torch/include/ATen/ops/abs_ops.h' 2024-08-20T21:53:28.8099390Z adding 'torch/include/ATen/ops/absolute.h' 2024-08-20T21:53:28.8100470Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8101090Z adding 'torch/include/ATen/ops/absolute_native.h' 2024-08-20T21:53:28.8102210Z adding 'torch/include/ATen/ops/absolute_ops.h' 2024-08-20T21:53:28.8103090Z adding 'torch/include/ATen/ops/acos.h' 2024-08-20T21:53:28.8104230Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8104770Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2024-08-20T21:53:28.8105790Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2024-08-20T21:53:28.8106650Z adding 'torch/include/ATen/ops/acos_meta.h' 2024-08-20T21:53:28.8107510Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2024-08-20T21:53:28.8108580Z adding 'torch/include/ATen/ops/acos_mps_dispatch.h' 2024-08-20T21:53:28.8109060Z adding 'torch/include/ATen/ops/acos_native.h' 2024-08-20T21:53:28.8110330Z adding 'torch/include/ATen/ops/acos_ops.h' 2024-08-20T21:53:28.8111300Z adding 'torch/include/ATen/ops/acosh.h' 2024-08-20T21:53:28.8112120Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8112920Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2024-08-20T21:53:28.8113790Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2024-08-20T21:53:28.8114620Z adding 'torch/include/ATen/ops/acosh_meta.h' 2024-08-20T21:53:28.8115490Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2024-08-20T21:53:28.8116340Z adding 'torch/include/ATen/ops/acosh_mps_dispatch.h' 2024-08-20T21:53:28.8117180Z adding 'torch/include/ATen/ops/acosh_native.h' 2024-08-20T21:53:28.8118320Z adding 'torch/include/ATen/ops/acosh_ops.h' 2024-08-20T21:53:28.8119200Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2024-08-20T21:53:28.8120220Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8120740Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2024-08-20T21:53:28.8121990Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2024-08-20T21:53:28.8123120Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2024-08-20T21:53:28.8123810Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8124890Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2024-08-20T21:53:28.8125540Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2024-08-20T21:53:28.8126750Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_mps_dispatch.h' 2024-08-20T21:53:28.8127270Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2024-08-20T21:53:28.8128500Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2024-08-20T21:53:28.8132910Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2024-08-20T21:53:28.8133360Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2024-08-20T21:53:28.8133620Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.8133870Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.8134130Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2024-08-20T21:53:28.8134350Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2024-08-20T21:53:28.8135200Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8136280Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2024-08-20T21:53:28.8137410Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2024-08-20T21:53:28.8137880Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2024-08-20T21:53:28.8139140Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2024-08-20T21:53:28.8140000Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2024-08-20T21:53:28.8141020Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8141630Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2024-08-20T21:53:28.8142810Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2024-08-20T21:53:28.8143660Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2024-08-20T21:53:28.8144840Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2024-08-20T21:53:28.8145640Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8146730Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.8147290Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.8148430Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2024-08-20T21:53:28.8149070Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2024-08-20T21:53:28.8150170Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_mps_dispatch.h' 2024-08-20T21:53:28.8150810Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2024-08-20T21:53:28.8152050Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2024-08-20T21:53:28.8153070Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8153640Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2024-08-20T21:53:28.8154820Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2024-08-20T21:53:28.8155380Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2024-08-20T21:53:28.8156510Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2024-08-20T21:53:28.8157120Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_mps_dispatch.h' 2024-08-20T21:53:28.8158230Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2024-08-20T21:53:28.8159370Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2024-08-20T21:53:28.8159980Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2024-08-20T21:53:28.8161270Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2024-08-20T21:53:28.8162070Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8163140Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.8163630Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.8164760Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2024-08-20T21:53:28.8165430Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2024-08-20T21:53:28.8166660Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2024-08-20T21:53:28.8167630Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2024-08-20T21:53:28.8168390Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8169490Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2024-08-20T21:53:28.8169970Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2024-08-20T21:53:28.8171090Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2024-08-20T21:53:28.8171690Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2024-08-20T21:53:28.8172800Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2024-08-20T21:53:28.8173940Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2024-08-20T21:53:28.8174500Z adding 'torch/include/ATen/ops/add.h' 2024-08-20T21:53:28.8175860Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8176510Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8177520Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2024-08-20T21:53:28.8178380Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2024-08-20T21:53:28.8179210Z adding 'torch/include/ATen/ops/add_meta.h' 2024-08-20T21:53:28.8180070Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2024-08-20T21:53:28.8181050Z adding 'torch/include/ATen/ops/add_mps_dispatch.h' 2024-08-20T21:53:28.8181920Z adding 'torch/include/ATen/ops/add_native.h' 2024-08-20T21:53:28.8183240Z adding 'torch/include/ATen/ops/add_ops.h' 2024-08-20T21:53:28.8184080Z adding 'torch/include/ATen/ops/addbmm.h' 2024-08-20T21:53:28.8185230Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2024-08-20T21:53:28.8186100Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2024-08-20T21:53:28.8186960Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2024-08-20T21:53:28.8187860Z adding 'torch/include/ATen/ops/addbmm_mps_dispatch.h' 2024-08-20T21:53:28.8188650Z adding 'torch/include/ATen/ops/addbmm_native.h' 2024-08-20T21:53:28.8189820Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2024-08-20T21:53:28.8190650Z adding 'torch/include/ATen/ops/addcdiv.h' 2024-08-20T21:53:28.8191980Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8192420Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2024-08-20T21:53:28.8193510Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2024-08-20T21:53:28.8194330Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2024-08-20T21:53:28.8195210Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2024-08-20T21:53:28.8196050Z adding 'torch/include/ATen/ops/addcdiv_mps_dispatch.h' 2024-08-20T21:53:28.8196890Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2024-08-20T21:53:28.8198060Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2024-08-20T21:53:28.8198910Z adding 'torch/include/ATen/ops/addcmul.h' 2024-08-20T21:53:28.8200240Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8200530Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2024-08-20T21:53:28.8201670Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2024-08-20T21:53:28.8202650Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2024-08-20T21:53:28.8203100Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2024-08-20T21:53:28.8204220Z adding 'torch/include/ATen/ops/addcmul_mps_dispatch.h' 2024-08-20T21:53:28.8205070Z adding 'torch/include/ATen/ops/addcmul_native.h' 2024-08-20T21:53:28.8206110Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2024-08-20T21:53:28.8206970Z adding 'torch/include/ATen/ops/addmm.h' 2024-08-20T21:53:28.8208020Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8209030Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2024-08-20T21:53:28.8209480Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2024-08-20T21:53:28.8210620Z adding 'torch/include/ATen/ops/addmm_meta.h' 2024-08-20T21:53:28.8211520Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2024-08-20T21:53:28.8212180Z adding 'torch/include/ATen/ops/addmm_mps_dispatch.h' 2024-08-20T21:53:28.8213400Z adding 'torch/include/ATen/ops/addmm_native.h' 2024-08-20T21:53:28.8214560Z adding 'torch/include/ATen/ops/addmm_ops.h' 2024-08-20T21:53:28.8215380Z adding 'torch/include/ATen/ops/addmv.h' 2024-08-20T21:53:28.8216440Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8217020Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2024-08-20T21:53:28.8218180Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2024-08-20T21:53:28.8219010Z adding 'torch/include/ATen/ops/addmv_meta.h' 2024-08-20T21:53:28.8219890Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2024-08-20T21:53:28.8220750Z adding 'torch/include/ATen/ops/addmv_mps_dispatch.h' 2024-08-20T21:53:28.8221590Z adding 'torch/include/ATen/ops/addmv_native.h' 2024-08-20T21:53:28.8222730Z adding 'torch/include/ATen/ops/addmv_ops.h' 2024-08-20T21:53:28.8223550Z adding 'torch/include/ATen/ops/addr.h' 2024-08-20T21:53:28.8224800Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8225280Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2024-08-20T21:53:28.8226390Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2024-08-20T21:53:28.8227240Z adding 'torch/include/ATen/ops/addr_mps_dispatch.h' 2024-08-20T21:53:28.8228090Z adding 'torch/include/ATen/ops/addr_native.h' 2024-08-20T21:53:28.8229230Z adding 'torch/include/ATen/ops/addr_ops.h' 2024-08-20T21:53:28.8230060Z adding 'torch/include/ATen/ops/adjoint.h' 2024-08-20T21:53:28.8231040Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8232070Z adding 'torch/include/ATen/ops/adjoint_native.h' 2024-08-20T21:53:28.8232590Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2024-08-20T21:53:28.8234010Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2024-08-20T21:53:28.8234880Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2024-08-20T21:53:28.8236170Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8236580Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2024-08-20T21:53:28.8237760Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2024-08-20T21:53:28.8238720Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8239740Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2024-08-20T21:53:28.8240590Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2024-08-20T21:53:28.8241380Z adding 'torch/include/ATen/ops/alias.h' 2024-08-20T21:53:28.8242350Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8243370Z adding 'torch/include/ATen/ops/alias_copy.h' 2024-08-20T21:53:28.8244110Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8245170Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8245740Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2024-08-20T21:53:28.8246930Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2024-08-20T21:53:28.8247910Z adding 'torch/include/ATen/ops/alias_native.h' 2024-08-20T21:53:28.8248440Z adding 'torch/include/ATen/ops/alias_ops.h' 2024-08-20T21:53:28.8249570Z adding 'torch/include/ATen/ops/align_as.h' 2024-08-20T21:53:28.8250550Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8251070Z adding 'torch/include/ATen/ops/align_as_native.h' 2024-08-20T21:53:28.8252290Z adding 'torch/include/ATen/ops/align_as_ops.h' 2024-08-20T21:53:28.8253270Z adding 'torch/include/ATen/ops/align_tensors.h' 2024-08-20T21:53:28.8253940Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8254980Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2024-08-20T21:53:28.8255860Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2024-08-20T21:53:28.8256660Z adding 'torch/include/ATen/ops/align_to.h' 2024-08-20T21:53:28.8257640Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8258380Z adding 'torch/include/ATen/ops/align_to_native.h' 2024-08-20T21:53:28.8259520Z adding 'torch/include/ATen/ops/align_to_ops.h' 2024-08-20T21:53:28.8260530Z adding 'torch/include/ATen/ops/all.h' 2024-08-20T21:53:28.8261490Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8262880Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8263150Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8264240Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2024-08-20T21:53:28.8265210Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2024-08-20T21:53:28.8265770Z adding 'torch/include/ATen/ops/all_meta.h' 2024-08-20T21:53:28.8266960Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2024-08-20T21:53:28.8267960Z adding 'torch/include/ATen/ops/all_mps_dispatch.h' 2024-08-20T21:53:28.8268540Z adding 'torch/include/ATen/ops/all_native.h' 2024-08-20T21:53:28.8270000Z adding 'torch/include/ATen/ops/all_ops.h' 2024-08-20T21:53:28.8270830Z adding 'torch/include/ATen/ops/allclose.h' 2024-08-20T21:53:28.8271860Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8272890Z adding 'torch/include/ATen/ops/allclose_native.h' 2024-08-20T21:53:28.8273470Z adding 'torch/include/ATen/ops/allclose_ops.h' 2024-08-20T21:53:28.8274610Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2024-08-20T21:53:28.8275770Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8276420Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2024-08-20T21:53:28.8277400Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2024-08-20T21:53:28.8278350Z adding 'torch/include/ATen/ops/amax.h' 2024-08-20T21:53:28.8279130Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8280110Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2024-08-20T21:53:28.8280970Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2024-08-20T21:53:28.8285040Z adding 'torch/include/ATen/ops/amax_meta.h' 2024-08-20T21:53:28.8285350Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2024-08-20T21:53:28.8285500Z adding 'torch/include/ATen/ops/amax_mps_dispatch.h' 2024-08-20T21:53:28.8285630Z adding 'torch/include/ATen/ops/amax_native.h' 2024-08-20T21:53:28.8285750Z adding 'torch/include/ATen/ops/amax_ops.h' 2024-08-20T21:53:28.8285890Z adding 'torch/include/ATen/ops/amin.h' 2024-08-20T21:53:28.8287480Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8287770Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2024-08-20T21:53:28.8288860Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2024-08-20T21:53:28.8289690Z adding 'torch/include/ATen/ops/amin_meta.h' 2024-08-20T21:53:28.8290570Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2024-08-20T21:53:28.8291420Z adding 'torch/include/ATen/ops/amin_mps_dispatch.h' 2024-08-20T21:53:28.8292390Z adding 'torch/include/ATen/ops/amin_native.h' 2024-08-20T21:53:28.8293240Z adding 'torch/include/ATen/ops/amin_ops.h' 2024-08-20T21:53:28.8294360Z adding 'torch/include/ATen/ops/aminmax.h' 2024-08-20T21:53:28.8295080Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8296100Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2024-08-20T21:53:28.8296970Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2024-08-20T21:53:28.8297800Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2024-08-20T21:53:28.8298690Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2024-08-20T21:53:28.8299550Z adding 'torch/include/ATen/ops/aminmax_mps_dispatch.h' 2024-08-20T21:53:28.8300440Z adding 'torch/include/ATen/ops/aminmax_native.h' 2024-08-20T21:53:28.8302270Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2024-08-20T21:53:28.8303110Z adding 'torch/include/ATen/ops/and.h' 2024-08-20T21:53:28.8304360Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8304780Z adding 'torch/include/ATen/ops/and_native.h' 2024-08-20T21:53:28.8306080Z adding 'torch/include/ATen/ops/and_ops.h' 2024-08-20T21:53:28.8306910Z adding 'torch/include/ATen/ops/angle.h' 2024-08-20T21:53:28.8308100Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2024-08-20T21:53:28.8308590Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2024-08-20T21:53:28.8309760Z adding 'torch/include/ATen/ops/angle_native.h' 2024-08-20T21:53:28.8310950Z adding 'torch/include/ATen/ops/angle_ops.h' 2024-08-20T21:53:28.8312020Z adding 'torch/include/ATen/ops/any.h' 2024-08-20T21:53:28.8312820Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8314220Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8314840Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8316010Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2024-08-20T21:53:28.8317010Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2024-08-20T21:53:28.8317830Z adding 'torch/include/ATen/ops/any_meta.h' 2024-08-20T21:53:28.8318990Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2024-08-20T21:53:28.8319580Z adding 'torch/include/ATen/ops/any_mps_dispatch.h' 2024-08-20T21:53:28.8320810Z adding 'torch/include/ATen/ops/any_native.h' 2024-08-20T21:53:28.8322140Z adding 'torch/include/ATen/ops/any_ops.h' 2024-08-20T21:53:28.8323340Z adding 'torch/include/ATen/ops/arange.h' 2024-08-20T21:53:28.8324760Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8325490Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2024-08-20T21:53:28.8326640Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2024-08-20T21:53:28.8327510Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2024-08-20T21:53:28.8328670Z adding 'torch/include/ATen/ops/arange_mps_dispatch.h' 2024-08-20T21:53:28.8329530Z adding 'torch/include/ATen/ops/arange_native.h' 2024-08-20T21:53:28.8330880Z adding 'torch/include/ATen/ops/arange_ops.h' 2024-08-20T21:53:28.8332020Z adding 'torch/include/ATen/ops/arccos.h' 2024-08-20T21:53:28.8332990Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8334050Z adding 'torch/include/ATen/ops/arccos_native.h' 2024-08-20T21:53:28.8335090Z adding 'torch/include/ATen/ops/arccos_ops.h' 2024-08-20T21:53:28.8335960Z adding 'torch/include/ATen/ops/arccosh.h' 2024-08-20T21:53:28.8337240Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8337820Z adding 'torch/include/ATen/ops/arccosh_native.h' 2024-08-20T21:53:28.8339080Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2024-08-20T21:53:28.8340100Z adding 'torch/include/ATen/ops/arcsin.h' 2024-08-20T21:53:28.8341060Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8341570Z adding 'torch/include/ATen/ops/arcsin_native.h' 2024-08-20T21:53:28.8342820Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2024-08-20T21:53:28.8343960Z adding 'torch/include/ATen/ops/arcsinh.h' 2024-08-20T21:53:28.8344580Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8345840Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2024-08-20T21:53:28.8347000Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2024-08-20T21:53:28.8347850Z adding 'torch/include/ATen/ops/arctan.h' 2024-08-20T21:53:28.8348980Z adding 'torch/include/ATen/ops/arctan2.h' 2024-08-20T21:53:28.8349690Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8350690Z adding 'torch/include/ATen/ops/arctan2_native.h' 2024-08-20T21:53:28.8351740Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2024-08-20T21:53:28.8352690Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8353290Z adding 'torch/include/ATen/ops/arctan_native.h' 2024-08-20T21:53:28.8354510Z adding 'torch/include/ATen/ops/arctan_ops.h' 2024-08-20T21:53:28.8355410Z adding 'torch/include/ATen/ops/arctanh.h' 2024-08-20T21:53:28.8356420Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8356980Z adding 'torch/include/ATen/ops/arctanh_native.h' 2024-08-20T21:53:28.8360130Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2024-08-20T21:53:28.8361110Z adding 'torch/include/ATen/ops/argmax.h' 2024-08-20T21:53:28.8363110Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8363490Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2024-08-20T21:53:28.8364710Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2024-08-20T21:53:28.8365840Z adding 'torch/include/ATen/ops/argmax_meta.h' 2024-08-20T21:53:28.8366440Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2024-08-20T21:53:28.8367610Z adding 'torch/include/ATen/ops/argmax_mps_dispatch.h' 2024-08-20T21:53:28.8368440Z adding 'torch/include/ATen/ops/argmax_native.h' 2024-08-20T21:53:28.8369510Z adding 'torch/include/ATen/ops/argmax_ops.h' 2024-08-20T21:53:28.8370470Z adding 'torch/include/ATen/ops/argmin.h' 2024-08-20T21:53:28.8371630Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8372610Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2024-08-20T21:53:28.8373100Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2024-08-20T21:53:28.8374160Z adding 'torch/include/ATen/ops/argmin_meta.h' 2024-08-20T21:53:28.8375060Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2024-08-20T21:53:28.8375970Z adding 'torch/include/ATen/ops/argmin_mps_dispatch.h' 2024-08-20T21:53:28.8376760Z adding 'torch/include/ATen/ops/argmin_native.h' 2024-08-20T21:53:28.8377810Z adding 'torch/include/ATen/ops/argmin_ops.h' 2024-08-20T21:53:28.8378790Z adding 'torch/include/ATen/ops/argsort.h' 2024-08-20T21:53:28.8379900Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8380750Z adding 'torch/include/ATen/ops/argsort_native.h' 2024-08-20T21:53:28.8381820Z adding 'torch/include/ATen/ops/argsort_ops.h' 2024-08-20T21:53:28.8382720Z adding 'torch/include/ATen/ops/argwhere.h' 2024-08-20T21:53:28.8383820Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8384390Z adding 'torch/include/ATen/ops/argwhere_native.h' 2024-08-20T21:53:28.8385470Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2024-08-20T21:53:28.8386570Z adding 'torch/include/ATen/ops/as_strided.h' 2024-08-20T21:53:28.8387750Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8388890Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2024-08-20T21:53:28.8390050Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8390740Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8391870Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2024-08-20T21:53:28.8392720Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2024-08-20T21:53:28.8393600Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2024-08-20T21:53:28.8394800Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2024-08-20T21:53:28.8395230Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2024-08-20T21:53:28.8396350Z adding 'torch/include/ATen/ops/as_strided_mps_dispatch.h' 2024-08-20T21:53:28.8397180Z adding 'torch/include/ATen/ops/as_strided_native.h' 2024-08-20T21:53:28.8398370Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2024-08-20T21:53:28.8399520Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2024-08-20T21:53:28.8400570Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8401800Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8402060Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2024-08-20T21:53:28.8403400Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2024-08-20T21:53:28.8403960Z adding 'torch/include/ATen/ops/asin.h' 2024-08-20T21:53:28.8405380Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8405860Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2024-08-20T21:53:28.8407120Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2024-08-20T21:53:28.8407540Z adding 'torch/include/ATen/ops/asin_meta.h' 2024-08-20T21:53:28.8408730Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2024-08-20T21:53:28.8409330Z adding 'torch/include/ATen/ops/asin_mps_dispatch.h' 2024-08-20T21:53:28.8410470Z adding 'torch/include/ATen/ops/asin_native.h' 2024-08-20T21:53:28.8411490Z adding 'torch/include/ATen/ops/asin_ops.h' 2024-08-20T21:53:28.8412330Z adding 'torch/include/ATen/ops/asinh.h' 2024-08-20T21:53:28.8413370Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8414400Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2024-08-20T21:53:28.8414840Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2024-08-20T21:53:28.8415970Z adding 'torch/include/ATen/ops/asinh_meta.h' 2024-08-20T21:53:28.8416590Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2024-08-20T21:53:28.8417580Z adding 'torch/include/ATen/ops/asinh_mps_dispatch.h' 2024-08-20T21:53:28.8418760Z adding 'torch/include/ATen/ops/asinh_native.h' 2024-08-20T21:53:28.8419770Z adding 'torch/include/ATen/ops/asinh_ops.h' 2024-08-20T21:53:28.8420210Z adding 'torch/include/ATen/ops/atan.h' 2024-08-20T21:53:28.8421480Z adding 'torch/include/ATen/ops/atan2.h' 2024-08-20T21:53:28.8422500Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8423030Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2024-08-20T21:53:28.8424270Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2024-08-20T21:53:28.8424710Z adding 'torch/include/ATen/ops/atan2_meta.h' 2024-08-20T21:53:28.8425930Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2024-08-20T21:53:28.8426530Z adding 'torch/include/ATen/ops/atan2_mps_dispatch.h' 2024-08-20T21:53:28.8427790Z adding 'torch/include/ATen/ops/atan2_native.h' 2024-08-20T21:53:28.8428790Z adding 'torch/include/ATen/ops/atan2_ops.h' 2024-08-20T21:53:28.8429450Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8430470Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2024-08-20T21:53:28.8431010Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2024-08-20T21:53:28.8432120Z adding 'torch/include/ATen/ops/atan_meta.h' 2024-08-20T21:53:28.8432700Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2024-08-20T21:53:28.8433820Z adding 'torch/include/ATen/ops/atan_mps_dispatch.h' 2024-08-20T21:53:28.8434660Z adding 'torch/include/ATen/ops/atan_native.h' 2024-08-20T21:53:28.8435830Z adding 'torch/include/ATen/ops/atan_ops.h' 2024-08-20T21:53:28.8436300Z adding 'torch/include/ATen/ops/atanh.h' 2024-08-20T21:53:28.8437690Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8438060Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2024-08-20T21:53:28.8439210Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2024-08-20T21:53:28.8439800Z adding 'torch/include/ATen/ops/atanh_meta.h' 2024-08-20T21:53:28.8444880Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2024-08-20T21:53:28.8445100Z adding 'torch/include/ATen/ops/atanh_mps_dispatch.h' 2024-08-20T21:53:28.8445250Z adding 'torch/include/ATen/ops/atanh_native.h' 2024-08-20T21:53:28.8445370Z adding 'torch/include/ATen/ops/atanh_ops.h' 2024-08-20T21:53:28.8445530Z adding 'torch/include/ATen/ops/atleast_1d.h' 2024-08-20T21:53:28.8445820Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8446150Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2024-08-20T21:53:28.8447430Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2024-08-20T21:53:28.8448050Z adding 'torch/include/ATen/ops/atleast_2d.h' 2024-08-20T21:53:28.8449460Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8449810Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2024-08-20T21:53:28.8451090Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2024-08-20T21:53:28.8452100Z adding 'torch/include/ATen/ops/atleast_3d.h' 2024-08-20T21:53:28.8452680Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8453730Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2024-08-20T21:53:28.8454580Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2024-08-20T21:53:28.8455590Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2024-08-20T21:53:28.8456580Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8457180Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2024-08-20T21:53:28.8458420Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2024-08-20T21:53:28.8459420Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2024-08-20T21:53:28.8460310Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2024-08-20T21:53:28.8461720Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8462160Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.8463330Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.8463970Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2024-08-20T21:53:28.8465280Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2024-08-20T21:53:28.8465760Z adding 'torch/include/ATen/ops/avg_pool2d_backward_mps_dispatch.h' 2024-08-20T21:53:28.8466990Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2024-08-20T21:53:28.8468230Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2024-08-20T21:53:28.8468850Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8470090Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2024-08-20T21:53:28.8470600Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2024-08-20T21:53:28.8472050Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2024-08-20T21:53:28.8473100Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2024-08-20T21:53:28.8473600Z adding 'torch/include/ATen/ops/avg_pool2d_mps_dispatch.h' 2024-08-20T21:53:28.8474840Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2024-08-20T21:53:28.8476020Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2024-08-20T21:53:28.8477020Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2024-08-20T21:53:28.8477920Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2024-08-20T21:53:28.8478980Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8479620Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.8480800Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.8481370Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2024-08-20T21:53:28.8482700Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2024-08-20T21:53:28.8483210Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2024-08-20T21:53:28.8484530Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2024-08-20T21:53:28.8485550Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8486150Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2024-08-20T21:53:28.8487360Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2024-08-20T21:53:28.8488000Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2024-08-20T21:53:28.8488970Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2024-08-20T21:53:28.8490130Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2024-08-20T21:53:28.8490980Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2024-08-20T21:53:28.8492150Z adding 'torch/include/ATen/ops/baddbmm.h' 2024-08-20T21:53:28.8492940Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8493990Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2024-08-20T21:53:28.8494640Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2024-08-20T21:53:28.8495950Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2024-08-20T21:53:28.8496480Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2024-08-20T21:53:28.8497680Z adding 'torch/include/ATen/ops/baddbmm_mps_dispatch.h' 2024-08-20T21:53:28.8498540Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2024-08-20T21:53:28.8499740Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2024-08-20T21:53:28.8500900Z adding 'torch/include/ATen/ops/bartlett_window.h' 2024-08-20T21:53:28.8501920Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8502980Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2024-08-20T21:53:28.8503830Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2024-08-20T21:53:28.8504990Z adding 'torch/include/ATen/ops/batch_norm.h' 2024-08-20T21:53:28.8505650Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2024-08-20T21:53:28.8506970Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2024-08-20T21:53:28.8507500Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2024-08-20T21:53:28.8508730Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2024-08-20T21:53:28.8509770Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8510940Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2024-08-20T21:53:28.8511290Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2024-08-20T21:53:28.8512610Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2024-08-20T21:53:28.8513480Z adding 'torch/include/ATen/ops/batch_norm_backward_mps_dispatch.h' 2024-08-20T21:53:28.8514320Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2024-08-20T21:53:28.8515520Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2024-08-20T21:53:28.8516720Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2024-08-20T21:53:28.8517390Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8518520Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2024-08-20T21:53:28.8519130Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2024-08-20T21:53:28.8520500Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2024-08-20T21:53:28.8521420Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8522490Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2024-08-20T21:53:28.8523060Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2024-08-20T21:53:28.8524220Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2024-08-20T21:53:28.8525070Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2024-08-20T21:53:28.8526280Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2024-08-20T21:53:28.8527470Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8527900Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2024-08-20T21:53:28.8529050Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2024-08-20T21:53:28.8530230Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2024-08-20T21:53:28.8531170Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2024-08-20T21:53:28.8532460Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8532850Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2024-08-20T21:53:28.8534050Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2024-08-20T21:53:28.8535230Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2024-08-20T21:53:28.8535630Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2024-08-20T21:53:28.8536930Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2024-08-20T21:53:28.8537950Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2024-08-20T21:53:28.8538690Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8539760Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2024-08-20T21:53:28.8540330Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2024-08-20T21:53:28.8541620Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2024-08-20T21:53:28.8542490Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2024-08-20T21:53:28.8543800Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8544340Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2024-08-20T21:53:28.8545490Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2024-08-20T21:53:28.8546080Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2024-08-20T21:53:28.8547410Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2024-08-20T21:53:28.8548530Z adding 'torch/include/ATen/ops/bernoulli.h' 2024-08-20T21:53:28.8549310Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8550740Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8551050Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2024-08-20T21:53:28.8552210Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2024-08-20T21:53:28.8553070Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2024-08-20T21:53:28.8553930Z adding 'torch/include/ATen/ops/bernoulli_mps_dispatch.h' 2024-08-20T21:53:28.8554770Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2024-08-20T21:53:28.8556200Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2024-08-20T21:53:28.8557050Z adding 'torch/include/ATen/ops/bilinear.h' 2024-08-20T21:53:28.8558080Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8558690Z adding 'torch/include/ATen/ops/bilinear_native.h' 2024-08-20T21:53:28.8559990Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2024-08-20T21:53:28.8561050Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2024-08-20T21:53:28.8561710Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2024-08-20T21:53:28.8563150Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2024-08-20T21:53:28.8563620Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2024-08-20T21:53:28.8564780Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_mps_dispatch.h' 2024-08-20T21:53:28.8565430Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2024-08-20T21:53:28.8567100Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2024-08-20T21:53:28.8567960Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2024-08-20T21:53:28.8568870Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2024-08-20T21:53:28.8569530Z adding 'torch/include/ATen/ops/binary_cross_entropy_mps_dispatch.h' 2024-08-20T21:53:28.8570760Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2024-08-20T21:53:28.8571610Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2024-08-20T21:53:28.8572870Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2024-08-20T21:53:28.8573580Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8574480Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2024-08-20T21:53:28.8575680Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2024-08-20T21:53:28.8576270Z adding 'torch/include/ATen/ops/bincount.h' 2024-08-20T21:53:28.8577640Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8578130Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2024-08-20T21:53:28.8579250Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2024-08-20T21:53:28.8579840Z adding 'torch/include/ATen/ops/bincount_mps_dispatch.h' 2024-08-20T21:53:28.8581130Z adding 'torch/include/ATen/ops/bincount_native.h' 2024-08-20T21:53:28.8582140Z adding 'torch/include/ATen/ops/bincount_ops.h' 2024-08-20T21:53:28.8582660Z adding 'torch/include/ATen/ops/binomial.h' 2024-08-20T21:53:28.8583990Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8584500Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2024-08-20T21:53:28.8585780Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2024-08-20T21:53:28.8586320Z adding 'torch/include/ATen/ops/binomial_native.h' 2024-08-20T21:53:28.8587580Z adding 'torch/include/ATen/ops/binomial_ops.h' 2024-08-20T21:53:28.8588610Z adding 'torch/include/ATen/ops/bitwise_and.h' 2024-08-20T21:53:28.8589620Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8590540Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8591590Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2024-08-20T21:53:28.8592040Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2024-08-20T21:53:28.8593310Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2024-08-20T21:53:28.8593800Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2024-08-20T21:53:28.8594910Z adding 'torch/include/ATen/ops/bitwise_and_mps_dispatch.h' 2024-08-20T21:53:28.8595740Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2024-08-20T21:53:28.8597060Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2024-08-20T21:53:28.8601650Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2024-08-20T21:53:28.8602080Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8602440Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8602650Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2024-08-20T21:53:28.8602870Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2024-08-20T21:53:28.8603360Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2024-08-20T21:53:28.8604600Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2024-08-20T21:53:28.8605120Z adding 'torch/include/ATen/ops/bitwise_left_shift_mps_dispatch.h' 2024-08-20T21:53:28.8606330Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2024-08-20T21:53:28.8607570Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2024-08-20T21:53:28.8608470Z adding 'torch/include/ATen/ops/bitwise_not.h' 2024-08-20T21:53:28.8609710Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8610080Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2024-08-20T21:53:28.8611370Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2024-08-20T21:53:28.8611750Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2024-08-20T21:53:28.8612940Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2024-08-20T21:53:28.8613570Z adding 'torch/include/ATen/ops/bitwise_not_mps_dispatch.h' 2024-08-20T21:53:28.8614520Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2024-08-20T21:53:28.8615730Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2024-08-20T21:53:28.8616530Z adding 'torch/include/ATen/ops/bitwise_or.h' 2024-08-20T21:53:28.8617860Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8618410Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8619490Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2024-08-20T21:53:28.8620070Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2024-08-20T21:53:28.8621170Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2024-08-20T21:53:28.8622220Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2024-08-20T21:53:28.8622630Z adding 'torch/include/ATen/ops/bitwise_or_mps_dispatch.h' 2024-08-20T21:53:28.8623800Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2024-08-20T21:53:28.8625020Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2024-08-20T21:53:28.8626090Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2024-08-20T21:53:28.8627100Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8627860Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8628960Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2024-08-20T21:53:28.8629400Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2024-08-20T21:53:28.8630560Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2024-08-20T21:53:28.8631190Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2024-08-20T21:53:28.8632290Z adding 'torch/include/ATen/ops/bitwise_right_shift_mps_dispatch.h' 2024-08-20T21:53:28.8632930Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2024-08-20T21:53:28.8634400Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2024-08-20T21:53:28.8635590Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2024-08-20T21:53:28.8636230Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8637460Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8637900Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2024-08-20T21:53:28.8638890Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2024-08-20T21:53:28.8639720Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2024-08-20T21:53:28.8640770Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2024-08-20T21:53:28.8641310Z adding 'torch/include/ATen/ops/bitwise_xor_mps_dispatch.h' 2024-08-20T21:53:28.8642470Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2024-08-20T21:53:28.8643710Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2024-08-20T21:53:28.8644810Z adding 'torch/include/ATen/ops/blackman_window.h' 2024-08-20T21:53:28.8646120Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8646520Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2024-08-20T21:53:28.8647930Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2024-08-20T21:53:28.8648760Z adding 'torch/include/ATen/ops/block_diag.h' 2024-08-20T21:53:28.8650140Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8650550Z adding 'torch/include/ATen/ops/block_diag_native.h' 2024-08-20T21:53:28.8651880Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2024-08-20T21:53:28.8652880Z adding 'torch/include/ATen/ops/bmm.h' 2024-08-20T21:53:28.8653740Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8654880Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2024-08-20T21:53:28.8655380Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2024-08-20T21:53:28.8656530Z adding 'torch/include/ATen/ops/bmm_meta.h' 2024-08-20T21:53:28.8657190Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2024-08-20T21:53:28.8658440Z adding 'torch/include/ATen/ops/bmm_mps_dispatch.h' 2024-08-20T21:53:28.8658980Z adding 'torch/include/ATen/ops/bmm_native.h' 2024-08-20T21:53:28.8660280Z adding 'torch/include/ATen/ops/bmm_ops.h' 2024-08-20T21:53:28.8660830Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2024-08-20T21:53:28.8662190Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8662650Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2024-08-20T21:53:28.8663870Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2024-08-20T21:53:28.8664900Z adding 'torch/include/ATen/ops/broadcast_to.h' 2024-08-20T21:53:28.8665570Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8666610Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2024-08-20T21:53:28.8667630Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2024-08-20T21:53:28.8668630Z adding 'torch/include/ATen/ops/bucketize.h' 2024-08-20T21:53:28.8669340Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8670430Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2024-08-20T21:53:28.8671040Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2024-08-20T21:53:28.8672320Z adding 'torch/include/ATen/ops/bucketize_mps_dispatch.h' 2024-08-20T21:53:28.8672830Z adding 'torch/include/ATen/ops/bucketize_native.h' 2024-08-20T21:53:28.8674190Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2024-08-20T21:53:28.8675180Z adding 'torch/include/ATen/ops/can_cast.h' 2024-08-20T21:53:28.8675820Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8676840Z adding 'torch/include/ATen/ops/can_cast_native.h' 2024-08-20T21:53:28.8677840Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2024-08-20T21:53:28.8678350Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2024-08-20T21:53:28.8679690Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8680140Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2024-08-20T21:53:28.8681430Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2024-08-20T21:53:28.8682250Z adding 'torch/include/ATen/ops/cat.h' 2024-08-20T21:53:28.8683260Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8684390Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8684770Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2024-08-20T21:53:28.8685910Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2024-08-20T21:53:28.8687150Z adding 'torch/include/ATen/ops/cat_meta.h' 2024-08-20T21:53:28.8688010Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2024-08-20T21:53:28.8688860Z adding 'torch/include/ATen/ops/cat_mps_dispatch.h' 2024-08-20T21:53:28.8689890Z adding 'torch/include/ATen/ops/cat_native.h' 2024-08-20T21:53:28.8691060Z adding 'torch/include/ATen/ops/cat_ops.h' 2024-08-20T21:53:28.8691900Z adding 'torch/include/ATen/ops/cauchy.h' 2024-08-20T21:53:28.8693200Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8693520Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2024-08-20T21:53:28.8694690Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2024-08-20T21:53:28.8695280Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2024-08-20T21:53:28.8696570Z adding 'torch/include/ATen/ops/cauchy_native.h' 2024-08-20T21:53:28.8697600Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2024-08-20T21:53:28.8698060Z adding 'torch/include/ATen/ops/ccol_indices.h' 2024-08-20T21:53:28.8699410Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8699900Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2024-08-20T21:53:28.8701210Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8701890Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8702760Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2024-08-20T21:53:28.8703900Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2024-08-20T21:53:28.8704390Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2024-08-20T21:53:28.8705570Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2024-08-20T21:53:28.8706400Z adding 'torch/include/ATen/ops/cdist.h' 2024-08-20T21:53:28.8707370Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8708140Z adding 'torch/include/ATen/ops/cdist_native.h' 2024-08-20T21:53:28.8709210Z adding 'torch/include/ATen/ops/cdist_ops.h' 2024-08-20T21:53:28.8710110Z adding 'torch/include/ATen/ops/ceil.h' 2024-08-20T21:53:28.8711350Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8711680Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2024-08-20T21:53:28.8712800Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2024-08-20T21:53:28.8713640Z adding 'torch/include/ATen/ops/ceil_meta.h' 2024-08-20T21:53:28.8714240Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2024-08-20T21:53:28.8715370Z adding 'torch/include/ATen/ops/ceil_mps_dispatch.h' 2024-08-20T21:53:28.8716380Z adding 'torch/include/ATen/ops/ceil_native.h' 2024-08-20T21:53:28.8717000Z adding 'torch/include/ATen/ops/ceil_ops.h' 2024-08-20T21:53:28.8718260Z adding 'torch/include/ATen/ops/celu.h' 2024-08-20T21:53:28.8718980Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8720070Z adding 'torch/include/ATen/ops/celu_native.h' 2024-08-20T21:53:28.8720920Z adding 'torch/include/ATen/ops/celu_ops.h' 2024-08-20T21:53:28.8722090Z adding 'torch/include/ATen/ops/chain_matmul.h' 2024-08-20T21:53:28.8722740Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8723810Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2024-08-20T21:53:28.8724620Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2024-08-20T21:53:28.8725440Z adding 'torch/include/ATen/ops/chalf.h' 2024-08-20T21:53:28.8726730Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8727080Z adding 'torch/include/ATen/ops/chalf_native.h' 2024-08-20T21:53:28.8728270Z adding 'torch/include/ATen/ops/chalf_ops.h' 2024-08-20T21:53:28.8729450Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2024-08-20T21:53:28.8730140Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8731230Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2024-08-20T21:53:28.8731860Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2024-08-20T21:53:28.8732940Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2024-08-20T21:53:28.8733790Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2024-08-20T21:53:28.8734940Z adding 'torch/include/ATen/ops/cholesky.h' 2024-08-20T21:53:28.8735470Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2024-08-20T21:53:28.8736580Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2024-08-20T21:53:28.8737420Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2024-08-20T21:53:28.8738490Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2024-08-20T21:53:28.8738990Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2024-08-20T21:53:28.8740110Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2024-08-20T21:53:28.8740960Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2024-08-20T21:53:28.8741830Z adding 'torch/include/ATen/ops/cholesky_native.h' 2024-08-20T21:53:28.8742900Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2024-08-20T21:53:28.8743920Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2024-08-20T21:53:28.8744660Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8745750Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2024-08-20T21:53:28.8746580Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2024-08-20T21:53:28.8747830Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2024-08-20T21:53:28.8748470Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8749550Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2024-08-20T21:53:28.8750220Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2024-08-20T21:53:28.8751380Z adding 'torch/include/ATen/ops/chunk.h' 2024-08-20T21:53:28.8755470Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8755690Z adding 'torch/include/ATen/ops/chunk_native.h' 2024-08-20T21:53:28.8755820Z adding 'torch/include/ATen/ops/chunk_ops.h' 2024-08-20T21:53:28.8755930Z adding 'torch/include/ATen/ops/clamp.h' 2024-08-20T21:53:28.8756770Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8757400Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2024-08-20T21:53:28.8758630Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2024-08-20T21:53:28.8759780Z adding 'torch/include/ATen/ops/clamp_max.h' 2024-08-20T21:53:28.8760840Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8761400Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2024-08-20T21:53:28.8762840Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2024-08-20T21:53:28.8763210Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2024-08-20T21:53:28.8764400Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2024-08-20T21:53:28.8765020Z adding 'torch/include/ATen/ops/clamp_max_mps_dispatch.h' 2024-08-20T21:53:28.8766260Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2024-08-20T21:53:28.8767370Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2024-08-20T21:53:28.8768380Z adding 'torch/include/ATen/ops/clamp_meta.h' 2024-08-20T21:53:28.8769020Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2024-08-20T21:53:28.8770250Z adding 'torch/include/ATen/ops/clamp_min.h' 2024-08-20T21:53:28.8771300Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8771900Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2024-08-20T21:53:28.8773030Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2024-08-20T21:53:28.8773860Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2024-08-20T21:53:28.8774910Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2024-08-20T21:53:28.8775390Z adding 'torch/include/ATen/ops/clamp_min_mps_dispatch.h' 2024-08-20T21:53:28.8776590Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2024-08-20T21:53:28.8777770Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2024-08-20T21:53:28.8778800Z adding 'torch/include/ATen/ops/clamp_mps_dispatch.h' 2024-08-20T21:53:28.8779640Z adding 'torch/include/ATen/ops/clamp_native.h' 2024-08-20T21:53:28.8780890Z adding 'torch/include/ATen/ops/clamp_ops.h' 2024-08-20T21:53:28.8782040Z adding 'torch/include/ATen/ops/clip.h' 2024-08-20T21:53:28.8783440Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8783990Z adding 'torch/include/ATen/ops/clip_native.h' 2024-08-20T21:53:28.8785460Z adding 'torch/include/ATen/ops/clip_ops.h' 2024-08-20T21:53:28.8786290Z adding 'torch/include/ATen/ops/clone.h' 2024-08-20T21:53:28.8787580Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8788050Z adding 'torch/include/ATen/ops/clone_native.h' 2024-08-20T21:53:28.8789300Z adding 'torch/include/ATen/ops/clone_ops.h' 2024-08-20T21:53:28.8790130Z adding 'torch/include/ATen/ops/coalesce.h' 2024-08-20T21:53:28.8791110Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8791710Z adding 'torch/include/ATen/ops/coalesce_native.h' 2024-08-20T21:53:28.8792940Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2024-08-20T21:53:28.8794050Z adding 'torch/include/ATen/ops/col2im.h' 2024-08-20T21:53:28.8794960Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2024-08-20T21:53:28.8796120Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2024-08-20T21:53:28.8796600Z adding 'torch/include/ATen/ops/col2im_native.h' 2024-08-20T21:53:28.8797900Z adding 'torch/include/ATen/ops/col2im_ops.h' 2024-08-20T21:53:28.8798540Z adding 'torch/include/ATen/ops/col_indices.h' 2024-08-20T21:53:28.8799950Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8800310Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2024-08-20T21:53:28.8801690Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8802370Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8803180Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2024-08-20T21:53:28.8804410Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2024-08-20T21:53:28.8804910Z adding 'torch/include/ATen/ops/col_indices_native.h' 2024-08-20T21:53:28.8806090Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2024-08-20T21:53:28.8807100Z adding 'torch/include/ATen/ops/column_stack.h' 2024-08-20T21:53:28.8807780Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8808740Z adding 'torch/include/ATen/ops/column_stack_native.h' 2024-08-20T21:53:28.8809890Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2024-08-20T21:53:28.8810410Z adding 'torch/include/ATen/ops/combinations.h' 2024-08-20T21:53:28.8811740Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8812210Z adding 'torch/include/ATen/ops/combinations_native.h' 2024-08-20T21:53:28.8813520Z adding 'torch/include/ATen/ops/combinations_ops.h' 2024-08-20T21:53:28.8814140Z adding 'torch/include/ATen/ops/complex.h' 2024-08-20T21:53:28.8815400Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8815890Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2024-08-20T21:53:28.8817170Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2024-08-20T21:53:28.8817540Z adding 'torch/include/ATen/ops/complex_mps_dispatch.h' 2024-08-20T21:53:28.8818690Z adding 'torch/include/ATen/ops/complex_native.h' 2024-08-20T21:53:28.8819700Z adding 'torch/include/ATen/ops/complex_ops.h' 2024-08-20T21:53:28.8820550Z adding 'torch/include/ATen/ops/concat.h' 2024-08-20T21:53:28.8821850Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8822210Z adding 'torch/include/ATen/ops/concat_native.h' 2024-08-20T21:53:28.8823530Z adding 'torch/include/ATen/ops/concat_ops.h' 2024-08-20T21:53:28.8824420Z adding 'torch/include/ATen/ops/concatenate.h' 2024-08-20T21:53:28.8825760Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8826210Z adding 'torch/include/ATen/ops/concatenate_native.h' 2024-08-20T21:53:28.8827520Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2024-08-20T21:53:28.8828230Z adding 'torch/include/ATen/ops/conj.h' 2024-08-20T21:53:28.8829280Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8830030Z adding 'torch/include/ATen/ops/conj_native.h' 2024-08-20T21:53:28.8831190Z adding 'torch/include/ATen/ops/conj_ops.h' 2024-08-20T21:53:28.8832060Z adding 'torch/include/ATen/ops/conj_physical.h' 2024-08-20T21:53:28.8833200Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8833810Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8834850Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2024-08-20T21:53:28.8835490Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2024-08-20T21:53:28.8836560Z adding 'torch/include/ATen/ops/conj_physical_mps_dispatch.h' 2024-08-20T21:53:28.8837400Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2024-08-20T21:53:28.8838530Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2024-08-20T21:53:28.8839730Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2024-08-20T21:53:28.8840700Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8841340Z adding 'torch/include/ATen/ops/constant_pad_nd_mps_dispatch.h' 2024-08-20T21:53:28.8842540Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2024-08-20T21:53:28.8843380Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2024-08-20T21:53:28.8844200Z adding 'torch/include/ATen/ops/contiguous.h' 2024-08-20T21:53:28.8845350Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8845850Z adding 'torch/include/ATen/ops/contiguous_native.h' 2024-08-20T21:53:28.8847080Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2024-08-20T21:53:28.8848260Z adding 'torch/include/ATen/ops/conv1d.h' 2024-08-20T21:53:28.8849240Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8850260Z adding 'torch/include/ATen/ops/conv1d_native.h' 2024-08-20T21:53:28.8851090Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2024-08-20T21:53:28.8852310Z adding 'torch/include/ATen/ops/conv2d.h' 2024-08-20T21:53:28.8853570Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8853960Z adding 'torch/include/ATen/ops/conv2d_native.h' 2024-08-20T21:53:28.8855230Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2024-08-20T21:53:28.8856370Z adding 'torch/include/ATen/ops/conv3d.h' 2024-08-20T21:53:28.8857340Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8858080Z adding 'torch/include/ATen/ops/conv3d_native.h' 2024-08-20T21:53:28.8859230Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2024-08-20T21:53:28.8860420Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2024-08-20T21:53:28.8861770Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8862250Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2024-08-20T21:53:28.8863380Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2024-08-20T21:53:28.8864500Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2024-08-20T21:53:28.8865310Z adding 'torch/include/ATen/ops/conv_tbc.h' 2024-08-20T21:53:28.8866180Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2024-08-20T21:53:28.8867500Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8867820Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2024-08-20T21:53:28.8869040Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2024-08-20T21:53:28.8870000Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8870590Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2024-08-20T21:53:28.8871830Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2024-08-20T21:53:28.8872890Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2024-08-20T21:53:28.8873890Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8874630Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2024-08-20T21:53:28.8875760Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2024-08-20T21:53:28.8876910Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2024-08-20T21:53:28.8877910Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8878440Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2024-08-20T21:53:28.8879690Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2024-08-20T21:53:28.8880830Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2024-08-20T21:53:28.8881660Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8882710Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2024-08-20T21:53:28.8883310Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2024-08-20T21:53:28.8884880Z adding 'torch/include/ATen/ops/convolution.h' 2024-08-20T21:53:28.8886290Z adding 'torch/include/ATen/ops/convolution_backward.h' 2024-08-20T21:53:28.8887590Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8888200Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2024-08-20T21:53:28.8889380Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2024-08-20T21:53:28.8890530Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2024-08-20T21:53:28.8891950Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2024-08-20T21:53:28.8893250Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8893800Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2024-08-20T21:53:28.8895170Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2024-08-20T21:53:28.8896360Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8896770Z adding 'torch/include/ATen/ops/convolution_native.h' 2024-08-20T21:53:28.8898080Z adding 'torch/include/ATen/ops/convolution_ops.h' 2024-08-20T21:53:28.8899400Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2024-08-20T21:53:28.8900690Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8901120Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2024-08-20T21:53:28.8902570Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2024-08-20T21:53:28.8903070Z adding 'torch/include/ATen/ops/copy.h' 2024-08-20T21:53:28.8904370Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8905180Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8906140Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2024-08-20T21:53:28.8906940Z adding 'torch/include/ATen/ops/copy_native.h' 2024-08-20T21:53:28.8908060Z adding 'torch/include/ATen/ops/copy_ops.h' 2024-08-20T21:53:28.8908960Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2024-08-20T21:53:28.8910250Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8910730Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2024-08-20T21:53:28.8911840Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2024-08-20T21:53:28.8916330Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2024-08-20T21:53:28.8916590Z adding 'torch/include/ATen/ops/copysign.h' 2024-08-20T21:53:28.8916910Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8917240Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8917400Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2024-08-20T21:53:28.8917570Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2024-08-20T21:53:28.8917920Z adding 'torch/include/ATen/ops/copysign_meta.h' 2024-08-20T21:53:28.8919090Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2024-08-20T21:53:28.8919700Z adding 'torch/include/ATen/ops/copysign_mps_dispatch.h' 2024-08-20T21:53:28.8920920Z adding 'torch/include/ATen/ops/copysign_native.h' 2024-08-20T21:53:28.8921950Z adding 'torch/include/ATen/ops/copysign_ops.h' 2024-08-20T21:53:28.8922930Z adding 'torch/include/ATen/ops/corrcoef.h' 2024-08-20T21:53:28.8923610Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8924620Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2024-08-20T21:53:28.8925590Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2024-08-20T21:53:28.8926540Z adding 'torch/include/ATen/ops/cos.h' 2024-08-20T21:53:28.8927250Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8928240Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2024-08-20T21:53:28.8928900Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2024-08-20T21:53:28.8930000Z adding 'torch/include/ATen/ops/cos_meta.h' 2024-08-20T21:53:28.8930880Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2024-08-20T21:53:28.8931730Z adding 'torch/include/ATen/ops/cos_mps_dispatch.h' 2024-08-20T21:53:28.8932570Z adding 'torch/include/ATen/ops/cos_native.h' 2024-08-20T21:53:28.8933710Z adding 'torch/include/ATen/ops/cos_ops.h' 2024-08-20T21:53:28.8934340Z adding 'torch/include/ATen/ops/cosh.h' 2024-08-20T21:53:28.8935740Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8936060Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2024-08-20T21:53:28.8937200Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2024-08-20T21:53:28.8938030Z adding 'torch/include/ATen/ops/cosh_meta.h' 2024-08-20T21:53:28.8938900Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2024-08-20T21:53:28.8939750Z adding 'torch/include/ATen/ops/cosh_mps_dispatch.h' 2024-08-20T21:53:28.8940590Z adding 'torch/include/ATen/ops/cosh_native.h' 2024-08-20T21:53:28.8941630Z adding 'torch/include/ATen/ops/cosh_ops.h' 2024-08-20T21:53:28.8942540Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2024-08-20T21:53:28.8943670Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8944240Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2024-08-20T21:53:28.8945400Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2024-08-20T21:53:28.8946220Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2024-08-20T21:53:28.8947430Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8948470Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2024-08-20T21:53:28.8949660Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2024-08-20T21:53:28.8950760Z adding 'torch/include/ATen/ops/count_nonzero.h' 2024-08-20T21:53:28.8951930Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8952570Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2024-08-20T21:53:28.8953750Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2024-08-20T21:53:28.8954360Z adding 'torch/include/ATen/ops/count_nonzero_mps_dispatch.h' 2024-08-20T21:53:28.8955490Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2024-08-20T21:53:28.8956640Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2024-08-20T21:53:28.8957460Z adding 'torch/include/ATen/ops/cov.h' 2024-08-20T21:53:28.8958630Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8959130Z adding 'torch/include/ATen/ops/cov_native.h' 2024-08-20T21:53:28.8960290Z adding 'torch/include/ATen/ops/cov_ops.h' 2024-08-20T21:53:28.8961250Z adding 'torch/include/ATen/ops/cross.h' 2024-08-20T21:53:28.8962340Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8963270Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2024-08-20T21:53:28.8964380Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8965130Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2024-08-20T21:53:28.8966190Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2024-08-20T21:53:28.8967080Z adding 'torch/include/ATen/ops/cross_native.h' 2024-08-20T21:53:28.8968070Z adding 'torch/include/ATen/ops/cross_ops.h' 2024-08-20T21:53:28.8969220Z adding 'torch/include/ATen/ops/crow_indices.h' 2024-08-20T21:53:28.8969880Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8970980Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2024-08-20T21:53:28.8971990Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8972730Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.8973840Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2024-08-20T21:53:28.8974440Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2024-08-20T21:53:28.8975700Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2024-08-20T21:53:28.8976250Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2024-08-20T21:53:28.8977460Z adding 'torch/include/ATen/ops/ctc_loss.h' 2024-08-20T21:53:28.8978450Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.8979190Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2024-08-20T21:53:28.8980350Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2024-08-20T21:53:28.8981270Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2024-08-20T21:53:28.8982500Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2024-08-20T21:53:28.8983220Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8984370Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2024-08-20T21:53:28.8984870Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2024-08-20T21:53:28.8986160Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2024-08-20T21:53:28.8986920Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8988210Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2024-08-20T21:53:28.8988830Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2024-08-20T21:53:28.8990180Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2024-08-20T21:53:28.8991320Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2024-08-20T21:53:28.8992420Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2024-08-20T21:53:28.8993460Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8994140Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2024-08-20T21:53:28.8995320Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2024-08-20T21:53:28.8996490Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2024-08-20T21:53:28.8997240Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.8998460Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2024-08-20T21:53:28.8998910Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2024-08-20T21:53:28.9000330Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2024-08-20T21:53:28.9001600Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2024-08-20T21:53:28.9002950Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2024-08-20T21:53:28.9003950Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9005310Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2024-08-20T21:53:28.9005950Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2024-08-20T21:53:28.9007290Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2024-08-20T21:53:28.9008160Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2024-08-20T21:53:28.9009240Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2024-08-20T21:53:28.9010300Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2024-08-20T21:53:28.9011510Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2024-08-20T21:53:28.9012520Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9013620Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2024-08-20T21:53:28.9014080Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2024-08-20T21:53:28.9015430Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2024-08-20T21:53:28.9016870Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2024-08-20T21:53:28.9017840Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9018960Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2024-08-20T21:53:28.9019440Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2024-08-20T21:53:28.9020800Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2024-08-20T21:53:28.9021610Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2024-08-20T21:53:28.9022840Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2024-08-20T21:53:28.9023500Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9024620Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9025150Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2024-08-20T21:53:28.9026430Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2024-08-20T21:53:28.9027150Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9028370Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2024-08-20T21:53:28.9028760Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2024-08-20T21:53:28.9030040Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2024-08-20T21:53:28.9030890Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2024-08-20T21:53:28.9031940Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9032480Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2024-08-20T21:53:28.9033640Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2024-08-20T21:53:28.9034450Z adding 'torch/include/ATen/ops/cummax.h' 2024-08-20T21:53:28.9035790Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9036320Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9037370Z adding 'torch/include/ATen/ops/cummax_native.h' 2024-08-20T21:53:28.9038450Z adding 'torch/include/ATen/ops/cummax_ops.h' 2024-08-20T21:53:28.9039340Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2024-08-20T21:53:28.9040350Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9040940Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2024-08-20T21:53:28.9042210Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2024-08-20T21:53:28.9043020Z adding 'torch/include/ATen/ops/cummin.h' 2024-08-20T21:53:28.9044340Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9044870Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9045950Z adding 'torch/include/ATen/ops/cummin_native.h' 2024-08-20T21:53:28.9047040Z adding 'torch/include/ATen/ops/cummin_ops.h' 2024-08-20T21:53:28.9048310Z adding 'torch/include/ATen/ops/cumprod.h' 2024-08-20T21:53:28.9049200Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2024-08-20T21:53:28.9050540Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9051090Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2024-08-20T21:53:28.9052390Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2024-08-20T21:53:28.9053440Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9054610Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9055140Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2024-08-20T21:53:28.9056410Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2024-08-20T21:53:28.9057240Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2024-08-20T21:53:28.9058280Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2024-08-20T21:53:28.9059180Z adding 'torch/include/ATen/ops/cumprod_mps_dispatch.h' 2024-08-20T21:53:28.9060320Z adding 'torch/include/ATen/ops/cumprod_native.h' 2024-08-20T21:53:28.9061440Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2024-08-20T21:53:28.9062630Z adding 'torch/include/ATen/ops/cumsum.h' 2024-08-20T21:53:28.9063690Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9064410Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9065530Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2024-08-20T21:53:28.9066400Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2024-08-20T21:53:28.9067250Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2024-08-20T21:53:28.9068140Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2024-08-20T21:53:28.9069040Z adding 'torch/include/ATen/ops/cumsum_mps_dispatch.h' 2024-08-20T21:53:28.9070170Z adding 'torch/include/ATen/ops/cumsum_native.h' 2024-08-20T21:53:28.9071250Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2024-08-20T21:53:28.9072290Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2024-08-20T21:53:28.9076720Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9077060Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2024-08-20T21:53:28.9077250Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2024-08-20T21:53:28.9077400Z adding 'torch/include/ATen/ops/data.h' 2024-08-20T21:53:28.9077660Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9078220Z adding 'torch/include/ATen/ops/data_native.h' 2024-08-20T21:53:28.9078350Z adding 'torch/include/ATen/ops/data_ops.h' 2024-08-20T21:53:28.9079360Z adding 'torch/include/ATen/ops/deg2rad.h' 2024-08-20T21:53:28.9080400Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9080940Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2024-08-20T21:53:28.9082200Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2024-08-20T21:53:28.9082780Z adding 'torch/include/ATen/ops/dense_dim.h' 2024-08-20T21:53:28.9084100Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9084570Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2024-08-20T21:53:28.9085870Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2024-08-20T21:53:28.9086870Z adding 'torch/include/ATen/ops/dequantize.h' 2024-08-20T21:53:28.9087570Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9088660Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2024-08-20T21:53:28.9089180Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2024-08-20T21:53:28.9090340Z adding 'torch/include/ATen/ops/dequantize_native.h' 2024-08-20T21:53:28.9091520Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2024-08-20T21:53:28.9092030Z adding 'torch/include/ATen/ops/det.h' 2024-08-20T21:53:28.9093350Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9093860Z adding 'torch/include/ATen/ops/det_native.h' 2024-08-20T21:53:28.9095000Z adding 'torch/include/ATen/ops/det_ops.h' 2024-08-20T21:53:28.9095830Z adding 'torch/include/ATen/ops/detach.h' 2024-08-20T21:53:28.9096810Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9097580Z adding 'torch/include/ATen/ops/detach_copy.h' 2024-08-20T21:53:28.9098900Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9099440Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9100470Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2024-08-20T21:53:28.9101320Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2024-08-20T21:53:28.9102330Z adding 'torch/include/ATen/ops/detach_native.h' 2024-08-20T21:53:28.9103340Z adding 'torch/include/ATen/ops/detach_ops.h' 2024-08-20T21:53:28.9103810Z adding 'torch/include/ATen/ops/diag.h' 2024-08-20T21:53:28.9105180Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9105710Z adding 'torch/include/ATen/ops/diag_embed.h' 2024-08-20T21:53:28.9107080Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9107800Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9108910Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2024-08-20T21:53:28.9109590Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2024-08-20T21:53:28.9110630Z adding 'torch/include/ATen/ops/diag_native.h' 2024-08-20T21:53:28.9111480Z adding 'torch/include/ATen/ops/diag_ops.h' 2024-08-20T21:53:28.9112650Z adding 'torch/include/ATen/ops/diagflat.h' 2024-08-20T21:53:28.9113280Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9114300Z adding 'torch/include/ATen/ops/diagflat_native.h' 2024-08-20T21:53:28.9115310Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2024-08-20T21:53:28.9115830Z adding 'torch/include/ATen/ops/diagonal.h' 2024-08-20T21:53:28.9117260Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2024-08-20T21:53:28.9118280Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9119360Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2024-08-20T21:53:28.9119940Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2024-08-20T21:53:28.9121210Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9121870Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9123040Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2024-08-20T21:53:28.9124200Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9124750Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9125780Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2024-08-20T21:53:28.9126620Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2024-08-20T21:53:28.9127470Z adding 'torch/include/ATen/ops/diagonal_native.h' 2024-08-20T21:53:28.9128560Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2024-08-20T21:53:28.9129600Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2024-08-20T21:53:28.9130350Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9131440Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9132030Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2024-08-20T21:53:28.9133280Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2024-08-20T21:53:28.9134100Z adding 'torch/include/ATen/ops/diff.h' 2024-08-20T21:53:28.9135430Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9135770Z adding 'torch/include/ATen/ops/diff_native.h' 2024-08-20T21:53:28.9137060Z adding 'torch/include/ATen/ops/diff_ops.h' 2024-08-20T21:53:28.9137900Z adding 'torch/include/ATen/ops/digamma.h' 2024-08-20T21:53:28.9139270Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9139590Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2024-08-20T21:53:28.9140720Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2024-08-20T21:53:28.9141350Z adding 'torch/include/ATen/ops/digamma_meta.h' 2024-08-20T21:53:28.9142320Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2024-08-20T21:53:28.9143170Z adding 'torch/include/ATen/ops/digamma_mps_dispatch.h' 2024-08-20T21:53:28.9144010Z adding 'torch/include/ATen/ops/digamma_native.h' 2024-08-20T21:53:28.9145130Z adding 'torch/include/ATen/ops/digamma_ops.h' 2024-08-20T21:53:28.9146660Z adding 'torch/include/ATen/ops/dist.h' 2024-08-20T21:53:28.9146920Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9148320Z adding 'torch/include/ATen/ops/dist_native.h' 2024-08-20T21:53:28.9148640Z adding 'torch/include/ATen/ops/dist_ops.h' 2024-08-20T21:53:28.9149930Z adding 'torch/include/ATen/ops/div.h' 2024-08-20T21:53:28.9151210Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9151850Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9152890Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2024-08-20T21:53:28.9153750Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2024-08-20T21:53:28.9154740Z adding 'torch/include/ATen/ops/div_meta.h' 2024-08-20T21:53:28.9155290Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2024-08-20T21:53:28.9156450Z adding 'torch/include/ATen/ops/div_mps_dispatch.h' 2024-08-20T21:53:28.9157450Z adding 'torch/include/ATen/ops/div_native.h' 2024-08-20T21:53:28.9158880Z adding 'torch/include/ATen/ops/div_ops.h' 2024-08-20T21:53:28.9160040Z adding 'torch/include/ATen/ops/divide.h' 2024-08-20T21:53:28.9161010Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9161600Z adding 'torch/include/ATen/ops/divide_native.h' 2024-08-20T21:53:28.9163170Z adding 'torch/include/ATen/ops/divide_ops.h' 2024-08-20T21:53:28.9163990Z adding 'torch/include/ATen/ops/dot.h' 2024-08-20T21:53:28.9164980Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9166070Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2024-08-20T21:53:28.9166520Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2024-08-20T21:53:28.9167640Z adding 'torch/include/ATen/ops/dot_mps_dispatch.h' 2024-08-20T21:53:28.9168280Z adding 'torch/include/ATen/ops/dot_native.h' 2024-08-20T21:53:28.9169560Z adding 'torch/include/ATen/ops/dot_ops.h' 2024-08-20T21:53:28.9170180Z adding 'torch/include/ATen/ops/dropout.h' 2024-08-20T21:53:28.9171600Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9171890Z adding 'torch/include/ATen/ops/dropout_native.h' 2024-08-20T21:53:28.9173150Z adding 'torch/include/ATen/ops/dropout_ops.h' 2024-08-20T21:53:28.9173990Z adding 'torch/include/ATen/ops/dsplit.h' 2024-08-20T21:53:28.9174960Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9175700Z adding 'torch/include/ATen/ops/dsplit_native.h' 2024-08-20T21:53:28.9176820Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2024-08-20T21:53:28.9177660Z adding 'torch/include/ATen/ops/dstack.h' 2024-08-20T21:53:28.9178630Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9179370Z adding 'torch/include/ATen/ops/dstack_native.h' 2024-08-20T21:53:28.9180500Z adding 'torch/include/ATen/ops/dstack_ops.h' 2024-08-20T21:53:28.9181340Z adding 'torch/include/ATen/ops/einsum.h' 2024-08-20T21:53:28.9182310Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9183380Z adding 'torch/include/ATen/ops/einsum_native.h' 2024-08-20T21:53:28.9183860Z adding 'torch/include/ATen/ops/einsum_ops.h' 2024-08-20T21:53:28.9185120Z adding 'torch/include/ATen/ops/elu.h' 2024-08-20T21:53:28.9185970Z adding 'torch/include/ATen/ops/elu_backward.h' 2024-08-20T21:53:28.9187230Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9187740Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2024-08-20T21:53:28.9189000Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9189490Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2024-08-20T21:53:28.9190670Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2024-08-20T21:53:28.9191300Z adding 'torch/include/ATen/ops/elu_backward_mps_dispatch.h' 2024-08-20T21:53:28.9192260Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2024-08-20T21:53:28.9193510Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2024-08-20T21:53:28.9194340Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9195380Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2024-08-20T21:53:28.9195980Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2024-08-20T21:53:28.9197150Z adding 'torch/include/ATen/ops/elu_meta.h' 2024-08-20T21:53:28.9198020Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2024-08-20T21:53:28.9198870Z adding 'torch/include/ATen/ops/elu_mps_dispatch.h' 2024-08-20T21:53:28.9199870Z adding 'torch/include/ATen/ops/elu_native.h' 2024-08-20T21:53:28.9200710Z adding 'torch/include/ATen/ops/elu_ops.h' 2024-08-20T21:53:28.9202000Z adding 'torch/include/ATen/ops/embedding.h' 2024-08-20T21:53:28.9202870Z adding 'torch/include/ATen/ops/embedding_backward.h' 2024-08-20T21:53:28.9204220Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9204570Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2024-08-20T21:53:28.9205820Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2024-08-20T21:53:28.9206670Z adding 'torch/include/ATen/ops/embedding_bag.h' 2024-08-20T21:53:28.9207610Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9208690Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2024-08-20T21:53:28.9209880Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2024-08-20T21:53:28.9210650Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9211980Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2024-08-20T21:53:28.9212990Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9214100Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2024-08-20T21:53:28.9214560Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9215720Z adding 'torch/include/ATen/ops/embedding_dense_backward_mps_dispatch.h' 2024-08-20T21:53:28.9216320Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2024-08-20T21:53:28.9217610Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2024-08-20T21:53:28.9218420Z adding 'torch/include/ATen/ops/embedding_native.h' 2024-08-20T21:53:28.9219500Z adding 'torch/include/ATen/ops/embedding_ops.h' 2024-08-20T21:53:28.9220520Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2024-08-20T21:53:28.9221700Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9222060Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2024-08-20T21:53:28.9226380Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2024-08-20T21:53:28.9226960Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2024-08-20T21:53:28.9228090Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2024-08-20T21:53:28.9229290Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2024-08-20T21:53:28.9233420Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2024-08-20T21:53:28.9233860Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9234080Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2024-08-20T21:53:28.9234280Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2024-08-20T21:53:28.9234490Z adding 'torch/include/ATen/ops/empty.h' 2024-08-20T21:53:28.9237380Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9238770Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9240020Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2024-08-20T21:53:28.9241270Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2024-08-20T21:53:28.9242640Z adding 'torch/include/ATen/ops/empty_like.h' 2024-08-20T21:53:28.9244070Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9245220Z adding 'torch/include/ATen/ops/empty_like_native.h' 2024-08-20T21:53:28.9246630Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2024-08-20T21:53:28.9247840Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2024-08-20T21:53:28.9249030Z adding 'torch/include/ATen/ops/empty_mps_dispatch.h' 2024-08-20T21:53:28.9250360Z adding 'torch/include/ATen/ops/empty_native.h' 2024-08-20T21:53:28.9251970Z adding 'torch/include/ATen/ops/empty_ops.h' 2024-08-20T21:53:28.9253370Z adding 'torch/include/ATen/ops/empty_permuted.h' 2024-08-20T21:53:28.9254610Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9255190Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2024-08-20T21:53:28.9256550Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2024-08-20T21:53:28.9257730Z adding 'torch/include/ATen/ops/empty_quantized.h' 2024-08-20T21:53:28.9258900Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9259330Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2024-08-20T21:53:28.9260650Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2024-08-20T21:53:28.9261900Z adding 'torch/include/ATen/ops/empty_strided.h' 2024-08-20T21:53:28.9263090Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9263650Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2024-08-20T21:53:28.9264890Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2024-08-20T21:53:28.9265480Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2024-08-20T21:53:28.9266620Z adding 'torch/include/ATen/ops/empty_strided_mps_dispatch.h' 2024-08-20T21:53:28.9267450Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2024-08-20T21:53:28.9268710Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2024-08-20T21:53:28.9269510Z adding 'torch/include/ATen/ops/eq.h' 2024-08-20T21:53:28.9270910Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9271230Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2024-08-20T21:53:28.9272430Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2024-08-20T21:53:28.9273100Z adding 'torch/include/ATen/ops/eq_meta.h' 2024-08-20T21:53:28.9274270Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2024-08-20T21:53:28.9274900Z adding 'torch/include/ATen/ops/eq_mps_dispatch.h' 2024-08-20T21:53:28.9276190Z adding 'torch/include/ATen/ops/eq_native.h' 2024-08-20T21:53:28.9277430Z adding 'torch/include/ATen/ops/eq_ops.h' 2024-08-20T21:53:28.9277850Z adding 'torch/include/ATen/ops/equal.h' 2024-08-20T21:53:28.9279090Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2024-08-20T21:53:28.9279960Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2024-08-20T21:53:28.9280560Z adding 'torch/include/ATen/ops/equal_mps_dispatch.h' 2024-08-20T21:53:28.9281840Z adding 'torch/include/ATen/ops/equal_native.h' 2024-08-20T21:53:28.9282360Z adding 'torch/include/ATen/ops/equal_ops.h' 2024-08-20T21:53:28.9283560Z adding 'torch/include/ATen/ops/erf.h' 2024-08-20T21:53:28.9284590Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9285130Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2024-08-20T21:53:28.9286370Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2024-08-20T21:53:28.9286810Z adding 'torch/include/ATen/ops/erf_meta.h' 2024-08-20T21:53:28.9288000Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2024-08-20T21:53:28.9288570Z adding 'torch/include/ATen/ops/erf_mps_dispatch.h' 2024-08-20T21:53:28.9289740Z adding 'torch/include/ATen/ops/erf_native.h' 2024-08-20T21:53:28.9290610Z adding 'torch/include/ATen/ops/erf_ops.h' 2024-08-20T21:53:28.9291770Z adding 'torch/include/ATen/ops/erfc.h' 2024-08-20T21:53:28.9292480Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9293500Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2024-08-20T21:53:28.9293990Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2024-08-20T21:53:28.9295180Z adding 'torch/include/ATen/ops/erfc_meta.h' 2024-08-20T21:53:28.9295790Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2024-08-20T21:53:28.9297060Z adding 'torch/include/ATen/ops/erfc_native.h' 2024-08-20T21:53:28.9297900Z adding 'torch/include/ATen/ops/erfc_ops.h' 2024-08-20T21:53:28.9298760Z adding 'torch/include/ATen/ops/erfinv.h' 2024-08-20T21:53:28.9299790Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9300820Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2024-08-20T21:53:28.9301240Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2024-08-20T21:53:28.9302400Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2024-08-20T21:53:28.9303030Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2024-08-20T21:53:28.9304120Z adding 'torch/include/ATen/ops/erfinv_mps_dispatch.h' 2024-08-20T21:53:28.9304960Z adding 'torch/include/ATen/ops/erfinv_native.h' 2024-08-20T21:53:28.9306010Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2024-08-20T21:53:28.9306840Z adding 'torch/include/ATen/ops/exp.h' 2024-08-20T21:53:28.9307660Z adding 'torch/include/ATen/ops/exp2.h' 2024-08-20T21:53:28.9309020Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9309340Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2024-08-20T21:53:28.9310500Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2024-08-20T21:53:28.9311330Z adding 'torch/include/ATen/ops/exp2_meta.h' 2024-08-20T21:53:28.9312210Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2024-08-20T21:53:28.9312810Z adding 'torch/include/ATen/ops/exp2_mps_dispatch.h' 2024-08-20T21:53:28.9314090Z adding 'torch/include/ATen/ops/exp2_native.h' 2024-08-20T21:53:28.9314730Z adding 'torch/include/ATen/ops/exp2_ops.h' 2024-08-20T21:53:28.9316200Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9316500Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2024-08-20T21:53:28.9317610Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2024-08-20T21:53:28.9318440Z adding 'torch/include/ATen/ops/exp_meta.h' 2024-08-20T21:53:28.9319300Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2024-08-20T21:53:28.9320320Z adding 'torch/include/ATen/ops/exp_mps_dispatch.h' 2024-08-20T21:53:28.9320730Z adding 'torch/include/ATen/ops/exp_native.h' 2024-08-20T21:53:28.9322030Z adding 'torch/include/ATen/ops/exp_ops.h' 2024-08-20T21:53:28.9322860Z adding 'torch/include/ATen/ops/expand.h' 2024-08-20T21:53:28.9323700Z adding 'torch/include/ATen/ops/expand_as.h' 2024-08-20T21:53:28.9325020Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9325360Z adding 'torch/include/ATen/ops/expand_as_native.h' 2024-08-20T21:53:28.9326560Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2024-08-20T21:53:28.9327700Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9328430Z adding 'torch/include/ATen/ops/expand_copy.h' 2024-08-20T21:53:28.9329760Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9330310Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9331330Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2024-08-20T21:53:28.9332180Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2024-08-20T21:53:28.9333190Z adding 'torch/include/ATen/ops/expand_native.h' 2024-08-20T21:53:28.9334190Z adding 'torch/include/ATen/ops/expand_ops.h' 2024-08-20T21:53:28.9334730Z adding 'torch/include/ATen/ops/expm1.h' 2024-08-20T21:53:28.9336190Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9336480Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2024-08-20T21:53:28.9337650Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2024-08-20T21:53:28.9338240Z adding 'torch/include/ATen/ops/expm1_meta.h' 2024-08-20T21:53:28.9339620Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2024-08-20T21:53:28.9339980Z adding 'torch/include/ATen/ops/expm1_mps_dispatch.h' 2024-08-20T21:53:28.9341180Z adding 'torch/include/ATen/ops/expm1_native.h' 2024-08-20T21:53:28.9342190Z adding 'torch/include/ATen/ops/expm1_ops.h' 2024-08-20T21:53:28.9343030Z adding 'torch/include/ATen/ops/exponential.h' 2024-08-20T21:53:28.9344380Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9344710Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2024-08-20T21:53:28.9345860Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2024-08-20T21:53:28.9346380Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2024-08-20T21:53:28.9347510Z adding 'torch/include/ATen/ops/exponential_mps_dispatch.h' 2024-08-20T21:53:28.9348340Z adding 'torch/include/ATen/ops/exponential_native.h' 2024-08-20T21:53:28.9349530Z adding 'torch/include/ATen/ops/exponential_ops.h' 2024-08-20T21:53:28.9350790Z adding 'torch/include/ATen/ops/eye.h' 2024-08-20T21:53:28.9352080Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9352460Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2024-08-20T21:53:28.9353650Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2024-08-20T21:53:28.9354280Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2024-08-20T21:53:28.9355510Z adding 'torch/include/ATen/ops/eye_mps_dispatch.h' 2024-08-20T21:53:28.9356530Z adding 'torch/include/ATen/ops/eye_native.h' 2024-08-20T21:53:28.9357380Z adding 'torch/include/ATen/ops/eye_ops.h' 2024-08-20T21:53:28.9358640Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2024-08-20T21:53:28.9359550Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2024-08-20T21:53:28.9360520Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2024-08-20T21:53:28.9361560Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9362170Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2024-08-20T21:53:28.9363360Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2024-08-20T21:53:28.9364130Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9365320Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2024-08-20T21:53:28.9365850Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2024-08-20T21:53:28.9366990Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2024-08-20T21:53:28.9368160Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2024-08-20T21:53:28.9368780Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9369880Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2024-08-20T21:53:28.9370530Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2024-08-20T21:53:28.9371780Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2024-08-20T21:53:28.9372480Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2024-08-20T21:53:28.9373670Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2024-08-20T21:53:28.9374500Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9375260Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2024-08-20T21:53:28.9376470Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2024-08-20T21:53:28.9377230Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9378510Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2024-08-20T21:53:28.9378950Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2024-08-20T21:53:28.9380100Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2024-08-20T21:53:28.9381000Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2024-08-20T21:53:28.9382280Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9382610Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2024-08-20T21:53:28.9383960Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2024-08-20T21:53:28.9384570Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2024-08-20T21:53:28.9386000Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9386440Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2024-08-20T21:53:28.9387750Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9388240Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2024-08-20T21:53:28.9393180Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2024-08-20T21:53:28.9393580Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2024-08-20T21:53:28.9393780Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2024-08-20T21:53:28.9394840Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2024-08-20T21:53:28.9395220Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9395510Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2024-08-20T21:53:28.9395900Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9396170Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2024-08-20T21:53:28.9396480Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2024-08-20T21:53:28.9397570Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2024-08-20T21:53:28.9398420Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2024-08-20T21:53:28.9399280Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2024-08-20T21:53:28.9400620Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9400910Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2024-08-20T21:53:28.9402150Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2024-08-20T21:53:28.9402740Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2024-08-20T21:53:28.9404190Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9404510Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2024-08-20T21:53:28.9405720Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2024-08-20T21:53:28.9406560Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2024-08-20T21:53:28.9407560Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9408170Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2024-08-20T21:53:28.9409420Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2024-08-20T21:53:28.9410020Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2024-08-20T21:53:28.9411430Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9411810Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2024-08-20T21:53:28.9413060Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2024-08-20T21:53:28.9413670Z adding 'torch/include/ATen/ops/feature_dropout.h' 2024-08-20T21:53:28.9415050Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9415440Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2024-08-20T21:53:28.9416660Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2024-08-20T21:53:28.9417820Z adding 'torch/include/ATen/ops/fft_fft.h' 2024-08-20T21:53:28.9418980Z adding 'torch/include/ATen/ops/fft_fft2.h' 2024-08-20T21:53:28.9419960Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9420700Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2024-08-20T21:53:28.9421860Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2024-08-20T21:53:28.9422850Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9423580Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2024-08-20T21:53:28.9424720Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2024-08-20T21:53:28.9425590Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2024-08-20T21:53:28.9426900Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9427310Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2024-08-20T21:53:28.9428580Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2024-08-20T21:53:28.9429740Z adding 'torch/include/ATen/ops/fft_fftn.h' 2024-08-20T21:53:28.9430720Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9431460Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2024-08-20T21:53:28.9432600Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2024-08-20T21:53:28.9433460Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2024-08-20T21:53:28.9434510Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9435020Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2024-08-20T21:53:28.9436270Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2024-08-20T21:53:28.9437430Z adding 'torch/include/ATen/ops/fft_hfft.h' 2024-08-20T21:53:28.9438570Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2024-08-20T21:53:28.9439560Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9440100Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2024-08-20T21:53:28.9441360Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2024-08-20T21:53:28.9442460Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9442950Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2024-08-20T21:53:28.9444250Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2024-08-20T21:53:28.9445450Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2024-08-20T21:53:28.9446740Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9447120Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2024-08-20T21:53:28.9448660Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2024-08-20T21:53:28.9449790Z adding 'torch/include/ATen/ops/fft_ifft.h' 2024-08-20T21:53:28.9451100Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2024-08-20T21:53:28.9452270Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9453130Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2024-08-20T21:53:28.9454120Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2024-08-20T21:53:28.9455270Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9456020Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2024-08-20T21:53:28.9457100Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2024-08-20T21:53:28.9458230Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2024-08-20T21:53:28.9459370Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9460110Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2024-08-20T21:53:28.9461210Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2024-08-20T21:53:28.9462140Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2024-08-20T21:53:28.9463170Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9463760Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2024-08-20T21:53:28.9464840Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2024-08-20T21:53:28.9465920Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2024-08-20T21:53:28.9467100Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2024-08-20T21:53:28.9468230Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9468990Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2024-08-20T21:53:28.9470010Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2024-08-20T21:53:28.9471090Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9471830Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2024-08-20T21:53:28.9472870Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2024-08-20T21:53:28.9474010Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2024-08-20T21:53:28.9475160Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9475900Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2024-08-20T21:53:28.9476950Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2024-08-20T21:53:28.9478060Z adding 'torch/include/ATen/ops/fft_irfft.h' 2024-08-20T21:53:28.9479220Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2024-08-20T21:53:28.9480350Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9481090Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2024-08-20T21:53:28.9482100Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2024-08-20T21:53:28.9483220Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9483820Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2024-08-20T21:53:28.9484950Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2024-08-20T21:53:28.9486050Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2024-08-20T21:53:28.9487180Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9487920Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2024-08-20T21:53:28.9488930Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2024-08-20T21:53:28.9490050Z adding 'torch/include/ATen/ops/fft_rfft.h' 2024-08-20T21:53:28.9491200Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2024-08-20T21:53:28.9492340Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9493080Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2024-08-20T21:53:28.9494080Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2024-08-20T21:53:28.9495170Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9495920Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2024-08-20T21:53:28.9496920Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2024-08-20T21:53:28.9497920Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2024-08-20T21:53:28.9499000Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9499850Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2024-08-20T21:53:28.9500830Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2024-08-20T21:53:28.9501920Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2024-08-20T21:53:28.9503050Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9503790Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2024-08-20T21:53:28.9504800Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2024-08-20T21:53:28.9505800Z adding 'torch/include/ATen/ops/fill.h' 2024-08-20T21:53:28.9506920Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9507690Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2024-08-20T21:53:28.9508580Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2024-08-20T21:53:28.9509430Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2024-08-20T21:53:28.9510480Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9511080Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2024-08-20T21:53:28.9512160Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2024-08-20T21:53:28.9513000Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2024-08-20T21:53:28.9513900Z adding 'torch/include/ATen/ops/fill_mps_dispatch.h' 2024-08-20T21:53:28.9514750Z adding 'torch/include/ATen/ops/fill_native.h' 2024-08-20T21:53:28.9515920Z adding 'torch/include/ATen/ops/fill_ops.h' 2024-08-20T21:53:28.9516880Z adding 'torch/include/ATen/ops/fix.h' 2024-08-20T21:53:28.9517960Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9518700Z adding 'torch/include/ATen/ops/fix_native.h' 2024-08-20T21:53:28.9519720Z adding 'torch/include/ATen/ops/fix_ops.h' 2024-08-20T21:53:28.9520750Z adding 'torch/include/ATen/ops/flatten.h' 2024-08-20T21:53:28.9521880Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9522770Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2024-08-20T21:53:28.9523770Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9524440Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2024-08-20T21:53:28.9525510Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2024-08-20T21:53:28.9526370Z adding 'torch/include/ATen/ops/flatten_native.h' 2024-08-20T21:53:28.9527540Z adding 'torch/include/ATen/ops/flatten_ops.h' 2024-08-20T21:53:28.9528410Z adding 'torch/include/ATen/ops/flip.h' 2024-08-20T21:53:28.9529410Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9530260Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2024-08-20T21:53:28.9531080Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2024-08-20T21:53:28.9531940Z adding 'torch/include/ATen/ops/flip_mps_dispatch.h' 2024-08-20T21:53:28.9532800Z adding 'torch/include/ATen/ops/flip_native.h' 2024-08-20T21:53:28.9533810Z adding 'torch/include/ATen/ops/flip_ops.h' 2024-08-20T21:53:28.9534650Z adding 'torch/include/ATen/ops/fliplr.h' 2024-08-20T21:53:28.9535780Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9536360Z adding 'torch/include/ATen/ops/fliplr_native.h' 2024-08-20T21:53:28.9537460Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2024-08-20T21:53:28.9538310Z adding 'torch/include/ATen/ops/flipud.h' 2024-08-20T21:53:28.9539280Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9540020Z adding 'torch/include/ATen/ops/flipud_native.h' 2024-08-20T21:53:28.9540950Z adding 'torch/include/ATen/ops/flipud_ops.h' 2024-08-20T21:53:28.9542020Z adding 'torch/include/ATen/ops/float_power.h' 2024-08-20T21:53:28.9543140Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9543980Z adding 'torch/include/ATen/ops/float_power_native.h' 2024-08-20T21:53:28.9545180Z adding 'torch/include/ATen/ops/float_power_ops.h' 2024-08-20T21:53:28.9546110Z adding 'torch/include/ATen/ops/floor.h' 2024-08-20T21:53:28.9547260Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9547870Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2024-08-20T21:53:28.9552360Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2024-08-20T21:53:28.9552640Z adding 'torch/include/ATen/ops/floor_divide.h' 2024-08-20T21:53:28.9552940Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9553120Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2024-08-20T21:53:28.9553310Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2024-08-20T21:53:28.9553490Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2024-08-20T21:53:28.9554170Z adding 'torch/include/ATen/ops/floor_divide_mps_dispatch.h' 2024-08-20T21:53:28.9555050Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2024-08-20T21:53:28.9556400Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2024-08-20T21:53:28.9557370Z adding 'torch/include/ATen/ops/floor_meta.h' 2024-08-20T21:53:28.9558260Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2024-08-20T21:53:28.9559120Z adding 'torch/include/ATen/ops/floor_mps_dispatch.h' 2024-08-20T21:53:28.9560110Z adding 'torch/include/ATen/ops/floor_native.h' 2024-08-20T21:53:28.9561080Z adding 'torch/include/ATen/ops/floor_ops.h' 2024-08-20T21:53:28.9562040Z adding 'torch/include/ATen/ops/fmax.h' 2024-08-20T21:53:28.9563160Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9563960Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2024-08-20T21:53:28.9564840Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2024-08-20T21:53:28.9565670Z adding 'torch/include/ATen/ops/fmax_meta.h' 2024-08-20T21:53:28.9566660Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2024-08-20T21:53:28.9567500Z adding 'torch/include/ATen/ops/fmax_mps_dispatch.h' 2024-08-20T21:53:28.9568370Z adding 'torch/include/ATen/ops/fmax_native.h' 2024-08-20T21:53:28.9569370Z adding 'torch/include/ATen/ops/fmax_ops.h' 2024-08-20T21:53:28.9570330Z adding 'torch/include/ATen/ops/fmin.h' 2024-08-20T21:53:28.9571380Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9572190Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2024-08-20T21:53:28.9573060Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2024-08-20T21:53:28.9573890Z adding 'torch/include/ATen/ops/fmin_meta.h' 2024-08-20T21:53:28.9574770Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2024-08-20T21:53:28.9575670Z adding 'torch/include/ATen/ops/fmin_mps_dispatch.h' 2024-08-20T21:53:28.9576470Z adding 'torch/include/ATen/ops/fmin_native.h' 2024-08-20T21:53:28.9577510Z adding 'torch/include/ATen/ops/fmin_ops.h' 2024-08-20T21:53:28.9578460Z adding 'torch/include/ATen/ops/fmod.h' 2024-08-20T21:53:28.9579540Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9580450Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9581270Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2024-08-20T21:53:28.9582150Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2024-08-20T21:53:28.9583000Z adding 'torch/include/ATen/ops/fmod_meta.h' 2024-08-20T21:53:28.9583870Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2024-08-20T21:53:28.9584720Z adding 'torch/include/ATen/ops/fmod_mps_dispatch.h' 2024-08-20T21:53:28.9585650Z adding 'torch/include/ATen/ops/fmod_native.h' 2024-08-20T21:53:28.9586820Z adding 'torch/include/ATen/ops/fmod_ops.h' 2024-08-20T21:53:28.9587790Z adding 'torch/include/ATen/ops/frac.h' 2024-08-20T21:53:28.9588920Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9589450Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2024-08-20T21:53:28.9590470Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2024-08-20T21:53:28.9591300Z adding 'torch/include/ATen/ops/frac_meta.h' 2024-08-20T21:53:28.9592170Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2024-08-20T21:53:28.9593060Z adding 'torch/include/ATen/ops/frac_mps_dispatch.h' 2024-08-20T21:53:28.9593940Z adding 'torch/include/ATen/ops/frac_native.h' 2024-08-20T21:53:28.9594980Z adding 'torch/include/ATen/ops/frac_ops.h' 2024-08-20T21:53:28.9596070Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2024-08-20T21:53:28.9597110Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2024-08-20T21:53:28.9598300Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9598900Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.9600120Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9600710Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2024-08-20T21:53:28.9601780Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2024-08-20T21:53:28.9602720Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2024-08-20T21:53:28.9603720Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2024-08-20T21:53:28.9604880Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9605480Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2024-08-20T21:53:28.9606530Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2024-08-20T21:53:28.9607370Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2024-08-20T21:53:28.9608360Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2024-08-20T21:53:28.9609220Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2024-08-20T21:53:28.9610300Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2024-08-20T21:53:28.9611280Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2024-08-20T21:53:28.9612300Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2024-08-20T21:53:28.9613230Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.9614090Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9615070Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2024-08-20T21:53:28.9616090Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2024-08-20T21:53:28.9617270Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9617830Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2024-08-20T21:53:28.9618900Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2024-08-20T21:53:28.9620490Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2024-08-20T21:53:28.9621540Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2024-08-20T21:53:28.9622400Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2024-08-20T21:53:28.9623510Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2024-08-20T21:53:28.9624440Z adding 'torch/include/ATen/ops/frexp.h' 2024-08-20T21:53:28.9625440Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9626340Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2024-08-20T21:53:28.9627310Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2024-08-20T21:53:28.9628210Z adding 'torch/include/ATen/ops/frexp_native.h' 2024-08-20T21:53:28.9629180Z adding 'torch/include/ATen/ops/frexp_ops.h' 2024-08-20T21:53:28.9630170Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2024-08-20T21:53:28.9631250Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9632090Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2024-08-20T21:53:28.9633100Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2024-08-20T21:53:28.9634390Z adding 'torch/include/ATen/ops/from_blob.h' 2024-08-20T21:53:28.9635500Z adding 'torch/include/ATen/ops/from_file.h' 2024-08-20T21:53:28.9636600Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9637480Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2024-08-20T21:53:28.9638450Z adding 'torch/include/ATen/ops/from_file_native.h' 2024-08-20T21:53:28.9639450Z adding 'torch/include/ATen/ops/from_file_ops.h' 2024-08-20T21:53:28.9640760Z adding 'torch/include/ATen/ops/full.h' 2024-08-20T21:53:28.9642000Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9642970Z adding 'torch/include/ATen/ops/full_like.h' 2024-08-20T21:53:28.9644170Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9644880Z adding 'torch/include/ATen/ops/full_like_native.h' 2024-08-20T21:53:28.9645980Z adding 'torch/include/ATen/ops/full_like_ops.h' 2024-08-20T21:53:28.9646920Z adding 'torch/include/ATen/ops/full_native.h' 2024-08-20T21:53:28.9648120Z adding 'torch/include/ATen/ops/full_ops.h' 2024-08-20T21:53:28.9649250Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2024-08-20T21:53:28.9650380Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9651270Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2024-08-20T21:53:28.9652290Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2024-08-20T21:53:28.9653280Z adding 'torch/include/ATen/ops/gather.h' 2024-08-20T21:53:28.9654170Z adding 'torch/include/ATen/ops/gather_backward.h' 2024-08-20T21:53:28.9655230Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9655970Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2024-08-20T21:53:28.9657020Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2024-08-20T21:53:28.9658300Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9659030Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9660110Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2024-08-20T21:53:28.9660740Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2024-08-20T21:53:28.9661970Z adding 'torch/include/ATen/ops/gather_meta.h' 2024-08-20T21:53:28.9662480Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2024-08-20T21:53:28.9663610Z adding 'torch/include/ATen/ops/gather_mps_dispatch.h' 2024-08-20T21:53:28.9664490Z adding 'torch/include/ATen/ops/gather_native.h' 2024-08-20T21:53:28.9665640Z adding 'torch/include/ATen/ops/gather_ops.h' 2024-08-20T21:53:28.9666500Z adding 'torch/include/ATen/ops/gcd.h' 2024-08-20T21:53:28.9667840Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9668240Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2024-08-20T21:53:28.9669280Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2024-08-20T21:53:28.9670480Z adding 'torch/include/ATen/ops/gcd_meta.h' 2024-08-20T21:53:28.9671350Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2024-08-20T21:53:28.9672290Z adding 'torch/include/ATen/ops/gcd_native.h' 2024-08-20T21:53:28.9673320Z adding 'torch/include/ATen/ops/gcd_ops.h' 2024-08-20T21:53:28.9674320Z adding 'torch/include/ATen/ops/ge.h' 2024-08-20T21:53:28.9675450Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9676250Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2024-08-20T21:53:28.9677090Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2024-08-20T21:53:28.9677920Z adding 'torch/include/ATen/ops/ge_meta.h' 2024-08-20T21:53:28.9678890Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2024-08-20T21:53:28.9679740Z adding 'torch/include/ATen/ops/ge_mps_dispatch.h' 2024-08-20T21:53:28.9680710Z adding 'torch/include/ATen/ops/ge_native.h' 2024-08-20T21:53:28.9681860Z adding 'torch/include/ATen/ops/ge_ops.h' 2024-08-20T21:53:28.9682820Z adding 'torch/include/ATen/ops/gelu.h' 2024-08-20T21:53:28.9683840Z adding 'torch/include/ATen/ops/gelu_backward.h' 2024-08-20T21:53:28.9685000Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9685650Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2024-08-20T21:53:28.9686680Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9687640Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2024-08-20T21:53:28.9688530Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2024-08-20T21:53:28.9689390Z adding 'torch/include/ATen/ops/gelu_backward_mps_dispatch.h' 2024-08-20T21:53:28.9690310Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2024-08-20T21:53:28.9691360Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2024-08-20T21:53:28.9692390Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9693040Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2024-08-20T21:53:28.9694090Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2024-08-20T21:53:28.9694930Z adding 'torch/include/ATen/ops/gelu_meta.h' 2024-08-20T21:53:28.9695800Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2024-08-20T21:53:28.9696690Z adding 'torch/include/ATen/ops/gelu_mps_dispatch.h' 2024-08-20T21:53:28.9697660Z adding 'torch/include/ATen/ops/gelu_native.h' 2024-08-20T21:53:28.9698700Z adding 'torch/include/ATen/ops/gelu_ops.h' 2024-08-20T21:53:28.9699700Z adding 'torch/include/ATen/ops/geometric.h' 2024-08-20T21:53:28.9700800Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9701570Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2024-08-20T21:53:28.9702430Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2024-08-20T21:53:28.9703290Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2024-08-20T21:53:28.9704170Z adding 'torch/include/ATen/ops/geometric_native.h' 2024-08-20T21:53:28.9705280Z adding 'torch/include/ATen/ops/geometric_ops.h' 2024-08-20T21:53:28.9709590Z adding 'torch/include/ATen/ops/geqrf.h' 2024-08-20T21:53:28.9709930Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2024-08-20T21:53:28.9710090Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2024-08-20T21:53:28.9710220Z adding 'torch/include/ATen/ops/geqrf_native.h' 2024-08-20T21:53:28.9710350Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2024-08-20T21:53:28.9710450Z adding 'torch/include/ATen/ops/ger.h' 2024-08-20T21:53:28.9711560Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9712470Z adding 'torch/include/ATen/ops/ger_native.h' 2024-08-20T21:53:28.9713450Z adding 'torch/include/ATen/ops/ger_ops.h' 2024-08-20T21:53:28.9714400Z adding 'torch/include/ATen/ops/glu.h' 2024-08-20T21:53:28.9715360Z adding 'torch/include/ATen/ops/glu_backward.h' 2024-08-20T21:53:28.9717030Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2024-08-20T21:53:28.9718020Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9718970Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2024-08-20T21:53:28.9720080Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9720720Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2024-08-20T21:53:28.9721740Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2024-08-20T21:53:28.9722590Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2024-08-20T21:53:28.9723660Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2024-08-20T21:53:28.9724670Z adding 'torch/include/ATen/ops/glu_backward_mps_dispatch.h' 2024-08-20T21:53:28.9725500Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2024-08-20T21:53:28.9726500Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2024-08-20T21:53:28.9727610Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9728160Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2024-08-20T21:53:28.9729200Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2024-08-20T21:53:28.9730150Z adding 'torch/include/ATen/ops/glu_jvp.h' 2024-08-20T21:53:28.9731130Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9732010Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2024-08-20T21:53:28.9732890Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2024-08-20T21:53:28.9733740Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2024-08-20T21:53:28.9734720Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2024-08-20T21:53:28.9735680Z adding 'torch/include/ATen/ops/glu_meta.h' 2024-08-20T21:53:28.9736720Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2024-08-20T21:53:28.9737530Z adding 'torch/include/ATen/ops/glu_mps_dispatch.h' 2024-08-20T21:53:28.9738350Z adding 'torch/include/ATen/ops/glu_native.h' 2024-08-20T21:53:28.9739370Z adding 'torch/include/ATen/ops/glu_ops.h' 2024-08-20T21:53:28.9740450Z adding 'torch/include/ATen/ops/gradient.h' 2024-08-20T21:53:28.9741620Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9742490Z adding 'torch/include/ATen/ops/gradient_native.h' 2024-08-20T21:53:28.9743710Z adding 'torch/include/ATen/ops/gradient_ops.h' 2024-08-20T21:53:28.9744690Z adding 'torch/include/ATen/ops/greater.h' 2024-08-20T21:53:28.9745810Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9746700Z adding 'torch/include/ATen/ops/greater_equal.h' 2024-08-20T21:53:28.9747820Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9748670Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2024-08-20T21:53:28.9749800Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2024-08-20T21:53:28.9750760Z adding 'torch/include/ATen/ops/greater_native.h' 2024-08-20T21:53:28.9751850Z adding 'torch/include/ATen/ops/greater_ops.h' 2024-08-20T21:53:28.9752770Z adding 'torch/include/ATen/ops/grid_sampler.h' 2024-08-20T21:53:28.9753790Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2024-08-20T21:53:28.9754810Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2024-08-20T21:53:28.9755930Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9756620Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.9757670Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9758650Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2024-08-20T21:53:28.9759690Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2024-08-20T21:53:28.9760740Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9761520Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2024-08-20T21:53:28.9762470Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2024-08-20T21:53:28.9763360Z adding 'torch/include/ATen/ops/grid_sampler_2d_mps_dispatch.h' 2024-08-20T21:53:28.9764190Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2024-08-20T21:53:28.9765250Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2024-08-20T21:53:28.9766210Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2024-08-20T21:53:28.9767300Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2024-08-20T21:53:28.9768420Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9769080Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2024-08-20T21:53:28.9770230Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9770900Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2024-08-20T21:53:28.9772220Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2024-08-20T21:53:28.9773560Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9776560Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2024-08-20T21:53:28.9777150Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2024-08-20T21:53:28.9778240Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2024-08-20T21:53:28.9779200Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2024-08-20T21:53:28.9780190Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9780930Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2024-08-20T21:53:28.9781930Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2024-08-20T21:53:28.9782920Z adding 'torch/include/ATen/ops/group_norm.h' 2024-08-20T21:53:28.9783880Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9784620Z adding 'torch/include/ATen/ops/group_norm_native.h' 2024-08-20T21:53:28.9785630Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2024-08-20T21:53:28.9786580Z adding 'torch/include/ATen/ops/gru.h' 2024-08-20T21:53:28.9787530Z adding 'torch/include/ATen/ops/gru_cell.h' 2024-08-20T21:53:28.9788510Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9789360Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2024-08-20T21:53:28.9790300Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2024-08-20T21:53:28.9791400Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9792160Z adding 'torch/include/ATen/ops/gru_native.h' 2024-08-20T21:53:28.9793250Z adding 'torch/include/ATen/ops/gru_ops.h' 2024-08-20T21:53:28.9794230Z adding 'torch/include/ATen/ops/gt.h' 2024-08-20T21:53:28.9795400Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9796260Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2024-08-20T21:53:28.9797160Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2024-08-20T21:53:28.9798010Z adding 'torch/include/ATen/ops/gt_meta.h' 2024-08-20T21:53:28.9798910Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2024-08-20T21:53:28.9799810Z adding 'torch/include/ATen/ops/gt_mps_dispatch.h' 2024-08-20T21:53:28.9800750Z adding 'torch/include/ATen/ops/gt_native.h' 2024-08-20T21:53:28.9801940Z adding 'torch/include/ATen/ops/gt_ops.h' 2024-08-20T21:53:28.9803280Z adding 'torch/include/ATen/ops/hamming_window.h' 2024-08-20T21:53:28.9804520Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9805430Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2024-08-20T21:53:28.9806750Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2024-08-20T21:53:28.9807850Z adding 'torch/include/ATen/ops/hann_window.h' 2024-08-20T21:53:28.9808980Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9809830Z adding 'torch/include/ATen/ops/hann_window_native.h' 2024-08-20T21:53:28.9810910Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2024-08-20T21:53:28.9811860Z adding 'torch/include/ATen/ops/hardshrink.h' 2024-08-20T21:53:28.9812890Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2024-08-20T21:53:28.9813970Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9814620Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2024-08-20T21:53:28.9815640Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9816580Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2024-08-20T21:53:28.9817470Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2024-08-20T21:53:28.9818320Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2024-08-20T21:53:28.9819580Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2024-08-20T21:53:28.9820600Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9821210Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2024-08-20T21:53:28.9822380Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2024-08-20T21:53:28.9822990Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2024-08-20T21:53:28.9823990Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2024-08-20T21:53:28.9825100Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2024-08-20T21:53:28.9826080Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2024-08-20T21:53:28.9826610Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2024-08-20T21:53:28.9827840Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2024-08-20T21:53:28.9829000Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9829490Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2024-08-20T21:53:28.9830540Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9831360Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2024-08-20T21:53:28.9832360Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2024-08-20T21:53:28.9833240Z adding 'torch/include/ATen/ops/hardsigmoid_backward_mps_dispatch.h' 2024-08-20T21:53:28.9834100Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2024-08-20T21:53:28.9835130Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2024-08-20T21:53:28.9836250Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9837090Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2024-08-20T21:53:28.9837960Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2024-08-20T21:53:28.9838800Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2024-08-20T21:53:28.9839730Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2024-08-20T21:53:28.9840570Z adding 'torch/include/ATen/ops/hardsigmoid_mps_dispatch.h' 2024-08-20T21:53:28.9841740Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2024-08-20T21:53:28.9842620Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2024-08-20T21:53:28.9843460Z adding 'torch/include/ATen/ops/hardswish.h' 2024-08-20T21:53:28.9844630Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2024-08-20T21:53:28.9845660Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9846250Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2024-08-20T21:53:28.9847410Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9848060Z adding 'torch/include/ATen/ops/hardswish_backward_mps_dispatch.h' 2024-08-20T21:53:28.9849100Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2024-08-20T21:53:28.9850080Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2024-08-20T21:53:28.9850950Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2024-08-20T21:53:28.9851850Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2024-08-20T21:53:28.9852760Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2024-08-20T21:53:28.9853610Z adding 'torch/include/ATen/ops/hardswish_mps_dispatch.h' 2024-08-20T21:53:28.9854570Z adding 'torch/include/ATen/ops/hardswish_native.h' 2024-08-20T21:53:28.9855540Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2024-08-20T21:53:28.9856490Z adding 'torch/include/ATen/ops/hardtanh.h' 2024-08-20T21:53:28.9857490Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2024-08-20T21:53:28.9858550Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2024-08-20T21:53:28.9859240Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9860190Z adding 'torch/include/ATen/ops/hardtanh_backward_mps_dispatch.h' 2024-08-20T21:53:28.9861320Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2024-08-20T21:53:28.9862220Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2024-08-20T21:53:28.9863140Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2024-08-20T21:53:28.9864020Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2024-08-20T21:53:28.9865040Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2024-08-20T21:53:28.9865500Z adding 'torch/include/ATen/ops/hardtanh_mps_dispatch.h' 2024-08-20T21:53:28.9870340Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2024-08-20T21:53:28.9870650Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2024-08-20T21:53:28.9870780Z adding 'torch/include/ATen/ops/heaviside.h' 2024-08-20T21:53:28.9871110Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9871280Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2024-08-20T21:53:28.9871490Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2024-08-20T21:53:28.9871990Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2024-08-20T21:53:28.9872910Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2024-08-20T21:53:28.9873790Z adding 'torch/include/ATen/ops/heaviside_native.h' 2024-08-20T21:53:28.9875100Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2024-08-20T21:53:28.9875990Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2024-08-20T21:53:28.9877040Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9877650Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2024-08-20T21:53:28.9878830Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2024-08-20T21:53:28.9879630Z adding 'torch/include/ATen/ops/histc.h' 2024-08-20T21:53:28.9880800Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2024-08-20T21:53:28.9881310Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2024-08-20T21:53:28.9882470Z adding 'torch/include/ATen/ops/histc_mps_dispatch.h' 2024-08-20T21:53:28.9883310Z adding 'torch/include/ATen/ops/histc_native.h' 2024-08-20T21:53:28.9884350Z adding 'torch/include/ATen/ops/histc_ops.h' 2024-08-20T21:53:28.9885510Z adding 'torch/include/ATen/ops/histogram.h' 2024-08-20T21:53:28.9886700Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2024-08-20T21:53:28.9887250Z adding 'torch/include/ATen/ops/histogram_mps_dispatch.h' 2024-08-20T21:53:28.9888410Z adding 'torch/include/ATen/ops/histogram_native.h' 2024-08-20T21:53:28.9889560Z adding 'torch/include/ATen/ops/histogram_ops.h' 2024-08-20T21:53:28.9890570Z adding 'torch/include/ATen/ops/histogramdd.h' 2024-08-20T21:53:28.9892060Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9892600Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2024-08-20T21:53:28.9894030Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2024-08-20T21:53:28.9894810Z adding 'torch/include/ATen/ops/hsplit.h' 2024-08-20T21:53:28.9896120Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9896470Z adding 'torch/include/ATen/ops/hsplit_native.h' 2024-08-20T21:53:28.9897740Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2024-08-20T21:53:28.9898700Z adding 'torch/include/ATen/ops/hspmm.h' 2024-08-20T21:53:28.9899340Z adding 'torch/include/ATen/ops/hspmm_native.h' 2024-08-20T21:53:28.9900590Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2024-08-20T21:53:28.9901730Z adding 'torch/include/ATen/ops/hstack.h' 2024-08-20T21:53:28.9902440Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9903470Z adding 'torch/include/ATen/ops/hstack_native.h' 2024-08-20T21:53:28.9904500Z adding 'torch/include/ATen/ops/hstack_ops.h' 2024-08-20T21:53:28.9905340Z adding 'torch/include/ATen/ops/huber_loss.h' 2024-08-20T21:53:28.9906560Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2024-08-20T21:53:28.9907260Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9908380Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2024-08-20T21:53:28.9908980Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2024-08-20T21:53:28.9909960Z adding 'torch/include/ATen/ops/huber_loss_backward_mps_dispatch.h' 2024-08-20T21:53:28.9911110Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2024-08-20T21:53:28.9911730Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2024-08-20T21:53:28.9912960Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2024-08-20T21:53:28.9913500Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2024-08-20T21:53:28.9914610Z adding 'torch/include/ATen/ops/huber_loss_mps_dispatch.h' 2024-08-20T21:53:28.9915450Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2024-08-20T21:53:28.9916520Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2024-08-20T21:53:28.9917490Z adding 'torch/include/ATen/ops/hypot.h' 2024-08-20T21:53:28.9918590Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9919190Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2024-08-20T21:53:28.9920380Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2024-08-20T21:53:28.9920980Z adding 'torch/include/ATen/ops/hypot_meta.h' 2024-08-20T21:53:28.9922020Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2024-08-20T21:53:28.9923180Z adding 'torch/include/ATen/ops/hypot_mps_dispatch.h' 2024-08-20T21:53:28.9924030Z adding 'torch/include/ATen/ops/hypot_native.h' 2024-08-20T21:53:28.9925100Z adding 'torch/include/ATen/ops/hypot_ops.h' 2024-08-20T21:53:28.9926070Z adding 'torch/include/ATen/ops/i0.h' 2024-08-20T21:53:28.9926920Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9928030Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2024-08-20T21:53:28.9928570Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2024-08-20T21:53:28.9929710Z adding 'torch/include/ATen/ops/i0_meta.h' 2024-08-20T21:53:28.9930390Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2024-08-20T21:53:28.9931410Z adding 'torch/include/ATen/ops/i0_native.h' 2024-08-20T21:53:28.9932540Z adding 'torch/include/ATen/ops/i0_ops.h' 2024-08-20T21:53:28.9933400Z adding 'torch/include/ATen/ops/igamma.h' 2024-08-20T21:53:28.9934740Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9935100Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2024-08-20T21:53:28.9936200Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2024-08-20T21:53:28.9937040Z adding 'torch/include/ATen/ops/igamma_meta.h' 2024-08-20T21:53:28.9937930Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2024-08-20T21:53:28.9938790Z adding 'torch/include/ATen/ops/igamma_native.h' 2024-08-20T21:53:28.9939820Z adding 'torch/include/ATen/ops/igamma_ops.h' 2024-08-20T21:53:28.9940730Z adding 'torch/include/ATen/ops/igammac.h' 2024-08-20T21:53:28.9941760Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9942300Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2024-08-20T21:53:28.9943330Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2024-08-20T21:53:28.9944190Z adding 'torch/include/ATen/ops/igammac_meta.h' 2024-08-20T21:53:28.9945210Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2024-08-20T21:53:28.9945850Z adding 'torch/include/ATen/ops/igammac_native.h' 2024-08-20T21:53:28.9947100Z adding 'torch/include/ATen/ops/igammac_ops.h' 2024-08-20T21:53:28.9948120Z adding 'torch/include/ATen/ops/im2col.h' 2024-08-20T21:53:28.9949010Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2024-08-20T21:53:28.9949870Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2024-08-20T21:53:28.9951000Z adding 'torch/include/ATen/ops/im2col_native.h' 2024-08-20T21:53:28.9952040Z adding 'torch/include/ATen/ops/im2col_ops.h' 2024-08-20T21:53:28.9952910Z adding 'torch/include/ATen/ops/imag.h' 2024-08-20T21:53:28.9953920Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9954650Z adding 'torch/include/ATen/ops/imag_native.h' 2024-08-20T21:53:28.9955810Z adding 'torch/include/ATen/ops/imag_ops.h' 2024-08-20T21:53:28.9956700Z adding 'torch/include/ATen/ops/index.h' 2024-08-20T21:53:28.9957870Z adding 'torch/include/ATen/ops/index_add.h' 2024-08-20T21:53:28.9958600Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9959610Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9960510Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2024-08-20T21:53:28.9961390Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2024-08-20T21:53:28.9962370Z adding 'torch/include/ATen/ops/index_add_meta.h' 2024-08-20T21:53:28.9963300Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2024-08-20T21:53:28.9964240Z adding 'torch/include/ATen/ops/index_add_mps_dispatch.h' 2024-08-20T21:53:28.9965130Z adding 'torch/include/ATen/ops/index_add_native.h' 2024-08-20T21:53:28.9966270Z adding 'torch/include/ATen/ops/index_add_ops.h' 2024-08-20T21:53:28.9967410Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9968210Z adding 'torch/include/ATen/ops/index_copy.h' 2024-08-20T21:53:28.9969470Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9970050Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9971110Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2024-08-20T21:53:28.9971970Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2024-08-20T21:53:28.9972790Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2024-08-20T21:53:28.9973810Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2024-08-20T21:53:28.9974810Z adding 'torch/include/ATen/ops/index_copy_native.h' 2024-08-20T21:53:28.9975950Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2024-08-20T21:53:28.9976940Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2024-08-20T21:53:28.9977440Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2024-08-20T21:53:28.9978810Z adding 'torch/include/ATen/ops/index_fill.h' 2024-08-20T21:53:28.9979930Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9980570Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:28.9981740Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2024-08-20T21:53:28.9982260Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2024-08-20T21:53:28.9983430Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2024-08-20T21:53:28.9984110Z adding 'torch/include/ATen/ops/index_fill_mps_dispatch.h' 2024-08-20T21:53:28.9985280Z adding 'torch/include/ATen/ops/index_fill_native.h' 2024-08-20T21:53:28.9986650Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2024-08-20T21:53:28.9987820Z adding 'torch/include/ATen/ops/index_meta.h' 2024-08-20T21:53:28.9988330Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2024-08-20T21:53:28.9989400Z adding 'torch/include/ATen/ops/index_mps_dispatch.h' 2024-08-20T21:53:28.9990350Z adding 'torch/include/ATen/ops/index_native.h' 2024-08-20T21:53:28.9991370Z adding 'torch/include/ATen/ops/index_ops.h' 2024-08-20T21:53:28.9992380Z adding 'torch/include/ATen/ops/index_put.h' 2024-08-20T21:53:28.9993540Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:28.9994300Z adding 'torch/include/ATen/ops/index_put_native.h' 2024-08-20T21:53:28.9995400Z adding 'torch/include/ATen/ops/index_put_ops.h' 2024-08-20T21:53:28.9996380Z adding 'torch/include/ATen/ops/index_reduce.h' 2024-08-20T21:53:28.9997530Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:28.9998450Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2024-08-20T21:53:28.9999320Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2024-08-20T21:53:29.0000460Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2024-08-20T21:53:29.0001020Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2024-08-20T21:53:29.0002160Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2024-08-20T21:53:29.0003310Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2024-08-20T21:53:29.0004280Z adding 'torch/include/ATen/ops/index_select.h' 2024-08-20T21:53:29.0005290Z adding 'torch/include/ATen/ops/index_select_backward.h' 2024-08-20T21:53:29.0006310Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0006870Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2024-08-20T21:53:29.0008110Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2024-08-20T21:53:29.0009080Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0009920Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2024-08-20T21:53:29.0010740Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2024-08-20T21:53:29.0011600Z adding 'torch/include/ATen/ops/index_select_mps_dispatch.h' 2024-08-20T21:53:29.0012550Z adding 'torch/include/ATen/ops/index_select_native.h' 2024-08-20T21:53:29.0013690Z adding 'torch/include/ATen/ops/index_select_ops.h' 2024-08-20T21:53:29.0014530Z adding 'torch/include/ATen/ops/indices.h' 2024-08-20T21:53:29.0015620Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0016460Z adding 'torch/include/ATen/ops/indices_copy.h' 2024-08-20T21:53:29.0017460Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0018390Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0018950Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2024-08-20T21:53:29.0020190Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2024-08-20T21:53:29.0021050Z adding 'torch/include/ATen/ops/indices_native.h' 2024-08-20T21:53:29.0022170Z adding 'torch/include/ATen/ops/indices_ops.h' 2024-08-20T21:53:29.0026680Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2024-08-20T21:53:29.0027250Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0027590Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2024-08-20T21:53:29.0027850Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2024-08-20T21:53:29.0027970Z adding 'torch/include/ATen/ops/inner.h' 2024-08-20T21:53:29.0028230Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0028360Z adding 'torch/include/ATen/ops/inner_native.h' 2024-08-20T21:53:29.0029100Z adding 'torch/include/ATen/ops/inner_ops.h' 2024-08-20T21:53:29.0030270Z adding 'torch/include/ATen/ops/instance_norm.h' 2024-08-20T21:53:29.0031420Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0031800Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2024-08-20T21:53:29.0033070Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2024-08-20T21:53:29.0033930Z adding 'torch/include/ATen/ops/int_repr.h' 2024-08-20T21:53:29.0034950Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0035510Z adding 'torch/include/ATen/ops/int_repr_native.h' 2024-08-20T21:53:29.0036740Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2024-08-20T21:53:29.0037580Z adding 'torch/include/ATen/ops/inverse.h' 2024-08-20T21:53:29.0038660Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0039180Z adding 'torch/include/ATen/ops/inverse_native.h' 2024-08-20T21:53:29.0040300Z adding 'torch/include/ATen/ops/inverse_ops.h' 2024-08-20T21:53:29.0041180Z adding 'torch/include/ATen/ops/is_coalesced.h' 2024-08-20T21:53:29.0042230Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0042840Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2024-08-20T21:53:29.0043920Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2024-08-20T21:53:29.0044790Z adding 'torch/include/ATen/ops/is_complex.h' 2024-08-20T21:53:29.0045890Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0046460Z adding 'torch/include/ATen/ops/is_complex_native.h' 2024-08-20T21:53:29.0047550Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2024-08-20T21:53:29.0048400Z adding 'torch/include/ATen/ops/is_conj.h' 2024-08-20T21:53:29.0049490Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0050070Z adding 'torch/include/ATen/ops/is_conj_native.h' 2024-08-20T21:53:29.0051150Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2024-08-20T21:53:29.0052010Z adding 'torch/include/ATen/ops/is_distributed.h' 2024-08-20T21:53:29.0053100Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0053680Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2024-08-20T21:53:29.0054740Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2024-08-20T21:53:29.0055620Z adding 'torch/include/ATen/ops/is_floating_point.h' 2024-08-20T21:53:29.0056660Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0057230Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2024-08-20T21:53:29.0058320Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2024-08-20T21:53:29.0059160Z adding 'torch/include/ATen/ops/is_inference.h' 2024-08-20T21:53:29.0060170Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0061200Z adding 'torch/include/ATen/ops/is_inference_native.h' 2024-08-20T21:53:29.0061790Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2024-08-20T21:53:29.0062820Z adding 'torch/include/ATen/ops/is_leaf.h' 2024-08-20T21:53:29.0063820Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0064580Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2024-08-20T21:53:29.0065630Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2024-08-20T21:53:29.0066480Z adding 'torch/include/ATen/ops/is_neg.h' 2024-08-20T21:53:29.0067490Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0068080Z adding 'torch/include/ATen/ops/is_neg_native.h' 2024-08-20T21:53:29.0069310Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2024-08-20T21:53:29.0069790Z adding 'torch/include/ATen/ops/is_nonzero.h' 2024-08-20T21:53:29.0071130Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0071590Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2024-08-20T21:53:29.0072770Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2024-08-20T21:53:29.0073310Z adding 'torch/include/ATen/ops/is_pinned.h' 2024-08-20T21:53:29.0074610Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0075120Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2024-08-20T21:53:29.0076390Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2024-08-20T21:53:29.0076980Z adding 'torch/include/ATen/ops/is_same_size.h' 2024-08-20T21:53:29.0078280Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0078740Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2024-08-20T21:53:29.0079950Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2024-08-20T21:53:29.0080800Z adding 'torch/include/ATen/ops/is_set_to.h' 2024-08-20T21:53:29.0081690Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2024-08-20T21:53:29.0082550Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2024-08-20T21:53:29.0083410Z adding 'torch/include/ATen/ops/is_set_to_mps_dispatch.h' 2024-08-20T21:53:29.0084250Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2024-08-20T21:53:29.0085250Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2024-08-20T21:53:29.0085820Z adding 'torch/include/ATen/ops/is_signed.h' 2024-08-20T21:53:29.0087110Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0087510Z adding 'torch/include/ATen/ops/is_signed_native.h' 2024-08-20T21:53:29.0088700Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2024-08-20T21:53:29.0089700Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2024-08-20T21:53:29.0090360Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0091380Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2024-08-20T21:53:29.0092230Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2024-08-20T21:53:29.0093340Z adding 'torch/include/ATen/ops/isclose.h' 2024-08-20T21:53:29.0094050Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0095100Z adding 'torch/include/ATen/ops/isclose_native.h' 2024-08-20T21:53:29.0095920Z adding 'torch/include/ATen/ops/isclose_ops.h' 2024-08-20T21:53:29.0096920Z adding 'torch/include/ATen/ops/isfinite.h' 2024-08-20T21:53:29.0097950Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0098430Z adding 'torch/include/ATen/ops/isfinite_native.h' 2024-08-20T21:53:29.0099600Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2024-08-20T21:53:29.0100670Z adding 'torch/include/ATen/ops/isin.h' 2024-08-20T21:53:29.0101700Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0102700Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2024-08-20T21:53:29.0103690Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2024-08-20T21:53:29.0104520Z adding 'torch/include/ATen/ops/isin_meta.h' 2024-08-20T21:53:29.0105830Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2024-08-20T21:53:29.0106710Z adding 'torch/include/ATen/ops/isin_mps_dispatch.h' 2024-08-20T21:53:29.0107710Z adding 'torch/include/ATen/ops/isin_native.h' 2024-08-20T21:53:29.0108830Z adding 'torch/include/ATen/ops/isin_ops.h' 2024-08-20T21:53:29.0109810Z adding 'torch/include/ATen/ops/isinf.h' 2024-08-20T21:53:29.0110780Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0111640Z adding 'torch/include/ATen/ops/isinf_native.h' 2024-08-20T21:53:29.0112540Z adding 'torch/include/ATen/ops/isinf_ops.h' 2024-08-20T21:53:29.0113480Z adding 'torch/include/ATen/ops/isnan.h' 2024-08-20T21:53:29.0114450Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0115330Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2024-08-20T21:53:29.0116200Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2024-08-20T21:53:29.0116910Z adding 'torch/include/ATen/ops/isnan_mps_dispatch.h' 2024-08-20T21:53:29.0117890Z adding 'torch/include/ATen/ops/isnan_native.h' 2024-08-20T21:53:29.0118850Z adding 'torch/include/ATen/ops/isnan_ops.h' 2024-08-20T21:53:29.0119720Z adding 'torch/include/ATen/ops/isneginf.h' 2024-08-20T21:53:29.0120890Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0121490Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2024-08-20T21:53:29.0122470Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2024-08-20T21:53:29.0123400Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2024-08-20T21:53:29.0124290Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2024-08-20T21:53:29.0125280Z adding 'torch/include/ATen/ops/isneginf_native.h' 2024-08-20T21:53:29.0126220Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2024-08-20T21:53:29.0127170Z adding 'torch/include/ATen/ops/isposinf.h' 2024-08-20T21:53:29.0128210Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0128750Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2024-08-20T21:53:29.0129730Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2024-08-20T21:53:29.0130680Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2024-08-20T21:53:29.0131530Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2024-08-20T21:53:29.0132470Z adding 'torch/include/ATen/ops/isposinf_native.h' 2024-08-20T21:53:29.0133440Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2024-08-20T21:53:29.0134410Z adding 'torch/include/ATen/ops/isreal.h' 2024-08-20T21:53:29.0135480Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0136060Z adding 'torch/include/ATen/ops/isreal_native.h' 2024-08-20T21:53:29.0137130Z adding 'torch/include/ATen/ops/isreal_ops.h' 2024-08-20T21:53:29.0138090Z adding 'torch/include/ATen/ops/istft.h' 2024-08-20T21:53:29.0139370Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0139870Z adding 'torch/include/ATen/ops/istft_native.h' 2024-08-20T21:53:29.0141160Z adding 'torch/include/ATen/ops/istft_ops.h' 2024-08-20T21:53:29.0141750Z adding 'torch/include/ATen/ops/item.h' 2024-08-20T21:53:29.0143020Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0143510Z adding 'torch/include/ATen/ops/item_native.h' 2024-08-20T21:53:29.0144690Z adding 'torch/include/ATen/ops/item_ops.h' 2024-08-20T21:53:29.0145940Z adding 'torch/include/ATen/ops/kaiser_window.h' 2024-08-20T21:53:29.0147240Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0148000Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2024-08-20T21:53:29.0149240Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2024-08-20T21:53:29.0150240Z adding 'torch/include/ATen/ops/kl_div.h' 2024-08-20T21:53:29.0151310Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0152070Z adding 'torch/include/ATen/ops/kl_div_native.h' 2024-08-20T21:53:29.0153110Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2024-08-20T21:53:29.0153970Z adding 'torch/include/ATen/ops/kron.h' 2024-08-20T21:53:29.0155110Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0156040Z adding 'torch/include/ATen/ops/kron_native.h' 2024-08-20T21:53:29.0157000Z adding 'torch/include/ATen/ops/kron_ops.h' 2024-08-20T21:53:29.0158090Z adding 'torch/include/ATen/ops/kthvalue.h' 2024-08-20T21:53:29.0159190Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0160170Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0161050Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2024-08-20T21:53:29.0161910Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2024-08-20T21:53:29.0162810Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2024-08-20T21:53:29.0163900Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2024-08-20T21:53:29.0164880Z adding 'torch/include/ATen/ops/l1_loss.h' 2024-08-20T21:53:29.0165970Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0166560Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2024-08-20T21:53:29.0167660Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2024-08-20T21:53:29.0168810Z adding 'torch/include/ATen/ops/layer_norm.h' 2024-08-20T21:53:29.0169930Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0170420Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2024-08-20T21:53:29.0171660Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2024-08-20T21:53:29.0172610Z adding 'torch/include/ATen/ops/lcm.h' 2024-08-20T21:53:29.0173630Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0174150Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2024-08-20T21:53:29.0175360Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2024-08-20T21:53:29.0179320Z adding 'torch/include/ATen/ops/lcm_meta.h' 2024-08-20T21:53:29.0179640Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2024-08-20T21:53:29.0179770Z adding 'torch/include/ATen/ops/lcm_native.h' 2024-08-20T21:53:29.0179890Z adding 'torch/include/ATen/ops/lcm_ops.h' 2024-08-20T21:53:29.0180000Z adding 'torch/include/ATen/ops/ldexp.h' 2024-08-20T21:53:29.0180660Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0181420Z adding 'torch/include/ATen/ops/ldexp_native.h' 2024-08-20T21:53:29.0182750Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2024-08-20T21:53:29.0183600Z adding 'torch/include/ATen/ops/le.h' 2024-08-20T21:53:29.0184910Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0185440Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2024-08-20T21:53:29.0186660Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2024-08-20T21:53:29.0187200Z adding 'torch/include/ATen/ops/le_meta.h' 2024-08-20T21:53:29.0188390Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2024-08-20T21:53:29.0189470Z adding 'torch/include/ATen/ops/le_mps_dispatch.h' 2024-08-20T21:53:29.0189910Z adding 'torch/include/ATen/ops/le_native.h' 2024-08-20T21:53:29.0191980Z adding 'torch/include/ATen/ops/le_ops.h' 2024-08-20T21:53:29.0193150Z adding 'torch/include/ATen/ops/leaky_relu.h' 2024-08-20T21:53:29.0194040Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2024-08-20T21:53:29.0195120Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0195720Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2024-08-20T21:53:29.0196920Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2024-08-20T21:53:29.0197760Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2024-08-20T21:53:29.0198680Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2024-08-20T21:53:29.0199350Z adding 'torch/include/ATen/ops/leaky_relu_backward_mps_dispatch.h' 2024-08-20T21:53:29.0200570Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2024-08-20T21:53:29.0201420Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2024-08-20T21:53:29.0202740Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0203200Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2024-08-20T21:53:29.0204490Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2024-08-20T21:53:29.0204970Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2024-08-20T21:53:29.0206200Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2024-08-20T21:53:29.0206840Z adding 'torch/include/ATen/ops/leaky_relu_mps_dispatch.h' 2024-08-20T21:53:29.0208110Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2024-08-20T21:53:29.0209080Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2024-08-20T21:53:29.0210040Z adding 'torch/include/ATen/ops/lerp.h' 2024-08-20T21:53:29.0211250Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0212060Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2024-08-20T21:53:29.0213030Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2024-08-20T21:53:29.0213870Z adding 'torch/include/ATen/ops/lerp_meta.h' 2024-08-20T21:53:29.0214880Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2024-08-20T21:53:29.0215790Z adding 'torch/include/ATen/ops/lerp_mps_dispatch.h' 2024-08-20T21:53:29.0216840Z adding 'torch/include/ATen/ops/lerp_native.h' 2024-08-20T21:53:29.0218070Z adding 'torch/include/ATen/ops/lerp_ops.h' 2024-08-20T21:53:29.0219020Z adding 'torch/include/ATen/ops/less.h' 2024-08-20T21:53:29.0220130Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0221020Z adding 'torch/include/ATen/ops/less_equal.h' 2024-08-20T21:53:29.0222190Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0223040Z adding 'torch/include/ATen/ops/less_equal_native.h' 2024-08-20T21:53:29.0224250Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2024-08-20T21:53:29.0225160Z adding 'torch/include/ATen/ops/less_native.h' 2024-08-20T21:53:29.0226310Z adding 'torch/include/ATen/ops/less_ops.h' 2024-08-20T21:53:29.0227320Z adding 'torch/include/ATen/ops/lgamma.h' 2024-08-20T21:53:29.0228460Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0229480Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2024-08-20T21:53:29.0230000Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2024-08-20T21:53:29.0231220Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2024-08-20T21:53:29.0231870Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2024-08-20T21:53:29.0233000Z adding 'torch/include/ATen/ops/lgamma_mps_dispatch.h' 2024-08-20T21:53:29.0233860Z adding 'torch/include/ATen/ops/lgamma_native.h' 2024-08-20T21:53:29.0235270Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2024-08-20T21:53:29.0235890Z adding 'torch/include/ATen/ops/lift.h' 2024-08-20T21:53:29.0237280Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0237720Z adding 'torch/include/ATen/ops/lift_fresh.h' 2024-08-20T21:53:29.0239060Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0239890Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2024-08-20T21:53:29.0241130Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0242160Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0243020Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2024-08-20T21:53:29.0244190Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2024-08-20T21:53:29.0244740Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2024-08-20T21:53:29.0245860Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2024-08-20T21:53:29.0246840Z adding 'torch/include/ATen/ops/lift_native.h' 2024-08-20T21:53:29.0247900Z adding 'torch/include/ATen/ops/lift_ops.h' 2024-08-20T21:53:29.0248910Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2024-08-20T21:53:29.0250050Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0250960Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2024-08-20T21:53:29.0252270Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0253570Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2024-08-20T21:53:29.0254630Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2024-08-20T21:53:29.0255700Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2024-08-20T21:53:29.0256740Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2024-08-20T21:53:29.0257720Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2024-08-20T21:53:29.0258880Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2024-08-20T21:53:29.0259850Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2024-08-20T21:53:29.0260940Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2024-08-20T21:53:29.0262090Z adding 'torch/include/ATen/ops/linalg_cond.h' 2024-08-20T21:53:29.0263240Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0264100Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2024-08-20T21:53:29.0265170Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2024-08-20T21:53:29.0266130Z adding 'torch/include/ATen/ops/linalg_cross.h' 2024-08-20T21:53:29.0267290Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0267890Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2024-08-20T21:53:29.0268950Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2024-08-20T21:53:29.0269800Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2024-08-20T21:53:29.0270740Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2024-08-20T21:53:29.0271590Z adding 'torch/include/ATen/ops/linalg_cross_mps_dispatch.h' 2024-08-20T21:53:29.0272550Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2024-08-20T21:53:29.0273570Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2024-08-20T21:53:29.0274530Z adding 'torch/include/ATen/ops/linalg_det.h' 2024-08-20T21:53:29.0275550Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0276330Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2024-08-20T21:53:29.0277330Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2024-08-20T21:53:29.0278260Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2024-08-20T21:53:29.0279400Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0280240Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2024-08-20T21:53:29.0281250Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2024-08-20T21:53:29.0282210Z adding 'torch/include/ATen/ops/linalg_eig.h' 2024-08-20T21:53:29.0283180Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2024-08-20T21:53:29.0284020Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2024-08-20T21:53:29.0284970Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2024-08-20T21:53:29.0286000Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2024-08-20T21:53:29.0286970Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2024-08-20T21:53:29.0288080Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0288850Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2024-08-20T21:53:29.0289910Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2024-08-20T21:53:29.0290860Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2024-08-20T21:53:29.0292000Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0292780Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2024-08-20T21:53:29.0293770Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2024-08-20T21:53:29.0294660Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2024-08-20T21:53:29.0295530Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2024-08-20T21:53:29.0296520Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2024-08-20T21:53:29.0297620Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0298290Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2024-08-20T21:53:29.0299430Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2024-08-20T21:53:29.0300470Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2024-08-20T21:53:29.0301400Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2024-08-20T21:53:29.0302300Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2024-08-20T21:53:29.0303290Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2024-08-20T21:53:29.0304230Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2024-08-20T21:53:29.0305040Z adding 'torch/include/ATen/ops/linalg_inv.h' 2024-08-20T21:53:29.0306080Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0306880Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2024-08-20T21:53:29.0308040Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0308680Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2024-08-20T21:53:29.0309920Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2024-08-20T21:53:29.0310380Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2024-08-20T21:53:29.0311590Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2024-08-20T21:53:29.0312210Z adding 'torch/include/ATen/ops/linalg_inv_ex_mps_dispatch.h' 2024-08-20T21:53:29.0313330Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2024-08-20T21:53:29.0314170Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2024-08-20T21:53:29.0315370Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2024-08-20T21:53:29.0315910Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2024-08-20T21:53:29.0317140Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2024-08-20T21:53:29.0318160Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0319190Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2024-08-20T21:53:29.0319890Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0320970Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2024-08-20T21:53:29.0321590Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2024-08-20T21:53:29.0322860Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2024-08-20T21:53:29.0323320Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2024-08-20T21:53:29.0324490Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2024-08-20T21:53:29.0325780Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2024-08-20T21:53:29.0326200Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2024-08-20T21:53:29.0327820Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2024-08-20T21:53:29.0328660Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2024-08-20T21:53:29.0329730Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0330380Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2024-08-20T21:53:29.0331590Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2024-08-20T21:53:29.0332130Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2024-08-20T21:53:29.0333280Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2024-08-20T21:53:29.0333880Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2024-08-20T21:53:29.0335140Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2024-08-20T21:53:29.0339730Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2024-08-20T21:53:29.0340180Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0340380Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2024-08-20T21:53:29.0340560Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2024-08-20T21:53:29.0340720Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2024-08-20T21:53:29.0340920Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2024-08-20T21:53:29.0341620Z adding 'torch/include/ATen/ops/linalg_lu.h' 2024-08-20T21:53:29.0343210Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0343390Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2024-08-20T21:53:29.0344470Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2024-08-20T21:53:29.0345410Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2024-08-20T21:53:29.0346170Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0347260Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2024-08-20T21:53:29.0348330Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0348920Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2024-08-20T21:53:29.0350130Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2024-08-20T21:53:29.0350670Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2024-08-20T21:53:29.0351850Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2024-08-20T21:53:29.0352490Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2024-08-20T21:53:29.0353790Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2024-08-20T21:53:29.0354680Z adding 'torch/include/ATen/ops/linalg_lu_factor_mps_dispatch.h' 2024-08-20T21:53:29.0355510Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2024-08-20T21:53:29.0356880Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2024-08-20T21:53:29.0357210Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2024-08-20T21:53:29.0358360Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2024-08-20T21:53:29.0358940Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2024-08-20T21:53:29.0360350Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2024-08-20T21:53:29.0360900Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2024-08-20T21:53:29.0362270Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0362710Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2024-08-20T21:53:29.0363870Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2024-08-20T21:53:29.0364470Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2024-08-20T21:53:29.0365750Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2024-08-20T21:53:29.0366200Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2024-08-20T21:53:29.0367520Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2024-08-20T21:53:29.0368380Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2024-08-20T21:53:29.0369520Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0369880Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2024-08-20T21:53:29.0371160Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2024-08-20T21:53:29.0372020Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2024-08-20T21:53:29.0373030Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0373690Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2024-08-20T21:53:29.0374930Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2024-08-20T21:53:29.0375320Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2024-08-20T21:53:29.0376600Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2024-08-20T21:53:29.0377780Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2024-08-20T21:53:29.0378540Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0379620Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2024-08-20T21:53:29.0380820Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2024-08-20T21:53:29.0381680Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2024-08-20T21:53:29.0382700Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0383330Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2024-08-20T21:53:29.0384550Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2024-08-20T21:53:29.0385740Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2024-08-20T21:53:29.0386790Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0387860Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2024-08-20T21:53:29.0389090Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2024-08-20T21:53:29.0389920Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2024-08-20T21:53:29.0391080Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0391550Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2024-08-20T21:53:29.0392780Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2024-08-20T21:53:29.0393940Z adding 'torch/include/ATen/ops/linalg_norm.h' 2024-08-20T21:53:29.0394690Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0395730Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2024-08-20T21:53:29.0396910Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2024-08-20T21:53:29.0397980Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2024-08-20T21:53:29.0398990Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0399900Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0401050Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0401490Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2024-08-20T21:53:29.0403050Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2024-08-20T21:53:29.0404050Z adding 'torch/include/ATen/ops/linalg_qr.h' 2024-08-20T21:53:29.0404860Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0405940Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2024-08-20T21:53:29.0406490Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2024-08-20T21:53:29.0407610Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2024-08-20T21:53:29.0408660Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2024-08-20T21:53:29.0409050Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2024-08-20T21:53:29.0410340Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2024-08-20T21:53:29.0411400Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2024-08-20T21:53:29.0412100Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0413130Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2024-08-20T21:53:29.0413980Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2024-08-20T21:53:29.0415150Z adding 'torch/include/ATen/ops/linalg_solve.h' 2024-08-20T21:53:29.0415780Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0416880Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2024-08-20T21:53:29.0418050Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0418430Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2024-08-20T21:53:29.0419710Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2024-08-20T21:53:29.0420330Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2024-08-20T21:53:29.0421600Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2024-08-20T21:53:29.0422480Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2024-08-20T21:53:29.0423400Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2024-08-20T21:53:29.0424270Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2024-08-20T21:53:29.0425450Z adding 'torch/include/ATen/ops/linalg_solve_triangular_mps_dispatch.h' 2024-08-20T21:53:29.0425980Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2024-08-20T21:53:29.0427230Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2024-08-20T21:53:29.0428030Z adding 'torch/include/ATen/ops/linalg_svd.h' 2024-08-20T21:53:29.0429360Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0429810Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2024-08-20T21:53:29.0431120Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2024-08-20T21:53:29.0431940Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2024-08-20T21:53:29.0433100Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0433570Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2024-08-20T21:53:29.0434820Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2024-08-20T21:53:29.0435670Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2024-08-20T21:53:29.0436670Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0437410Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2024-08-20T21:53:29.0438590Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2024-08-20T21:53:29.0439440Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2024-08-20T21:53:29.0440460Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0441200Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2024-08-20T21:53:29.0442370Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2024-08-20T21:53:29.0443220Z adding 'torch/include/ATen/ops/linalg_vander.h' 2024-08-20T21:53:29.0444390Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0444820Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2024-08-20T21:53:29.0446040Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2024-08-20T21:53:29.0446890Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2024-08-20T21:53:29.0448050Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0448440Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2024-08-20T21:53:29.0449700Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2024-08-20T21:53:29.0450560Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2024-08-20T21:53:29.0451960Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0452290Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2024-08-20T21:53:29.0453510Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2024-08-20T21:53:29.0454070Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2024-08-20T21:53:29.0455380Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2024-08-20T21:53:29.0455850Z adding 'torch/include/ATen/ops/linalg_vector_norm_mps_dispatch.h' 2024-08-20T21:53:29.0457000Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2024-08-20T21:53:29.0458170Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2024-08-20T21:53:29.0458660Z adding 'torch/include/ATen/ops/linear.h' 2024-08-20T21:53:29.0459940Z adding 'torch/include/ATen/ops/linear_backward.h' 2024-08-20T21:53:29.0461100Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0461580Z adding 'torch/include/ATen/ops/linear_backward_mps_dispatch.h' 2024-08-20T21:53:29.0462790Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2024-08-20T21:53:29.0463660Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2024-08-20T21:53:29.0464680Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0465520Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0466620Z adding 'torch/include/ATen/ops/linear_mps_dispatch.h' 2024-08-20T21:53:29.0467050Z adding 'torch/include/ATen/ops/linear_native.h' 2024-08-20T21:53:29.0468320Z adding 'torch/include/ATen/ops/linear_ops.h' 2024-08-20T21:53:29.0469610Z adding 'torch/include/ATen/ops/linspace.h' 2024-08-20T21:53:29.0470950Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0471340Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2024-08-20T21:53:29.0472520Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2024-08-20T21:53:29.0473200Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2024-08-20T21:53:29.0474240Z adding 'torch/include/ATen/ops/linspace_mps_dispatch.h' 2024-08-20T21:53:29.0475110Z adding 'torch/include/ATen/ops/linspace_native.h' 2024-08-20T21:53:29.0476540Z adding 'torch/include/ATen/ops/linspace_ops.h' 2024-08-20T21:53:29.0477530Z adding 'torch/include/ATen/ops/log.h' 2024-08-20T21:53:29.0478360Z adding 'torch/include/ATen/ops/log10.h' 2024-08-20T21:53:29.0479390Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0480430Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2024-08-20T21:53:29.0480890Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2024-08-20T21:53:29.0482010Z adding 'torch/include/ATen/ops/log10_meta.h' 2024-08-20T21:53:29.0482650Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2024-08-20T21:53:29.0483650Z adding 'torch/include/ATen/ops/log10_mps_dispatch.h' 2024-08-20T21:53:29.0484490Z adding 'torch/include/ATen/ops/log10_native.h' 2024-08-20T21:53:29.0485640Z adding 'torch/include/ATen/ops/log10_ops.h' 2024-08-20T21:53:29.0486480Z adding 'torch/include/ATen/ops/log1p.h' 2024-08-20T21:53:29.0487510Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0488100Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2024-08-20T21:53:29.0489310Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2024-08-20T21:53:29.0489790Z adding 'torch/include/ATen/ops/log1p_meta.h' 2024-08-20T21:53:29.0494310Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2024-08-20T21:53:29.0494620Z adding 'torch/include/ATen/ops/log1p_mps_dispatch.h' 2024-08-20T21:53:29.0494770Z adding 'torch/include/ATen/ops/log1p_native.h' 2024-08-20T21:53:29.0494890Z adding 'torch/include/ATen/ops/log1p_ops.h' 2024-08-20T21:53:29.0495000Z adding 'torch/include/ATen/ops/log2.h' 2024-08-20T21:53:29.0495310Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0496040Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2024-08-20T21:53:29.0497500Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2024-08-20T21:53:29.0497700Z adding 'torch/include/ATen/ops/log2_meta.h' 2024-08-20T21:53:29.0498850Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2024-08-20T21:53:29.0499460Z adding 'torch/include/ATen/ops/log2_mps_dispatch.h' 2024-08-20T21:53:29.0500420Z adding 'torch/include/ATen/ops/log2_native.h' 2024-08-20T21:53:29.0501600Z adding 'torch/include/ATen/ops/log2_ops.h' 2024-08-20T21:53:29.0502620Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0503100Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2024-08-20T21:53:29.0504360Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2024-08-20T21:53:29.0504760Z adding 'torch/include/ATen/ops/log_meta.h' 2024-08-20T21:53:29.0505940Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2024-08-20T21:53:29.0506500Z adding 'torch/include/ATen/ops/log_mps_dispatch.h' 2024-08-20T21:53:29.0507660Z adding 'torch/include/ATen/ops/log_native.h' 2024-08-20T21:53:29.0508510Z adding 'torch/include/ATen/ops/log_normal.h' 2024-08-20T21:53:29.0509500Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0510590Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2024-08-20T21:53:29.0511040Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2024-08-20T21:53:29.0512140Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2024-08-20T21:53:29.0512750Z adding 'torch/include/ATen/ops/log_normal_native.h' 2024-08-20T21:53:29.0514090Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2024-08-20T21:53:29.0515250Z adding 'torch/include/ATen/ops/log_ops.h' 2024-08-20T21:53:29.0515740Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2024-08-20T21:53:29.0516970Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2024-08-20T21:53:29.0517890Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2024-08-20T21:53:29.0518800Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2024-08-20T21:53:29.0519470Z adding 'torch/include/ATen/ops/log_sigmoid_backward_mps_dispatch.h' 2024-08-20T21:53:29.0520680Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2024-08-20T21:53:29.0521530Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2024-08-20T21:53:29.0522500Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0523330Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2024-08-20T21:53:29.0524580Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2024-08-20T21:53:29.0525060Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2024-08-20T21:53:29.0526250Z adding 'torch/include/ATen/ops/log_sigmoid_forward_mps_dispatch.h' 2024-08-20T21:53:29.0527400Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2024-08-20T21:53:29.0527910Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2024-08-20T21:53:29.0529070Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2024-08-20T21:53:29.0529920Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2024-08-20T21:53:29.0530980Z adding 'torch/include/ATen/ops/log_softmax.h' 2024-08-20T21:53:29.0532070Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0532910Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0533700Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2024-08-20T21:53:29.0534880Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2024-08-20T21:53:29.0535890Z adding 'torch/include/ATen/ops/logaddexp.h' 2024-08-20T21:53:29.0536350Z adding 'torch/include/ATen/ops/logaddexp2.h' 2024-08-20T21:53:29.0537880Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0538200Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2024-08-20T21:53:29.0539480Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2024-08-20T21:53:29.0539860Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2024-08-20T21:53:29.0541110Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2024-08-20T21:53:29.0542400Z adding 'torch/include/ATen/ops/logaddexp2_mps_dispatch.h' 2024-08-20T21:53:29.0542870Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2024-08-20T21:53:29.0544120Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2024-08-20T21:53:29.0545160Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0545670Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2024-08-20T21:53:29.0547110Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2024-08-20T21:53:29.0547420Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2024-08-20T21:53:29.0548550Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2024-08-20T21:53:29.0549130Z adding 'torch/include/ATen/ops/logaddexp_mps_dispatch.h' 2024-08-20T21:53:29.0550250Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2024-08-20T21:53:29.0551100Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2024-08-20T21:53:29.0552190Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2024-08-20T21:53:29.0553350Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0553860Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0554890Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2024-08-20T21:53:29.0556070Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2024-08-20T21:53:29.0556540Z adding 'torch/include/ATen/ops/logdet.h' 2024-08-20T21:53:29.0557870Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0558320Z adding 'torch/include/ATen/ops/logdet_native.h' 2024-08-20T21:53:29.0559530Z adding 'torch/include/ATen/ops/logdet_ops.h' 2024-08-20T21:53:29.0560380Z adding 'torch/include/ATen/ops/logical_and.h' 2024-08-20T21:53:29.0561410Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0562050Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2024-08-20T21:53:29.0563260Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2024-08-20T21:53:29.0563680Z adding 'torch/include/ATen/ops/logical_and_mps_dispatch.h' 2024-08-20T21:53:29.0564840Z adding 'torch/include/ATen/ops/logical_and_native.h' 2024-08-20T21:53:29.0565850Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2024-08-20T21:53:29.0566860Z adding 'torch/include/ATen/ops/logical_not.h' 2024-08-20T21:53:29.0567470Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0568550Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2024-08-20T21:53:29.0569120Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2024-08-20T21:53:29.0570210Z adding 'torch/include/ATen/ops/logical_not_mps_dispatch.h' 2024-08-20T21:53:29.0570810Z adding 'torch/include/ATen/ops/logical_not_native.h' 2024-08-20T21:53:29.0572070Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2024-08-20T21:53:29.0573070Z adding 'torch/include/ATen/ops/logical_or.h' 2024-08-20T21:53:29.0573740Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0574790Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2024-08-20T21:53:29.0575360Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2024-08-20T21:53:29.0576460Z adding 'torch/include/ATen/ops/logical_or_mps_dispatch.h' 2024-08-20T21:53:29.0577060Z adding 'torch/include/ATen/ops/logical_or_native.h' 2024-08-20T21:53:29.0578350Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2024-08-20T21:53:29.0579360Z adding 'torch/include/ATen/ops/logical_xor.h' 2024-08-20T21:53:29.0579990Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0581060Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2024-08-20T21:53:29.0581650Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2024-08-20T21:53:29.0582730Z adding 'torch/include/ATen/ops/logical_xor_mps_dispatch.h' 2024-08-20T21:53:29.0583600Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2024-08-20T21:53:29.0584750Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2024-08-20T21:53:29.0585230Z adding 'torch/include/ATen/ops/logit.h' 2024-08-20T21:53:29.0586490Z adding 'torch/include/ATen/ops/logit_backward.h' 2024-08-20T21:53:29.0587720Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0588090Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2024-08-20T21:53:29.0589220Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2024-08-20T21:53:29.0590040Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2024-08-20T21:53:29.0590940Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2024-08-20T21:53:29.0591790Z adding 'torch/include/ATen/ops/logit_backward_mps_dispatch.h' 2024-08-20T21:53:29.0592630Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2024-08-20T21:53:29.0593810Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2024-08-20T21:53:29.0594420Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2024-08-20T21:53:29.0595400Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2024-08-20T21:53:29.0596260Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2024-08-20T21:53:29.0597450Z adding 'torch/include/ATen/ops/logit_mps_dispatch.h' 2024-08-20T21:53:29.0597900Z adding 'torch/include/ATen/ops/logit_native.h' 2024-08-20T21:53:29.0599180Z adding 'torch/include/ATen/ops/logit_ops.h' 2024-08-20T21:53:29.0600510Z adding 'torch/include/ATen/ops/logspace.h' 2024-08-20T21:53:29.0601850Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0602320Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2024-08-20T21:53:29.0603460Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2024-08-20T21:53:29.0604090Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2024-08-20T21:53:29.0605360Z adding 'torch/include/ATen/ops/logspace_native.h' 2024-08-20T21:53:29.0606670Z adding 'torch/include/ATen/ops/logspace_ops.h' 2024-08-20T21:53:29.0607690Z adding 'torch/include/ATen/ops/logsumexp.h' 2024-08-20T21:53:29.0608670Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0609630Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0610330Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0611400Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2024-08-20T21:53:29.0612430Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2024-08-20T21:53:29.0613420Z adding 'torch/include/ATen/ops/lshift.h' 2024-08-20T21:53:29.0614400Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0615000Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2024-08-20T21:53:29.0616290Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2024-08-20T21:53:29.0616740Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2024-08-20T21:53:29.0617870Z adding 'torch/include/ATen/ops/lshift_mps_dispatch.h' 2024-08-20T21:53:29.0618710Z adding 'torch/include/ATen/ops/lshift_native.h' 2024-08-20T21:53:29.0619890Z adding 'torch/include/ATen/ops/lshift_ops.h' 2024-08-20T21:53:29.0620720Z adding 'torch/include/ATen/ops/lstm.h' 2024-08-20T21:53:29.0621890Z adding 'torch/include/ATen/ops/lstm_cell.h' 2024-08-20T21:53:29.0622570Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0623650Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2024-08-20T21:53:29.0624510Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2024-08-20T21:53:29.0625670Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0626760Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2024-08-20T21:53:29.0627930Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0628460Z adding 'torch/include/ATen/ops/lstm_mps_backward_mps_dispatch.h' 2024-08-20T21:53:29.0629740Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2024-08-20T21:53:29.0630860Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2024-08-20T21:53:29.0631700Z adding 'torch/include/ATen/ops/lstm_native.h' 2024-08-20T21:53:29.0632860Z adding 'torch/include/ATen/ops/lstm_ops.h' 2024-08-20T21:53:29.0633710Z adding 'torch/include/ATen/ops/lt.h' 2024-08-20T21:53:29.0634750Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0635470Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2024-08-20T21:53:29.0636510Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2024-08-20T21:53:29.0637500Z adding 'torch/include/ATen/ops/lt_meta.h' 2024-08-20T21:53:29.0638030Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2024-08-20T21:53:29.0639170Z adding 'torch/include/ATen/ops/lt_mps_dispatch.h' 2024-08-20T21:53:29.0640150Z adding 'torch/include/ATen/ops/lt_native.h' 2024-08-20T21:53:29.0641310Z adding 'torch/include/ATen/ops/lt_ops.h' 2024-08-20T21:53:29.0642150Z adding 'torch/include/ATen/ops/lu_solve.h' 2024-08-20T21:53:29.0643120Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0647190Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2024-08-20T21:53:29.0647500Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2024-08-20T21:53:29.0647670Z adding 'torch/include/ATen/ops/lu_unpack.h' 2024-08-20T21:53:29.0647990Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0648160Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2024-08-20T21:53:29.0648580Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2024-08-20T21:53:29.0649600Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2024-08-20T21:53:29.0650200Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2024-08-20T21:53:29.0651360Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2024-08-20T21:53:29.0652500Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2024-08-20T21:53:29.0652920Z adding 'torch/include/ATen/ops/mH.h' 2024-08-20T21:53:29.0654220Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0654710Z adding 'torch/include/ATen/ops/mH_native.h' 2024-08-20T21:53:29.0655890Z adding 'torch/include/ATen/ops/mH_ops.h' 2024-08-20T21:53:29.0656510Z adding 'torch/include/ATen/ops/mT.h' 2024-08-20T21:53:29.0657720Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0658180Z adding 'torch/include/ATen/ops/mT_native.h' 2024-08-20T21:53:29.0659370Z adding 'torch/include/ATen/ops/mT_ops.h' 2024-08-20T21:53:29.0660250Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2024-08-20T21:53:29.0661260Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0662380Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2024-08-20T21:53:29.0662850Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2024-08-20T21:53:29.0664070Z adding 'torch/include/ATen/ops/masked_fill.h' 2024-08-20T21:53:29.0665210Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0665710Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2024-08-20T21:53:29.0666690Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2024-08-20T21:53:29.0667570Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2024-08-20T21:53:29.0668750Z adding 'torch/include/ATen/ops/masked_fill_mps_dispatch.h' 2024-08-20T21:53:29.0669190Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2024-08-20T21:53:29.0670630Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2024-08-20T21:53:29.0671640Z adding 'torch/include/ATen/ops/masked_scatter.h' 2024-08-20T21:53:29.0672690Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2024-08-20T21:53:29.0673360Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0674460Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2024-08-20T21:53:29.0675060Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2024-08-20T21:53:29.0676440Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0676860Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2024-08-20T21:53:29.0677980Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2024-08-20T21:53:29.0678540Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2024-08-20T21:53:29.0679660Z adding 'torch/include/ATen/ops/masked_scatter_mps_dispatch.h' 2024-08-20T21:53:29.0680280Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2024-08-20T21:53:29.0681580Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2024-08-20T21:53:29.0682420Z adding 'torch/include/ATen/ops/masked_select.h' 2024-08-20T21:53:29.0683480Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2024-08-20T21:53:29.0684270Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0685350Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2024-08-20T21:53:29.0685870Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2024-08-20T21:53:29.0687030Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2024-08-20T21:53:29.0687670Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2024-08-20T21:53:29.0688660Z adding 'torch/include/ATen/ops/masked_select_mps_dispatch.h' 2024-08-20T21:53:29.0689500Z adding 'torch/include/ATen/ops/masked_select_native.h' 2024-08-20T21:53:29.0690680Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2024-08-20T21:53:29.0691240Z adding 'torch/include/ATen/ops/matmul.h' 2024-08-20T21:53:29.0692530Z adding 'torch/include/ATen/ops/matmul_backward.h' 2024-08-20T21:53:29.0693590Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0694090Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2024-08-20T21:53:29.0695390Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2024-08-20T21:53:29.0696350Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0696880Z adding 'torch/include/ATen/ops/matmul_native.h' 2024-08-20T21:53:29.0698300Z adding 'torch/include/ATen/ops/matmul_ops.h' 2024-08-20T21:53:29.0698700Z adding 'torch/include/ATen/ops/matrix_H.h' 2024-08-20T21:53:29.0700020Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0700500Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2024-08-20T21:53:29.0701780Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2024-08-20T21:53:29.0702290Z adding 'torch/include/ATen/ops/matrix_exp.h' 2024-08-20T21:53:29.0703490Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2024-08-20T21:53:29.0704510Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0704990Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2024-08-20T21:53:29.0706340Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2024-08-20T21:53:29.0706880Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0707900Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2024-08-20T21:53:29.0708750Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2024-08-20T21:53:29.0709750Z adding 'torch/include/ATen/ops/matrix_power.h' 2024-08-20T21:53:29.0710470Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0711500Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2024-08-20T21:53:29.0712190Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2024-08-20T21:53:29.0713510Z adding 'torch/include/ATen/ops/max.h' 2024-08-20T21:53:29.0714530Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0715670Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0716120Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2024-08-20T21:53:29.0717250Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2024-08-20T21:53:29.0718080Z adding 'torch/include/ATen/ops/max_meta.h' 2024-08-20T21:53:29.0719270Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2024-08-20T21:53:29.0719740Z adding 'torch/include/ATen/ops/max_mps_dispatch.h' 2024-08-20T21:53:29.0720980Z adding 'torch/include/ATen/ops/max_native.h' 2024-08-20T21:53:29.0722240Z adding 'torch/include/ATen/ops/max_ops.h' 2024-08-20T21:53:29.0723090Z adding 'torch/include/ATen/ops/max_pool1d.h' 2024-08-20T21:53:29.0724410Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0724730Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2024-08-20T21:53:29.0725980Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2024-08-20T21:53:29.0727030Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2024-08-20T21:53:29.0727760Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0728840Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2024-08-20T21:53:29.0729690Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2024-08-20T21:53:29.0730790Z adding 'torch/include/ATen/ops/max_pool2d.h' 2024-08-20T21:53:29.0731680Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2024-08-20T21:53:29.0733000Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0733400Z adding 'torch/include/ATen/ops/max_pool2d_backward_mps_dispatch.h' 2024-08-20T21:53:29.0734570Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2024-08-20T21:53:29.0735750Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2024-08-20T21:53:29.0736300Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0737450Z adding 'torch/include/ATen/ops/max_pool2d_mps_dispatch.h' 2024-08-20T21:53:29.0738030Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2024-08-20T21:53:29.0739280Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2024-08-20T21:53:29.0740320Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2024-08-20T21:53:29.0741250Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2024-08-20T21:53:29.0742660Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0742960Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2024-08-20T21:53:29.0744170Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2024-08-20T21:53:29.0744780Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2024-08-20T21:53:29.0746100Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2024-08-20T21:53:29.0746540Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_mps_dispatch.h' 2024-08-20T21:53:29.0747810Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2024-08-20T21:53:29.0748990Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2024-08-20T21:53:29.0749610Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0750730Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2024-08-20T21:53:29.0751350Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2024-08-20T21:53:29.0752620Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2024-08-20T21:53:29.0753090Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2024-08-20T21:53:29.0754300Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_mps_dispatch.h' 2024-08-20T21:53:29.0755550Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2024-08-20T21:53:29.0756500Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2024-08-20T21:53:29.0757620Z adding 'torch/include/ATen/ops/max_pool3d.h' 2024-08-20T21:53:29.0758260Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0759290Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2024-08-20T21:53:29.0760130Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2024-08-20T21:53:29.0761270Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2024-08-20T21:53:29.0762170Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2024-08-20T21:53:29.0763430Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2024-08-20T21:53:29.0763920Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2024-08-20T21:53:29.0765090Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2024-08-20T21:53:29.0766270Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2024-08-20T21:53:29.0766790Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2024-08-20T21:53:29.0767960Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2024-08-20T21:53:29.0768590Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2024-08-20T21:53:29.0769920Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2024-08-20T21:53:29.0771050Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2024-08-20T21:53:29.0772110Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2024-08-20T21:53:29.0772610Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2024-08-20T21:53:29.0773750Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2024-08-20T21:53:29.0774610Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2024-08-20T21:53:29.0775920Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2024-08-20T21:53:29.0776820Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2024-08-20T21:53:29.0777720Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2024-08-20T21:53:29.0778840Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2024-08-20T21:53:29.0779700Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2024-08-20T21:53:29.0780690Z adding 'torch/include/ATen/ops/maximum.h' 2024-08-20T21:53:29.0781510Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0782650Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2024-08-20T21:53:29.0783060Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2024-08-20T21:53:29.0784210Z adding 'torch/include/ATen/ops/maximum_meta.h' 2024-08-20T21:53:29.0784890Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2024-08-20T21:53:29.0785940Z adding 'torch/include/ATen/ops/maximum_mps_dispatch.h' 2024-08-20T21:53:29.0786780Z adding 'torch/include/ATen/ops/maximum_native.h' 2024-08-20T21:53:29.0787790Z adding 'torch/include/ATen/ops/maximum_ops.h' 2024-08-20T21:53:29.0788950Z adding 'torch/include/ATen/ops/mean.h' 2024-08-20T21:53:29.0789560Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0790830Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0791420Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0792500Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2024-08-20T21:53:29.0793520Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2024-08-20T21:53:29.0793920Z adding 'torch/include/ATen/ops/mean_meta.h' 2024-08-20T21:53:29.0795130Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2024-08-20T21:53:29.0795740Z adding 'torch/include/ATen/ops/mean_mps_dispatch.h' 2024-08-20T21:53:29.0800300Z adding 'torch/include/ATen/ops/mean_native.h' 2024-08-20T21:53:29.0800580Z adding 'torch/include/ATen/ops/mean_ops.h' 2024-08-20T21:53:29.0800700Z adding 'torch/include/ATen/ops/median.h' 2024-08-20T21:53:29.0800970Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0801220Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0801730Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2024-08-20T21:53:29.0802850Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2024-08-20T21:53:29.0803360Z adding 'torch/include/ATen/ops/median_mps_dispatch.h' 2024-08-20T21:53:29.0804550Z adding 'torch/include/ATen/ops/median_native.h' 2024-08-20T21:53:29.0805750Z adding 'torch/include/ATen/ops/median_ops.h' 2024-08-20T21:53:29.0806600Z adding 'torch/include/ATen/ops/meshgrid.h' 2024-08-20T21:53:29.0807590Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0808630Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2024-08-20T21:53:29.0809190Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2024-08-20T21:53:29.0810510Z adding 'torch/include/ATen/ops/min.h' 2024-08-20T21:53:29.0811520Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0812650Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0813050Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2024-08-20T21:53:29.0814260Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2024-08-20T21:53:29.0815090Z adding 'torch/include/ATen/ops/min_meta.h' 2024-08-20T21:53:29.0816260Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2024-08-20T21:53:29.0816720Z adding 'torch/include/ATen/ops/min_mps_dispatch.h' 2024-08-20T21:53:29.0817970Z adding 'torch/include/ATen/ops/min_native.h' 2024-08-20T21:53:29.0819230Z adding 'torch/include/ATen/ops/min_ops.h' 2024-08-20T21:53:29.0820070Z adding 'torch/include/ATen/ops/minimum.h' 2024-08-20T21:53:29.0821430Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0821740Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2024-08-20T21:53:29.0822910Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2024-08-20T21:53:29.0823760Z adding 'torch/include/ATen/ops/minimum_meta.h' 2024-08-20T21:53:29.0824620Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2024-08-20T21:53:29.0825240Z adding 'torch/include/ATen/ops/minimum_mps_dispatch.h' 2024-08-20T21:53:29.0826490Z adding 'torch/include/ATen/ops/minimum_native.h' 2024-08-20T21:53:29.0827070Z adding 'torch/include/ATen/ops/minimum_ops.h' 2024-08-20T21:53:29.0828400Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2024-08-20T21:53:29.0829550Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2024-08-20T21:53:29.0830560Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0831680Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2024-08-20T21:53:29.0832280Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2024-08-20T21:53:29.0833660Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2024-08-20T21:53:29.0834620Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0835400Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2024-08-20T21:53:29.0836560Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2024-08-20T21:53:29.0837390Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2024-08-20T21:53:29.0838790Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2024-08-20T21:53:29.0840020Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2024-08-20T21:53:29.0840620Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2024-08-20T21:53:29.0841750Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2024-08-20T21:53:29.0842600Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2024-08-20T21:53:29.0843880Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0844400Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2024-08-20T21:53:29.0845680Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2024-08-20T21:53:29.0846550Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2024-08-20T21:53:29.0847710Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2024-08-20T21:53:29.0848630Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2024-08-20T21:53:29.0849290Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2024-08-20T21:53:29.0850580Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2024-08-20T21:53:29.0851820Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2024-08-20T21:53:29.0852830Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0853950Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2024-08-20T21:53:29.0854480Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2024-08-20T21:53:29.0855820Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2024-08-20T21:53:29.0857050Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2024-08-20T21:53:29.0858060Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0859230Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2024-08-20T21:53:29.0859930Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2024-08-20T21:53:29.0861010Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2024-08-20T21:53:29.0862130Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2024-08-20T21:53:29.0863340Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2024-08-20T21:53:29.0864340Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0865450Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2024-08-20T21:53:29.0865970Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2024-08-20T21:53:29.0867550Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2024-08-20T21:53:29.0868560Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0869310Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2024-08-20T21:53:29.0870460Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2024-08-20T21:53:29.0871630Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2024-08-20T21:53:29.0872180Z adding 'torch/include/ATen/ops/mish.h' 2024-08-20T21:53:29.0873390Z adding 'torch/include/ATen/ops/mish_backward.h' 2024-08-20T21:53:29.0874560Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0874900Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2024-08-20T21:53:29.0876060Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2024-08-20T21:53:29.0876620Z adding 'torch/include/ATen/ops/mish_backward_mps_dispatch.h' 2024-08-20T21:53:29.0877740Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2024-08-20T21:53:29.0878590Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2024-08-20T21:53:29.0879600Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0880310Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2024-08-20T21:53:29.0881170Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2024-08-20T21:53:29.0882330Z adding 'torch/include/ATen/ops/mish_meta.h' 2024-08-20T21:53:29.0882790Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2024-08-20T21:53:29.0883930Z adding 'torch/include/ATen/ops/mish_mps_dispatch.h' 2024-08-20T21:53:29.0884930Z adding 'torch/include/ATen/ops/mish_native.h' 2024-08-20T21:53:29.0885780Z adding 'torch/include/ATen/ops/mish_ops.h' 2024-08-20T21:53:29.0886680Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2024-08-20T21:53:29.0887910Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2024-08-20T21:53:29.0888610Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0889760Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2024-08-20T21:53:29.0890390Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2024-08-20T21:53:29.0891650Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2024-08-20T21:53:29.0892240Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2024-08-20T21:53:29.0893690Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2024-08-20T21:53:29.0894720Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0895790Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2024-08-20T21:53:29.0896660Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2024-08-20T21:53:29.0897500Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2024-08-20T21:53:29.0898630Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2024-08-20T21:53:29.0899640Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0900710Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2024-08-20T21:53:29.0901340Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0902430Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2024-08-20T21:53:29.0903100Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2024-08-20T21:53:29.0904340Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2024-08-20T21:53:29.0905190Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2024-08-20T21:53:29.0906390Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2024-08-20T21:53:29.0907120Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0908220Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2024-08-20T21:53:29.0909100Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2024-08-20T21:53:29.0910310Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0910650Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2024-08-20T21:53:29.0911890Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2024-08-20T21:53:29.0912910Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2024-08-20T21:53:29.0913800Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2024-08-20T21:53:29.0915140Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0915510Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2024-08-20T21:53:29.0916820Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2024-08-20T21:53:29.0917820Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0918390Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2024-08-20T21:53:29.0919730Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2024-08-20T21:53:29.0920560Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2024-08-20T21:53:29.0921710Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2024-08-20T21:53:29.0922800Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0923360Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2024-08-20T21:53:29.0924690Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2024-08-20T21:53:29.0925640Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0926230Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2024-08-20T21:53:29.0927590Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2024-08-20T21:53:29.0928850Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2024-08-20T21:53:29.0929860Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0930710Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2024-08-20T21:53:29.0931860Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2024-08-20T21:53:29.0933100Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2024-08-20T21:53:29.0934430Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0934830Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2024-08-20T21:53:29.0936100Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2024-08-20T21:53:29.0937250Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2024-08-20T21:53:29.0938480Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2024-08-20T21:53:29.0939820Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0940300Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2024-08-20T21:53:29.0941510Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2024-08-20T21:53:29.0942830Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2024-08-20T21:53:29.0943800Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0944930Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2024-08-20T21:53:29.0945370Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2024-08-20T21:53:29.0946830Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2024-08-20T21:53:29.0947620Z adding 'torch/include/ATen/ops/mm.h' 2024-08-20T21:53:29.0948640Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0949680Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2024-08-20T21:53:29.0950140Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2024-08-20T21:53:29.0951280Z adding 'torch/include/ATen/ops/mm_meta.h' 2024-08-20T21:53:29.0951890Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2024-08-20T21:53:29.0952870Z adding 'torch/include/ATen/ops/mm_mps_dispatch.h' 2024-08-20T21:53:29.0953910Z adding 'torch/include/ATen/ops/mm_native.h' 2024-08-20T21:53:29.0954760Z adding 'torch/include/ATen/ops/mm_ops.h' 2024-08-20T21:53:29.0955910Z adding 'torch/include/ATen/ops/mode.h' 2024-08-20T21:53:29.0956900Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0961080Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0961370Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2024-08-20T21:53:29.0961520Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2024-08-20T21:53:29.0961650Z adding 'torch/include/ATen/ops/mode_native.h' 2024-08-20T21:53:29.0961770Z adding 'torch/include/ATen/ops/mode_ops.h' 2024-08-20T21:53:29.0962340Z adding 'torch/include/ATen/ops/moveaxis.h' 2024-08-20T21:53:29.0963510Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0963900Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2024-08-20T21:53:29.0965180Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2024-08-20T21:53:29.0966180Z adding 'torch/include/ATen/ops/movedim.h' 2024-08-20T21:53:29.0966800Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0967850Z adding 'torch/include/ATen/ops/movedim_native.h' 2024-08-20T21:53:29.0968680Z adding 'torch/include/ATen/ops/movedim_ops.h' 2024-08-20T21:53:29.0970220Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2024-08-20T21:53:29.0971250Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0972350Z adding 'torch/include/ATen/ops/mps_convolution_backward_mps_dispatch.h' 2024-08-20T21:53:29.0972920Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2024-08-20T21:53:29.0974250Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2024-08-20T21:53:29.0975650Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2024-08-20T21:53:29.0977010Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0977380Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_mps_dispatch.h' 2024-08-20T21:53:29.0978890Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2024-08-20T21:53:29.0980060Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2024-08-20T21:53:29.0980550Z adding 'torch/include/ATen/ops/mse_loss.h' 2024-08-20T21:53:29.0981780Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2024-08-20T21:53:29.0982700Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2024-08-20T21:53:29.0983560Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2024-08-20T21:53:29.0984430Z adding 'torch/include/ATen/ops/mse_loss_backward_mps_dispatch.h' 2024-08-20T21:53:29.0985340Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2024-08-20T21:53:29.0986520Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2024-08-20T21:53:29.0987140Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.0988190Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2024-08-20T21:53:29.0988860Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2024-08-20T21:53:29.0989950Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2024-08-20T21:53:29.0990600Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2024-08-20T21:53:29.0991780Z adding 'torch/include/ATen/ops/mse_loss_mps_dispatch.h' 2024-08-20T21:53:29.0992290Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2024-08-20T21:53:29.0993530Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2024-08-20T21:53:29.0994380Z adding 'torch/include/ATen/ops/msort.h' 2024-08-20T21:53:29.0995380Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.0995970Z adding 'torch/include/ATen/ops/msort_native.h' 2024-08-20T21:53:29.0997170Z adding 'torch/include/ATen/ops/msort_ops.h' 2024-08-20T21:53:29.0998010Z adding 'torch/include/ATen/ops/mul.h' 2024-08-20T21:53:29.0999300Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.0999830Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1000880Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2024-08-20T21:53:29.1001590Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2024-08-20T21:53:29.1002500Z adding 'torch/include/ATen/ops/mul_meta.h' 2024-08-20T21:53:29.1003370Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2024-08-20T21:53:29.1004380Z adding 'torch/include/ATen/ops/mul_mps_dispatch.h' 2024-08-20T21:53:29.1005210Z adding 'torch/include/ATen/ops/mul_native.h' 2024-08-20T21:53:29.1006500Z adding 'torch/include/ATen/ops/mul_ops.h' 2024-08-20T21:53:29.1007710Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2024-08-20T21:53:29.1008600Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2024-08-20T21:53:29.1009520Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1010380Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1011510Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2024-08-20T21:53:29.1012340Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2024-08-20T21:53:29.1013510Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2024-08-20T21:53:29.1014060Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2024-08-20T21:53:29.1015230Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2024-08-20T21:53:29.1016400Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2024-08-20T21:53:29.1016940Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2024-08-20T21:53:29.1018220Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2024-08-20T21:53:29.1018950Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1020150Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1020750Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2024-08-20T21:53:29.1022020Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2024-08-20T21:53:29.1022790Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1023930Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2024-08-20T21:53:29.1024640Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2024-08-20T21:53:29.1025800Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2024-08-20T21:53:29.1026420Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2024-08-20T21:53:29.1027690Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2024-08-20T21:53:29.1028310Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2024-08-20T21:53:29.1029580Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2024-08-20T21:53:29.1030380Z adding 'torch/include/ATen/ops/multinomial.h' 2024-08-20T21:53:29.1031300Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2024-08-20T21:53:29.1032210Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2024-08-20T21:53:29.1033060Z adding 'torch/include/ATen/ops/multinomial_mps_dispatch.h' 2024-08-20T21:53:29.1034230Z adding 'torch/include/ATen/ops/multinomial_native.h' 2024-08-20T21:53:29.1035060Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2024-08-20T21:53:29.1036220Z adding 'torch/include/ATen/ops/multiply.h' 2024-08-20T21:53:29.1036960Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1037970Z adding 'torch/include/ATen/ops/multiply_native.h' 2024-08-20T21:53:29.1039100Z adding 'torch/include/ATen/ops/multiply_ops.h' 2024-08-20T21:53:29.1039880Z adding 'torch/include/ATen/ops/mv.h' 2024-08-20T21:53:29.1040830Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1041880Z adding 'torch/include/ATen/ops/mv_native.h' 2024-08-20T21:53:29.1042710Z adding 'torch/include/ATen/ops/mv_ops.h' 2024-08-20T21:53:29.1043540Z adding 'torch/include/ATen/ops/mvlgamma.h' 2024-08-20T21:53:29.1044850Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1045270Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2024-08-20T21:53:29.1046420Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2024-08-20T21:53:29.1046990Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2024-08-20T21:53:29.1048250Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2024-08-20T21:53:29.1049230Z adding 'torch/include/ATen/ops/nan_to_num.h' 2024-08-20T21:53:29.1050370Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1050800Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2024-08-20T21:53:29.1051940Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2024-08-20T21:53:29.1052520Z adding 'torch/include/ATen/ops/nan_to_num_mps_dispatch.h' 2024-08-20T21:53:29.1053680Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2024-08-20T21:53:29.1054840Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2024-08-20T21:53:29.1055820Z adding 'torch/include/ATen/ops/nanmean.h' 2024-08-20T21:53:29.1056480Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1057510Z adding 'torch/include/ATen/ops/nanmean_native.h' 2024-08-20T21:53:29.1058530Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2024-08-20T21:53:29.1059700Z adding 'torch/include/ATen/ops/nanmedian.h' 2024-08-20T21:53:29.1060380Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1061640Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1062720Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2024-08-20T21:53:29.1063350Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2024-08-20T21:53:29.1064470Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2024-08-20T21:53:29.1065660Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2024-08-20T21:53:29.1066760Z adding 'torch/include/ATen/ops/nanquantile.h' 2024-08-20T21:53:29.1067980Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1068370Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2024-08-20T21:53:29.1069770Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2024-08-20T21:53:29.1070760Z adding 'torch/include/ATen/ops/nansum.h' 2024-08-20T21:53:29.1071640Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2024-08-20T21:53:29.1072500Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2024-08-20T21:53:29.1073360Z adding 'torch/include/ATen/ops/nansum_mps_dispatch.h' 2024-08-20T21:53:29.1074210Z adding 'torch/include/ATen/ops/nansum_native.h' 2024-08-20T21:53:29.1075310Z adding 'torch/include/ATen/ops/nansum_ops.h' 2024-08-20T21:53:29.1076160Z adding 'torch/include/ATen/ops/narrow.h' 2024-08-20T21:53:29.1077460Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1078220Z adding 'torch/include/ATen/ops/narrow_copy.h' 2024-08-20T21:53:29.1079480Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1080020Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2024-08-20T21:53:29.1081240Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2024-08-20T21:53:29.1082130Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2024-08-20T21:53:29.1083190Z adding 'torch/include/ATen/ops/narrow_native.h' 2024-08-20T21:53:29.1083800Z adding 'torch/include/ATen/ops/narrow_ops.h' 2024-08-20T21:53:29.1085140Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2024-08-20T21:53:29.1086420Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2024-08-20T21:53:29.1087120Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1088340Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1088910Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1090060Z adding 'torch/include/ATen/ops/native_batch_norm_backward_mps_dispatch.h' 2024-08-20T21:53:29.1090920Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2024-08-20T21:53:29.1092200Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2024-08-20T21:53:29.1093050Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2024-08-20T21:53:29.1094260Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2024-08-20T21:53:29.1094720Z adding 'torch/include/ATen/ops/native_batch_norm_mps_dispatch.h' 2024-08-20T21:53:29.1095950Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2024-08-20T21:53:29.1097120Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2024-08-20T21:53:29.1098000Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2024-08-20T21:53:29.1099010Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1099640Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2024-08-20T21:53:29.1100860Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2024-08-20T21:53:29.1101430Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2024-08-20T21:53:29.1102590Z adding 'torch/include/ATen/ops/native_dropout.h' 2024-08-20T21:53:29.1103640Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2024-08-20T21:53:29.1104410Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1105640Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1106020Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1107200Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2024-08-20T21:53:29.1108030Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2024-08-20T21:53:29.1109360Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1109690Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2024-08-20T21:53:29.1110810Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2024-08-20T21:53:29.1111410Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2024-08-20T21:53:29.1112680Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2024-08-20T21:53:29.1113910Z adding 'torch/include/ATen/ops/native_group_norm.h' 2024-08-20T21:53:29.1115270Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2024-08-20T21:53:29.1119860Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1120240Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1120490Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1120700Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2024-08-20T21:53:29.1120900Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2024-08-20T21:53:29.1121210Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1121760Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2024-08-20T21:53:29.1123000Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2024-08-20T21:53:29.1123830Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2024-08-20T21:53:29.1125000Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2024-08-20T21:53:29.1126210Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2024-08-20T21:53:29.1127630Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2024-08-20T21:53:29.1128950Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1129370Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1130570Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1131180Z adding 'torch/include/ATen/ops/native_layer_norm_backward_mps_dispatch.h' 2024-08-20T21:53:29.1132500Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2024-08-20T21:53:29.1133640Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2024-08-20T21:53:29.1134810Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1135320Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2024-08-20T21:53:29.1136620Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2024-08-20T21:53:29.1137010Z adding 'torch/include/ATen/ops/native_layer_norm_mps_dispatch.h' 2024-08-20T21:53:29.1138250Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2024-08-20T21:53:29.1139440Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2024-08-20T21:53:29.1140260Z adding 'torch/include/ATen/ops/native_norm.h' 2024-08-20T21:53:29.1141260Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1142330Z adding 'torch/include/ATen/ops/native_norm_native.h' 2024-08-20T21:53:29.1143180Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2024-08-20T21:53:29.1144240Z adding 'torch/include/ATen/ops/ne.h' 2024-08-20T21:53:29.1145250Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1146280Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2024-08-20T21:53:29.1146780Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2024-08-20T21:53:29.1147910Z adding 'torch/include/ATen/ops/ne_meta.h' 2024-08-20T21:53:29.1148780Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2024-08-20T21:53:29.1149630Z adding 'torch/include/ATen/ops/ne_mps_dispatch.h' 2024-08-20T21:53:29.1150670Z adding 'torch/include/ATen/ops/ne_native.h' 2024-08-20T21:53:29.1151810Z adding 'torch/include/ATen/ops/ne_ops.h' 2024-08-20T21:53:29.1152630Z adding 'torch/include/ATen/ops/neg.h' 2024-08-20T21:53:29.1153660Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1154710Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2024-08-20T21:53:29.1155090Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2024-08-20T21:53:29.1156260Z adding 'torch/include/ATen/ops/neg_meta.h' 2024-08-20T21:53:29.1157120Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2024-08-20T21:53:29.1158130Z adding 'torch/include/ATen/ops/neg_mps_dispatch.h' 2024-08-20T21:53:29.1158640Z adding 'torch/include/ATen/ops/neg_native.h' 2024-08-20T21:53:29.1159930Z adding 'torch/include/ATen/ops/neg_ops.h' 2024-08-20T21:53:29.1160770Z adding 'torch/include/ATen/ops/negative.h' 2024-08-20T21:53:29.1161790Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1162520Z adding 'torch/include/ATen/ops/negative_native.h' 2024-08-20T21:53:29.1163660Z adding 'torch/include/ATen/ops/negative_ops.h' 2024-08-20T21:53:29.1164560Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2024-08-20T21:53:29.1165570Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1166190Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2024-08-20T21:53:29.1167390Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2024-08-20T21:53:29.1168510Z adding 'torch/include/ATen/ops/new_empty.h' 2024-08-20T21:53:29.1169500Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1170250Z adding 'torch/include/ATen/ops/new_empty_native.h' 2024-08-20T21:53:29.1171400Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2024-08-20T21:53:29.1172610Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2024-08-20T21:53:29.1173580Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1174830Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1175130Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2024-08-20T21:53:29.1176470Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2024-08-20T21:53:29.1177610Z adding 'torch/include/ATen/ops/new_full.h' 2024-08-20T21:53:29.1178580Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1179320Z adding 'torch/include/ATen/ops/new_full_native.h' 2024-08-20T21:53:29.1180500Z adding 'torch/include/ATen/ops/new_full_ops.h' 2024-08-20T21:53:29.1181680Z adding 'torch/include/ATen/ops/new_ones.h' 2024-08-20T21:53:29.1182650Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1183390Z adding 'torch/include/ATen/ops/new_ones_native.h' 2024-08-20T21:53:29.1184550Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2024-08-20T21:53:29.1185720Z adding 'torch/include/ATen/ops/new_zeros.h' 2024-08-20T21:53:29.1186700Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1187440Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2024-08-20T21:53:29.1188560Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2024-08-20T21:53:29.1189560Z adding 'torch/include/ATen/ops/nextafter.h' 2024-08-20T21:53:29.1190300Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1191330Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2024-08-20T21:53:29.1191940Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2024-08-20T21:53:29.1192930Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2024-08-20T21:53:29.1193970Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2024-08-20T21:53:29.1194510Z adding 'torch/include/ATen/ops/nextafter_mps_dispatch.h' 2024-08-20T21:53:29.1195630Z adding 'torch/include/ATen/ops/nextafter_native.h' 2024-08-20T21:53:29.1196680Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2024-08-20T21:53:29.1197810Z adding 'torch/include/ATen/ops/nll_loss.h' 2024-08-20T21:53:29.1199220Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2024-08-20T21:53:29.1200480Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2024-08-20T21:53:29.1201400Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1202590Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1203160Z adding 'torch/include/ATen/ops/nll_loss2d_backward_mps_dispatch.h' 2024-08-20T21:53:29.1204350Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2024-08-20T21:53:29.1205520Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2024-08-20T21:53:29.1206220Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1207570Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2024-08-20T21:53:29.1208490Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2024-08-20T21:53:29.1209670Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2024-08-20T21:53:29.1210180Z adding 'torch/include/ATen/ops/nll_loss2d_forward_mps_dispatch.h' 2024-08-20T21:53:29.1211370Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2024-08-20T21:53:29.1212550Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2024-08-20T21:53:29.1213020Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2024-08-20T21:53:29.1214330Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2024-08-20T21:53:29.1215550Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2024-08-20T21:53:29.1216600Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1217660Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1218200Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1219330Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2024-08-20T21:53:29.1220230Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2024-08-20T21:53:29.1221080Z adding 'torch/include/ATen/ops/nll_loss_backward_mps_dispatch.h' 2024-08-20T21:53:29.1222250Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2024-08-20T21:53:29.1223080Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2024-08-20T21:53:29.1224350Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1225410Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2024-08-20T21:53:29.1226480Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1227070Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2024-08-20T21:53:29.1228280Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2024-08-20T21:53:29.1228880Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2024-08-20T21:53:29.1230170Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2024-08-20T21:53:29.1230780Z adding 'torch/include/ATen/ops/nll_loss_forward_mps_dispatch.h' 2024-08-20T21:53:29.1231900Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2024-08-20T21:53:29.1233080Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2024-08-20T21:53:29.1233530Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2024-08-20T21:53:29.1234820Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2024-08-20T21:53:29.1237430Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1238820Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2024-08-20T21:53:29.1240230Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2024-08-20T21:53:29.1241620Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2024-08-20T21:53:29.1242840Z adding 'torch/include/ATen/ops/nonzero.h' 2024-08-20T21:53:29.1244140Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2024-08-20T21:53:29.1245360Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2024-08-20T21:53:29.1246520Z adding 'torch/include/ATen/ops/nonzero_mps_dispatch.h' 2024-08-20T21:53:29.1247720Z adding 'torch/include/ATen/ops/nonzero_native.h' 2024-08-20T21:53:29.1248950Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2024-08-20T21:53:29.1250300Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1251360Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2024-08-20T21:53:29.1252600Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2024-08-20T21:53:29.1253870Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2024-08-20T21:53:29.1255110Z adding 'torch/include/ATen/ops/nonzero_static.h' 2024-08-20T21:53:29.1256380Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2024-08-20T21:53:29.1257560Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2024-08-20T21:53:29.1258850Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2024-08-20T21:53:29.1260380Z adding 'torch/include/ATen/ops/norm.h' 2024-08-20T21:53:29.1261860Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1263110Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1264290Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1265450Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2024-08-20T21:53:29.1266650Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2024-08-20T21:53:29.1267850Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2024-08-20T21:53:29.1269200Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1270310Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2024-08-20T21:53:29.1271520Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2024-08-20T21:53:29.1272750Z adding 'torch/include/ATen/ops/norm_meta.h' 2024-08-20T21:53:29.1273950Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2024-08-20T21:53:29.1275120Z adding 'torch/include/ATen/ops/norm_mps_dispatch.h' 2024-08-20T21:53:29.1276430Z adding 'torch/include/ATen/ops/norm_native.h' 2024-08-20T21:53:29.1278190Z adding 'torch/include/ATen/ops/norm_ops.h' 2024-08-20T21:53:29.1280090Z adding 'torch/include/ATen/ops/normal.h' 2024-08-20T21:53:29.1281580Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1282750Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2024-08-20T21:53:29.1283990Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2024-08-20T21:53:29.1285190Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2024-08-20T21:53:29.1286400Z adding 'torch/include/ATen/ops/normal_mps_dispatch.h' 2024-08-20T21:53:29.1287780Z adding 'torch/include/ATen/ops/normal_native.h' 2024-08-20T21:53:29.1289530Z adding 'torch/include/ATen/ops/normal_ops.h' 2024-08-20T21:53:29.1290860Z adding 'torch/include/ATen/ops/not_equal.h' 2024-08-20T21:53:29.1295530Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1295810Z adding 'torch/include/ATen/ops/not_equal_native.h' 2024-08-20T21:53:29.1295950Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2024-08-20T21:53:29.1297280Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2024-08-20T21:53:29.1297620Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1298250Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2024-08-20T21:53:29.1299810Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2024-08-20T21:53:29.1300960Z adding 'torch/include/ATen/ops/numpy_T.h' 2024-08-20T21:53:29.1302300Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1303360Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2024-08-20T21:53:29.1304530Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2024-08-20T21:53:29.1305710Z adding 'torch/include/ATen/ops/one_hot.h' 2024-08-20T21:53:29.1307040Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1308120Z adding 'torch/include/ATen/ops/one_hot_native.h' 2024-08-20T21:53:29.1309310Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2024-08-20T21:53:29.1310900Z adding 'torch/include/ATen/ops/ones.h' 2024-08-20T21:53:29.1312360Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1313570Z adding 'torch/include/ATen/ops/ones_like.h' 2024-08-20T21:53:29.1314960Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1316040Z adding 'torch/include/ATen/ops/ones_like_native.h' 2024-08-20T21:53:29.1317390Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2024-08-20T21:53:29.1318570Z adding 'torch/include/ATen/ops/ones_native.h' 2024-08-20T21:53:29.1320000Z adding 'torch/include/ATen/ops/ones_ops.h' 2024-08-20T21:53:29.1321200Z adding 'torch/include/ATen/ops/or.h' 2024-08-20T21:53:29.1322550Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1323590Z adding 'torch/include/ATen/ops/or_native.h' 2024-08-20T21:53:29.1324920Z adding 'torch/include/ATen/ops/or_ops.h' 2024-08-20T21:53:29.1326130Z adding 'torch/include/ATen/ops/orgqr.h' 2024-08-20T21:53:29.1327480Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1328550Z adding 'torch/include/ATen/ops/orgqr_native.h' 2024-08-20T21:53:29.1329810Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2024-08-20T21:53:29.1331120Z adding 'torch/include/ATen/ops/ormqr.h' 2024-08-20T21:53:29.1332380Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2024-08-20T21:53:29.1333570Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2024-08-20T21:53:29.1334720Z adding 'torch/include/ATen/ops/ormqr_native.h' 2024-08-20T21:53:29.1336020Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2024-08-20T21:53:29.1337320Z adding 'torch/include/ATen/ops/outer.h' 2024-08-20T21:53:29.1338710Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1339740Z adding 'torch/include/ATen/ops/outer_native.h' 2024-08-20T21:53:29.1341020Z adding 'torch/include/ATen/ops/outer_ops.h' 2024-08-20T21:53:29.1342160Z adding 'torch/include/ATen/ops/output_nr.h' 2024-08-20T21:53:29.1343490Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1344530Z adding 'torch/include/ATen/ops/output_nr_native.h' 2024-08-20T21:53:29.1345730Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2024-08-20T21:53:29.1346950Z adding 'torch/include/ATen/ops/pad.h' 2024-08-20T21:53:29.1348310Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1349360Z adding 'torch/include/ATen/ops/pad_native.h' 2024-08-20T21:53:29.1350600Z adding 'torch/include/ATen/ops/pad_ops.h' 2024-08-20T21:53:29.1351810Z adding 'torch/include/ATen/ops/pad_sequence.h' 2024-08-20T21:53:29.1353170Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1354210Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2024-08-20T21:53:29.1355460Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2024-08-20T21:53:29.1356640Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2024-08-20T21:53:29.1358000Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1359080Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2024-08-20T21:53:29.1360320Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2024-08-20T21:53:29.1361650Z adding 'torch/include/ATen/ops/pdist.h' 2024-08-20T21:53:29.1362960Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1364010Z adding 'torch/include/ATen/ops/pdist_native.h' 2024-08-20T21:53:29.1365130Z adding 'torch/include/ATen/ops/pdist_ops.h' 2024-08-20T21:53:29.1366350Z adding 'torch/include/ATen/ops/permute.h' 2024-08-20T21:53:29.1367700Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1368800Z adding 'torch/include/ATen/ops/permute_copy.h' 2024-08-20T21:53:29.1370260Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1371510Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1372570Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2024-08-20T21:53:29.1373810Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2024-08-20T21:53:29.1375010Z adding 'torch/include/ATen/ops/permute_mps_dispatch.h' 2024-08-20T21:53:29.1376150Z adding 'torch/include/ATen/ops/permute_native.h' 2024-08-20T21:53:29.1377350Z adding 'torch/include/ATen/ops/permute_ops.h' 2024-08-20T21:53:29.1378550Z adding 'torch/include/ATen/ops/pin_memory.h' 2024-08-20T21:53:29.1379900Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1380980Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2024-08-20T21:53:29.1382210Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2024-08-20T21:53:29.1383360Z adding 'torch/include/ATen/ops/pinverse.h' 2024-08-20T21:53:29.1384850Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1385870Z adding 'torch/include/ATen/ops/pinverse_native.h' 2024-08-20T21:53:29.1387090Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2024-08-20T21:53:29.1388360Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2024-08-20T21:53:29.1389730Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1391010Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1392080Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2024-08-20T21:53:29.1393230Z adding 'torch/include/ATen/ops/pixel_shuffle_mps_dispatch.h' 2024-08-20T21:53:29.1394400Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2024-08-20T21:53:29.1395680Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2024-08-20T21:53:29.1396930Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2024-08-20T21:53:29.1398280Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1399540Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1400580Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2024-08-20T21:53:29.1401720Z adding 'torch/include/ATen/ops/pixel_unshuffle_mps_dispatch.h' 2024-08-20T21:53:29.1402890Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2024-08-20T21:53:29.1404180Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2024-08-20T21:53:29.1405400Z adding 'torch/include/ATen/ops/poisson.h' 2024-08-20T21:53:29.1406790Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1407890Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2024-08-20T21:53:29.1409050Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2024-08-20T21:53:29.1410190Z adding 'torch/include/ATen/ops/poisson_native.h' 2024-08-20T21:53:29.1411430Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2024-08-20T21:53:29.1412770Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1413830Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2024-08-20T21:53:29.1415090Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2024-08-20T21:53:29.1416380Z adding 'torch/include/ATen/ops/poisson_ops.h' 2024-08-20T21:53:29.1417570Z adding 'torch/include/ATen/ops/polar.h' 2024-08-20T21:53:29.1418950Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1420040Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2024-08-20T21:53:29.1421200Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2024-08-20T21:53:29.1422370Z adding 'torch/include/ATen/ops/polar_mps_dispatch.h' 2024-08-20T21:53:29.1423500Z adding 'torch/include/ATen/ops/polar_native.h' 2024-08-20T21:53:29.1424760Z adding 'torch/include/ATen/ops/polar_ops.h' 2024-08-20T21:53:29.1426060Z adding 'torch/include/ATen/ops/polygamma.h' 2024-08-20T21:53:29.1427350Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1428600Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1429650Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2024-08-20T21:53:29.1430810Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2024-08-20T21:53:29.1431940Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2024-08-20T21:53:29.1433110Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2024-08-20T21:53:29.1434260Z adding 'torch/include/ATen/ops/polygamma_mps_dispatch.h' 2024-08-20T21:53:29.1435440Z adding 'torch/include/ATen/ops/polygamma_native.h' 2024-08-20T21:53:29.1436780Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2024-08-20T21:53:29.1438040Z adding 'torch/include/ATen/ops/positive.h' 2024-08-20T21:53:29.1439380Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1440440Z adding 'torch/include/ATen/ops/positive_native.h' 2024-08-20T21:53:29.1441650Z adding 'torch/include/ATen/ops/positive_ops.h' 2024-08-20T21:53:29.1442990Z adding 'torch/include/ATen/ops/pow.h' 2024-08-20T21:53:29.1444430Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1445520Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2024-08-20T21:53:29.1446700Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2024-08-20T21:53:29.1447880Z adding 'torch/include/ATen/ops/pow_meta.h' 2024-08-20T21:53:29.1449090Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2024-08-20T21:53:29.1450280Z adding 'torch/include/ATen/ops/pow_mps_dispatch.h' 2024-08-20T21:53:29.1451510Z adding 'torch/include/ATen/ops/pow_native.h' 2024-08-20T21:53:29.1453070Z adding 'torch/include/ATen/ops/pow_ops.h' 2024-08-20T21:53:29.1454240Z adding 'torch/include/ATen/ops/prelu.h' 2024-08-20T21:53:29.1455590Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1456630Z adding 'torch/include/ATen/ops/prelu_native.h' 2024-08-20T21:53:29.1457860Z adding 'torch/include/ATen/ops/prelu_ops.h' 2024-08-20T21:53:29.1459290Z adding 'torch/include/ATen/ops/prod.h' 2024-08-20T21:53:29.1460720Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1462120Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1463450Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1464640Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2024-08-20T21:53:29.1465930Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2024-08-20T21:53:29.1467220Z adding 'torch/include/ATen/ops/prod_meta.h' 2024-08-20T21:53:29.1468540Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2024-08-20T21:53:29.1469810Z adding 'torch/include/ATen/ops/prod_mps_dispatch.h' 2024-08-20T21:53:29.1471120Z adding 'torch/include/ATen/ops/prod_native.h' 2024-08-20T21:53:29.1472680Z adding 'torch/include/ATen/ops/prod_ops.h' 2024-08-20T21:53:29.1473940Z adding 'torch/include/ATen/ops/promote_types.h' 2024-08-20T21:53:29.1475390Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1476570Z adding 'torch/include/ATen/ops/promote_types_native.h' 2024-08-20T21:53:29.1478240Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2024-08-20T21:53:29.1479480Z adding 'torch/include/ATen/ops/put.h' 2024-08-20T21:53:29.1480900Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1482010Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2024-08-20T21:53:29.1483160Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2024-08-20T21:53:29.1484330Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2024-08-20T21:53:29.1485540Z adding 'torch/include/ATen/ops/put_native.h' 2024-08-20T21:53:29.1486990Z adding 'torch/include/ATen/ops/put_ops.h' 2024-08-20T21:53:29.1488270Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2024-08-20T21:53:29.1489460Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2024-08-20T21:53:29.1490730Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2024-08-20T21:53:29.1492000Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2024-08-20T21:53:29.1493370Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1494410Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2024-08-20T21:53:29.1495700Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2024-08-20T21:53:29.1500280Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2024-08-20T21:53:29.1500750Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1500960Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2024-08-20T21:53:29.1501170Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2024-08-20T21:53:29.1501520Z adding 'torch/include/ATen/ops/q_scale.h' 2024-08-20T21:53:29.1502990Z adding 'torch/include/ATen/ops/q_scale_native.h' 2024-08-20T21:53:29.1504190Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2024-08-20T21:53:29.1505400Z adding 'torch/include/ATen/ops/q_zero_point.h' 2024-08-20T21:53:29.1506560Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2024-08-20T21:53:29.1507780Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2024-08-20T21:53:29.1508950Z adding 'torch/include/ATen/ops/qr.h' 2024-08-20T21:53:29.1510310Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1511390Z adding 'torch/include/ATen/ops/qr_native.h' 2024-08-20T21:53:29.1512750Z adding 'torch/include/ATen/ops/qr_ops.h' 2024-08-20T21:53:29.1513970Z adding 'torch/include/ATen/ops/qscheme.h' 2024-08-20T21:53:29.1515280Z adding 'torch/include/ATen/ops/qscheme_native.h' 2024-08-20T21:53:29.1516510Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2024-08-20T21:53:29.1517880Z adding 'torch/include/ATen/ops/quantile.h' 2024-08-20T21:53:29.1519370Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1520490Z adding 'torch/include/ATen/ops/quantile_native.h' 2024-08-20T21:53:29.1521910Z adding 'torch/include/ATen/ops/quantile_ops.h' 2024-08-20T21:53:29.1523250Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2024-08-20T21:53:29.1524690Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1525890Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2024-08-20T21:53:29.1527090Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2024-08-20T21:53:29.1528270Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2024-08-20T21:53:29.1529580Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2024-08-20T21:53:29.1530980Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2024-08-20T21:53:29.1532440Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1533580Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2024-08-20T21:53:29.1534790Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2024-08-20T21:53:29.1536020Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2024-08-20T21:53:29.1537400Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1538510Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2024-08-20T21:53:29.1539780Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2024-08-20T21:53:29.1540970Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2024-08-20T21:53:29.1542280Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2024-08-20T21:53:29.1543540Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2024-08-20T21:53:29.1545120Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2024-08-20T21:53:29.1546400Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2024-08-20T21:53:29.1547820Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1548880Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2024-08-20T21:53:29.1550340Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2024-08-20T21:53:29.1551590Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2024-08-20T21:53:29.1553060Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1554110Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2024-08-20T21:53:29.1555430Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2024-08-20T21:53:29.1556690Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2024-08-20T21:53:29.1558070Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1559170Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2024-08-20T21:53:29.1560470Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2024-08-20T21:53:29.1561750Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2024-08-20T21:53:29.1563170Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1564220Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2024-08-20T21:53:29.1565570Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2024-08-20T21:53:29.1566880Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2024-08-20T21:53:29.1568270Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1569340Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2024-08-20T21:53:29.1570720Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2024-08-20T21:53:29.1571930Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2024-08-20T21:53:29.1573310Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1574360Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2024-08-20T21:53:29.1575670Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2024-08-20T21:53:29.1576920Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2024-08-20T21:53:29.1578310Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1579400Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2024-08-20T21:53:29.1580690Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2024-08-20T21:53:29.1581930Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2024-08-20T21:53:29.1583310Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1584350Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2024-08-20T21:53:29.1585650Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2024-08-20T21:53:29.1586820Z adding 'torch/include/ATen/ops/rad2deg.h' 2024-08-20T21:53:29.1588190Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1589260Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2024-08-20T21:53:29.1590590Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2024-08-20T21:53:29.1592980Z adding 'torch/include/ATen/ops/rand.h' 2024-08-20T21:53:29.1594650Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1595920Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1597160Z adding 'torch/include/ATen/ops/rand_like.h' 2024-08-20T21:53:29.1598570Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1599650Z adding 'torch/include/ATen/ops/rand_like_native.h' 2024-08-20T21:53:29.1600850Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2024-08-20T21:53:29.1602290Z adding 'torch/include/ATen/ops/rand_native.h' 2024-08-20T21:53:29.1603870Z adding 'torch/include/ATen/ops/rand_ops.h' 2024-08-20T21:53:29.1606300Z adding 'torch/include/ATen/ops/randint.h' 2024-08-20T21:53:29.1608060Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1609920Z adding 'torch/include/ATen/ops/randint_like.h' 2024-08-20T21:53:29.1611510Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1612660Z adding 'torch/include/ATen/ops/randint_like_native.h' 2024-08-20T21:53:29.1614150Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2024-08-20T21:53:29.1615440Z adding 'torch/include/ATen/ops/randint_native.h' 2024-08-20T21:53:29.1617050Z adding 'torch/include/ATen/ops/randint_ops.h' 2024-08-20T21:53:29.1619410Z adding 'torch/include/ATen/ops/randn.h' 2024-08-20T21:53:29.1621070Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1622350Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1623570Z adding 'torch/include/ATen/ops/randn_like.h' 2024-08-20T21:53:29.1624970Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1626260Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-20T21:53:29.1627290Z adding 'torch/include/ATen/ops/randn_like_native.h' 2024-08-20T21:53:29.1628620Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2024-08-20T21:53:29.1629870Z adding 'torch/include/ATen/ops/randn_native.h' 2024-08-20T21:53:29.1631470Z adding 'torch/include/ATen/ops/randn_ops.h' 2024-08-20T21:53:29.1632830Z adding 'torch/include/ATen/ops/random.h' 2024-08-20T21:53:29.1634290Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1635470Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2024-08-20T21:53:29.1636620Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2024-08-20T21:53:29.1637800Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2024-08-20T21:53:29.1639030Z adding 'torch/include/ATen/ops/random_mps_dispatch.h' 2024-08-20T21:53:29.1640320Z adding 'torch/include/ATen/ops/random_native.h' 2024-08-20T21:53:29.1641970Z adding 'torch/include/ATen/ops/random_ops.h' 2024-08-20T21:53:29.1643690Z adding 'torch/include/ATen/ops/randperm.h' 2024-08-20T21:53:29.1645170Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1646320Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2024-08-20T21:53:29.1647520Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2024-08-20T21:53:29.1648700Z adding 'torch/include/ATen/ops/randperm_mps_dispatch.h' 2024-08-20T21:53:29.1649930Z adding 'torch/include/ATen/ops/randperm_native.h' 2024-08-20T21:53:29.1651360Z adding 'torch/include/ATen/ops/randperm_ops.h' 2024-08-20T21:53:29.1652700Z adding 'torch/include/ATen/ops/range.h' 2024-08-20T21:53:29.1654110Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1655230Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2024-08-20T21:53:29.1656400Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2024-08-20T21:53:29.1657570Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2024-08-20T21:53:29.1658710Z adding 'torch/include/ATen/ops/range_mps_dispatch.h' 2024-08-20T21:53:29.1659930Z adding 'torch/include/ATen/ops/range_native.h' 2024-08-20T21:53:29.1661340Z adding 'torch/include/ATen/ops/range_ops.h' 2024-08-20T21:53:29.1662630Z adding 'torch/include/ATen/ops/ravel.h' 2024-08-20T21:53:29.1663900Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1664910Z adding 'torch/include/ATen/ops/ravel_native.h' 2024-08-20T21:53:29.1666120Z adding 'torch/include/ATen/ops/ravel_ops.h' 2024-08-20T21:53:29.1667300Z adding 'torch/include/ATen/ops/real.h' 2024-08-20T21:53:29.1668650Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1669720Z adding 'torch/include/ATen/ops/real_native.h' 2024-08-20T21:53:29.1670850Z adding 'torch/include/ATen/ops/real_ops.h' 2024-08-20T21:53:29.1672170Z adding 'torch/include/ATen/ops/reciprocal.h' 2024-08-20T21:53:29.1673630Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1674670Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2024-08-20T21:53:29.1675850Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2024-08-20T21:53:29.1676990Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2024-08-20T21:53:29.1678160Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2024-08-20T21:53:29.1679310Z adding 'torch/include/ATen/ops/reciprocal_mps_dispatch.h' 2024-08-20T21:53:29.1680470Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2024-08-20T21:53:29.1681820Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2024-08-20T21:53:29.1682980Z adding 'torch/include/ATen/ops/record_stream.h' 2024-08-20T21:53:29.1684210Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2024-08-20T21:53:29.1685330Z adding 'torch/include/ATen/ops/record_stream_native.h' 2024-08-20T21:53:29.1686560Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2024-08-20T21:53:29.1687710Z adding 'torch/include/ATen/ops/refine_names.h' 2024-08-20T21:53:29.1689040Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1690100Z adding 'torch/include/ATen/ops/refine_names_native.h' 2024-08-20T21:53:29.1691340Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2024-08-20T21:53:29.1692760Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2024-08-20T21:53:29.1694340Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2024-08-20T21:53:29.1695810Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1696970Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1698160Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1699340Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2024-08-20T21:53:29.1700590Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2024-08-20T21:53:29.1701810Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_mps_dispatch.h' 2024-08-20T21:53:29.1703040Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2024-08-20T21:53:29.1704370Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2024-08-20T21:53:29.1705750Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1706820Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2024-08-20T21:53:29.1708010Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2024-08-20T21:53:29.1709160Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2024-08-20T21:53:29.1710380Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2024-08-20T21:53:29.1714940Z adding 'torch/include/ATen/ops/reflection_pad1d_mps_dispatch.h' 2024-08-20T21:53:29.1715330Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2024-08-20T21:53:29.1715500Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2024-08-20T21:53:29.1715650Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2024-08-20T21:53:29.1716680Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2024-08-20T21:53:29.1718260Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1719500Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1720680Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_mps_dispatch.h' 2024-08-20T21:53:29.1721900Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2024-08-20T21:53:29.1723200Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2024-08-20T21:53:29.1724390Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2024-08-20T21:53:29.1725610Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2024-08-20T21:53:29.1726740Z adding 'torch/include/ATen/ops/reflection_pad2d_mps_dispatch.h' 2024-08-20T21:53:29.1727920Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2024-08-20T21:53:29.1729230Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2024-08-20T21:53:29.1730580Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2024-08-20T21:53:29.1732050Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2024-08-20T21:53:29.1733520Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1734610Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1735860Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1737070Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2024-08-20T21:53:29.1738340Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2024-08-20T21:53:29.1739580Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_mps_dispatch.h' 2024-08-20T21:53:29.1740910Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2024-08-20T21:53:29.1742290Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2024-08-20T21:53:29.1743810Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1744870Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2024-08-20T21:53:29.1746070Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2024-08-20T21:53:29.1747250Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2024-08-20T21:53:29.1748450Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2024-08-20T21:53:29.1749670Z adding 'torch/include/ATen/ops/reflection_pad3d_mps_dispatch.h' 2024-08-20T21:53:29.1750830Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2024-08-20T21:53:29.1752140Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2024-08-20T21:53:29.1753320Z adding 'torch/include/ATen/ops/relu.h' 2024-08-20T21:53:29.1754510Z adding 'torch/include/ATen/ops/relu6.h' 2024-08-20T21:53:29.1755840Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1756880Z adding 'torch/include/ATen/ops/relu6_native.h' 2024-08-20T21:53:29.1758120Z adding 'torch/include/ATen/ops/relu6_ops.h' 2024-08-20T21:53:29.1759440Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1760520Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2024-08-20T21:53:29.1761680Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2024-08-20T21:53:29.1763000Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2024-08-20T21:53:29.1763860Z adding 'torch/include/ATen/ops/relu_mps_dispatch.h' 2024-08-20T21:53:29.1765180Z adding 'torch/include/ATen/ops/relu_native.h' 2024-08-20T21:53:29.1766470Z adding 'torch/include/ATen/ops/relu_ops.h' 2024-08-20T21:53:29.1767860Z adding 'torch/include/ATen/ops/remainder.h' 2024-08-20T21:53:29.1769270Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1770520Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1771570Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2024-08-20T21:53:29.1773120Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2024-08-20T21:53:29.1774280Z adding 'torch/include/ATen/ops/remainder_meta.h' 2024-08-20T21:53:29.1775490Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2024-08-20T21:53:29.1776690Z adding 'torch/include/ATen/ops/remainder_mps_dispatch.h' 2024-08-20T21:53:29.1777900Z adding 'torch/include/ATen/ops/remainder_native.h' 2024-08-20T21:53:29.1779420Z adding 'torch/include/ATen/ops/remainder_ops.h' 2024-08-20T21:53:29.1780590Z adding 'torch/include/ATen/ops/rename.h' 2024-08-20T21:53:29.1781950Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1783000Z adding 'torch/include/ATen/ops/rename_native.h' 2024-08-20T21:53:29.1784260Z adding 'torch/include/ATen/ops/rename_ops.h' 2024-08-20T21:53:29.1785510Z adding 'torch/include/ATen/ops/renorm.h' 2024-08-20T21:53:29.1787040Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1788100Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2024-08-20T21:53:29.1789260Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2024-08-20T21:53:29.1790480Z adding 'torch/include/ATen/ops/renorm_meta.h' 2024-08-20T21:53:29.1791710Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2024-08-20T21:53:29.1792900Z adding 'torch/include/ATen/ops/renorm_mps_dispatch.h' 2024-08-20T21:53:29.1794070Z adding 'torch/include/ATen/ops/renorm_native.h' 2024-08-20T21:53:29.1795400Z adding 'torch/include/ATen/ops/renorm_ops.h' 2024-08-20T21:53:29.1796740Z adding 'torch/include/ATen/ops/repeat.h' 2024-08-20T21:53:29.1798150Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1799640Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2024-08-20T21:53:29.1801060Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1802270Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1803380Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2024-08-20T21:53:29.1804540Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2024-08-20T21:53:29.1805680Z adding 'torch/include/ATen/ops/repeat_interleave_mps_dispatch.h' 2024-08-20T21:53:29.1806840Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2024-08-20T21:53:29.1808240Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2024-08-20T21:53:29.1809470Z adding 'torch/include/ATen/ops/repeat_mps_dispatch.h' 2024-08-20T21:53:29.1810580Z adding 'torch/include/ATen/ops/repeat_native.h' 2024-08-20T21:53:29.1811850Z adding 'torch/include/ATen/ops/repeat_ops.h' 2024-08-20T21:53:29.1813230Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2024-08-20T21:53:29.1814720Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2024-08-20T21:53:29.1816160Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1817250Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1818470Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1819620Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2024-08-20T21:53:29.1820850Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2024-08-20T21:53:29.1822020Z adding 'torch/include/ATen/ops/replication_pad1d_backward_mps_dispatch.h' 2024-08-20T21:53:29.1823200Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2024-08-20T21:53:29.1824470Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2024-08-20T21:53:29.1825850Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1826900Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2024-08-20T21:53:29.1828070Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2024-08-20T21:53:29.1829210Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2024-08-20T21:53:29.1830430Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2024-08-20T21:53:29.1831580Z adding 'torch/include/ATen/ops/replication_pad1d_mps_dispatch.h' 2024-08-20T21:53:29.1832770Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2024-08-20T21:53:29.1834020Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2024-08-20T21:53:29.1835410Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2024-08-20T21:53:29.1836880Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2024-08-20T21:53:29.1838230Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1839370Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1840540Z adding 'torch/include/ATen/ops/replication_pad2d_backward_mps_dispatch.h' 2024-08-20T21:53:29.1841730Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2024-08-20T21:53:29.1843020Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2024-08-20T21:53:29.1844390Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1845510Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2024-08-20T21:53:29.1846690Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2024-08-20T21:53:29.1847850Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2024-08-20T21:53:29.1849090Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2024-08-20T21:53:29.1850260Z adding 'torch/include/ATen/ops/replication_pad2d_mps_dispatch.h' 2024-08-20T21:53:29.1851430Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2024-08-20T21:53:29.1852700Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2024-08-20T21:53:29.1854070Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2024-08-20T21:53:29.1855540Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2024-08-20T21:53:29.1856860Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.1858050Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.1859250Z adding 'torch/include/ATen/ops/replication_pad3d_backward_mps_dispatch.h' 2024-08-20T21:53:29.1860470Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2024-08-20T21:53:29.1861730Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2024-08-20T21:53:29.1863200Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1864220Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2024-08-20T21:53:29.1865360Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2024-08-20T21:53:29.1866490Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2024-08-20T21:53:29.1867700Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2024-08-20T21:53:29.1868940Z adding 'torch/include/ATen/ops/replication_pad3d_mps_dispatch.h' 2024-08-20T21:53:29.1870050Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2024-08-20T21:53:29.1871210Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2024-08-20T21:53:29.1872350Z adding 'torch/include/ATen/ops/requires_grad.h' 2024-08-20T21:53:29.1873680Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1874710Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2024-08-20T21:53:29.1875920Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2024-08-20T21:53:29.1877140Z adding 'torch/include/ATen/ops/reshape.h' 2024-08-20T21:53:29.1878290Z adding 'torch/include/ATen/ops/reshape_as.h' 2024-08-20T21:53:29.1879610Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1880850Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-20T21:53:29.1881840Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2024-08-20T21:53:29.1883060Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2024-08-20T21:53:29.1884390Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1885730Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-20T21:53:29.1886700Z adding 'torch/include/ATen/ops/reshape_native.h' 2024-08-20T21:53:29.1887830Z adding 'torch/include/ATen/ops/reshape_ops.h' 2024-08-20T21:53:29.1889260Z adding 'torch/include/ATen/ops/resize.h' 2024-08-20T21:53:29.1890550Z adding 'torch/include/ATen/ops/resize_as.h' 2024-08-20T21:53:29.1891960Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1893000Z adding 'torch/include/ATen/ops/resize_as_native.h' 2024-08-20T21:53:29.1894320Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2024-08-20T21:53:29.1895580Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2024-08-20T21:53:29.1896930Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1898030Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2024-08-20T21:53:29.1899190Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2024-08-20T21:53:29.1900480Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2024-08-20T21:53:29.1901830Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1902930Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2024-08-20T21:53:29.1904090Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2024-08-20T21:53:29.1905250Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2024-08-20T21:53:29.1906400Z adding 'torch/include/ATen/ops/resize_mps_dispatch.h' 2024-08-20T21:53:29.1907600Z adding 'torch/include/ATen/ops/resize_native.h' 2024-08-20T21:53:29.1908930Z adding 'torch/include/ATen/ops/resize_ops.h' 2024-08-20T21:53:29.1910130Z adding 'torch/include/ATen/ops/resolve_conj.h' 2024-08-20T21:53:29.1911470Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1912500Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2024-08-20T21:53:29.1916960Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2024-08-20T21:53:29.1917250Z adding 'torch/include/ATen/ops/resolve_neg.h' 2024-08-20T21:53:29.1917530Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1917720Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2024-08-20T21:53:29.1918130Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2024-08-20T21:53:29.1919670Z adding 'torch/include/ATen/ops/result_type.h' 2024-08-20T21:53:29.1920990Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1922040Z adding 'torch/include/ATen/ops/result_type_native.h' 2024-08-20T21:53:29.1923410Z adding 'torch/include/ATen/ops/result_type_ops.h' 2024-08-20T21:53:29.1924520Z adding 'torch/include/ATen/ops/retain_grad.h' 2024-08-20T21:53:29.1925860Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1926900Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2024-08-20T21:53:29.1928090Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2024-08-20T21:53:29.1929190Z adding 'torch/include/ATen/ops/retains_grad.h' 2024-08-20T21:53:29.1930520Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1931550Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2024-08-20T21:53:29.1932740Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2024-08-20T21:53:29.1933930Z adding 'torch/include/ATen/ops/rms_norm.h' 2024-08-20T21:53:29.1935270Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1936310Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2024-08-20T21:53:29.1937530Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2024-08-20T21:53:29.1938780Z adding 'torch/include/ATen/ops/rnn_relu.h' 2024-08-20T21:53:29.1939990Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2024-08-20T21:53:29.1941330Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1942410Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2024-08-20T21:53:29.1943640Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2024-08-20T21:53:29.1944990Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1946050Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2024-08-20T21:53:29.1947480Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2024-08-20T21:53:29.1948760Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2024-08-20T21:53:29.1949940Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2024-08-20T21:53:29.1951270Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1952310Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2024-08-20T21:53:29.1953560Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2024-08-20T21:53:29.1954890Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1955950Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2024-08-20T21:53:29.1957250Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2024-08-20T21:53:29.1958590Z adding 'torch/include/ATen/ops/roll.h' 2024-08-20T21:53:29.1959960Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1961050Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2024-08-20T21:53:29.1962260Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2024-08-20T21:53:29.1963390Z adding 'torch/include/ATen/ops/roll_mps_dispatch.h' 2024-08-20T21:53:29.1964480Z adding 'torch/include/ATen/ops/roll_native.h' 2024-08-20T21:53:29.1965740Z adding 'torch/include/ATen/ops/roll_ops.h' 2024-08-20T21:53:29.1966980Z adding 'torch/include/ATen/ops/rot90.h' 2024-08-20T21:53:29.1968390Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1969390Z adding 'torch/include/ATen/ops/rot90_native.h' 2024-08-20T21:53:29.1970670Z adding 'torch/include/ATen/ops/rot90_ops.h' 2024-08-20T21:53:29.1971930Z adding 'torch/include/ATen/ops/round.h' 2024-08-20T21:53:29.1973360Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1974420Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2024-08-20T21:53:29.1975580Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2024-08-20T21:53:29.1976770Z adding 'torch/include/ATen/ops/round_meta.h' 2024-08-20T21:53:29.1977940Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2024-08-20T21:53:29.1979120Z adding 'torch/include/ATen/ops/round_mps_dispatch.h' 2024-08-20T21:53:29.1980320Z adding 'torch/include/ATen/ops/round_native.h' 2024-08-20T21:53:29.1981700Z adding 'torch/include/ATen/ops/round_ops.h' 2024-08-20T21:53:29.1982860Z adding 'torch/include/ATen/ops/row_indices.h' 2024-08-20T21:53:29.1984200Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1985270Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2024-08-20T21:53:29.1986610Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.1987870Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.1988880Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2024-08-20T21:53:29.1990120Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2024-08-20T21:53:29.1991290Z adding 'torch/include/ATen/ops/row_indices_native.h' 2024-08-20T21:53:29.1992500Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2024-08-20T21:53:29.1993720Z adding 'torch/include/ATen/ops/row_stack.h' 2024-08-20T21:53:29.1995050Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.1996080Z adding 'torch/include/ATen/ops/row_stack_native.h' 2024-08-20T21:53:29.1997320Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2024-08-20T21:53:29.1998530Z adding 'torch/include/ATen/ops/rrelu.h' 2024-08-20T21:53:29.1999880Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2000940Z adding 'torch/include/ATen/ops/rrelu_native.h' 2024-08-20T21:53:29.2002240Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2024-08-20T21:53:29.2003570Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2024-08-20T21:53:29.2004880Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2024-08-20T21:53:29.2006280Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2007380Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2024-08-20T21:53:29.2008670Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2024-08-20T21:53:29.2009910Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2024-08-20T21:53:29.2011120Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2024-08-20T21:53:29.2012350Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2024-08-20T21:53:29.2013560Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2024-08-20T21:53:29.2014930Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2024-08-20T21:53:29.2016160Z adding 'torch/include/ATen/ops/rshift.h' 2024-08-20T21:53:29.2017510Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2018600Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2024-08-20T21:53:29.2019770Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2024-08-20T21:53:29.2020980Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2024-08-20T21:53:29.2022230Z adding 'torch/include/ATen/ops/rshift_mps_dispatch.h' 2024-08-20T21:53:29.2023380Z adding 'torch/include/ATen/ops/rshift_native.h' 2024-08-20T21:53:29.2024720Z adding 'torch/include/ATen/ops/rshift_ops.h' 2024-08-20T21:53:29.2025920Z adding 'torch/include/ATen/ops/rsqrt.h' 2024-08-20T21:53:29.2027320Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2028340Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2024-08-20T21:53:29.2029500Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2024-08-20T21:53:29.2030630Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2024-08-20T21:53:29.2031820Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2024-08-20T21:53:29.2032970Z adding 'torch/include/ATen/ops/rsqrt_mps_dispatch.h' 2024-08-20T21:53:29.2034130Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2024-08-20T21:53:29.2035370Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2024-08-20T21:53:29.2036650Z adding 'torch/include/ATen/ops/rsub.h' 2024-08-20T21:53:29.2038000Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2039100Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2024-08-20T21:53:29.2040210Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2024-08-20T21:53:29.2041390Z adding 'torch/include/ATen/ops/rsub_native.h' 2024-08-20T21:53:29.2042760Z adding 'torch/include/ATen/ops/rsub_ops.h' 2024-08-20T21:53:29.2044060Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2024-08-20T21:53:29.2045430Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2046510Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2024-08-20T21:53:29.2047810Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2024-08-20T21:53:29.2049190Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2024-08-20T21:53:29.2050550Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2051640Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2024-08-20T21:53:29.2052900Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2024-08-20T21:53:29.2057220Z adding 'torch/include/ATen/ops/scatter.h' 2024-08-20T21:53:29.2058500Z adding 'torch/include/ATen/ops/scatter_add.h' 2024-08-20T21:53:29.2059920Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2061040Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2062200Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2024-08-20T21:53:29.2063340Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2024-08-20T21:53:29.2064480Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2024-08-20T21:53:29.2065680Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2024-08-20T21:53:29.2066860Z adding 'torch/include/ATen/ops/scatter_add_mps_dispatch.h' 2024-08-20T21:53:29.2068080Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2024-08-20T21:53:29.2069400Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2024-08-20T21:53:29.2070830Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2071960Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2073150Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2024-08-20T21:53:29.2074400Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2024-08-20T21:53:29.2075610Z adding 'torch/include/ATen/ops/scatter_meta.h' 2024-08-20T21:53:29.2076890Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2024-08-20T21:53:29.2078120Z adding 'torch/include/ATen/ops/scatter_mps_dispatch.h' 2024-08-20T21:53:29.2079390Z adding 'torch/include/ATen/ops/scatter_native.h' 2024-08-20T21:53:29.2081230Z adding 'torch/include/ATen/ops/scatter_ops.h' 2024-08-20T21:53:29.2082560Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2024-08-20T21:53:29.2083970Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2085040Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2024-08-20T21:53:29.2086220Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2024-08-20T21:53:29.2087380Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2024-08-20T21:53:29.2088620Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2024-08-20T21:53:29.2089840Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2024-08-20T21:53:29.2091130Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2024-08-20T21:53:29.2092490Z adding 'torch/include/ATen/ops/searchsorted.h' 2024-08-20T21:53:29.2093850Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2024-08-20T21:53:29.2095130Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2024-08-20T21:53:29.2096320Z adding 'torch/include/ATen/ops/searchsorted_mps_dispatch.h' 2024-08-20T21:53:29.2097630Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2024-08-20T21:53:29.2099120Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2024-08-20T21:53:29.2100420Z adding 'torch/include/ATen/ops/segment_reduce.h' 2024-08-20T21:53:29.2101840Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2102910Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2024-08-20T21:53:29.2104140Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2024-08-20T21:53:29.2105280Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2024-08-20T21:53:29.2106600Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2024-08-20T21:53:29.2107850Z adding 'torch/include/ATen/ops/select.h' 2024-08-20T21:53:29.2109350Z adding 'torch/include/ATen/ops/select_backward.h' 2024-08-20T21:53:29.2110830Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2112070Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2113070Z adding 'torch/include/ATen/ops/select_backward_native.h' 2024-08-20T21:53:29.2114360Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2024-08-20T21:53:29.2115680Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2116870Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2118100Z adding 'torch/include/ATen/ops/select_copy.h' 2024-08-20T21:53:29.2119460Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2124040Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2124330Z adding 'torch/include/ATen/ops/select_copy_native.h' 2024-08-20T21:53:29.2124480Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2024-08-20T21:53:29.2124620Z adding 'torch/include/ATen/ops/select_native.h' 2024-08-20T21:53:29.2125240Z adding 'torch/include/ATen/ops/select_ops.h' 2024-08-20T21:53:29.2126780Z adding 'torch/include/ATen/ops/select_scatter.h' 2024-08-20T21:53:29.2128170Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2129510Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2130430Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2024-08-20T21:53:29.2131690Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2024-08-20T21:53:29.2132840Z adding 'torch/include/ATen/ops/selu.h' 2024-08-20T21:53:29.2134170Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2135210Z adding 'torch/include/ATen/ops/selu_native.h' 2024-08-20T21:53:29.2136450Z adding 'torch/include/ATen/ops/selu_ops.h' 2024-08-20T21:53:29.2138120Z adding 'torch/include/ATen/ops/set.h' 2024-08-20T21:53:29.2139590Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2140800Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2141920Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2024-08-20T21:53:29.2143060Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2024-08-20T21:53:29.2144160Z adding 'torch/include/ATen/ops/set_data.h' 2024-08-20T21:53:29.2145480Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2146520Z adding 'torch/include/ATen/ops/set_data_native.h' 2024-08-20T21:53:29.2147720Z adding 'torch/include/ATen/ops/set_data_ops.h' 2024-08-20T21:53:29.2148920Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2024-08-20T21:53:29.2149910Z adding 'torch/include/ATen/ops/set_mps_dispatch.h' 2024-08-20T21:53:29.2150950Z adding 'torch/include/ATen/ops/set_native.h' 2024-08-20T21:53:29.2152460Z adding 'torch/include/ATen/ops/set_ops.h' 2024-08-20T21:53:29.2153620Z adding 'torch/include/ATen/ops/sgn.h' 2024-08-20T21:53:29.2154410Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2155400Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2024-08-20T21:53:29.2156000Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2024-08-20T21:53:29.2157100Z adding 'torch/include/ATen/ops/sgn_meta.h' 2024-08-20T21:53:29.2158030Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2024-08-20T21:53:29.2159010Z adding 'torch/include/ATen/ops/sgn_mps_dispatch.h' 2024-08-20T21:53:29.2159540Z adding 'torch/include/ATen/ops/sgn_native.h' 2024-08-20T21:53:29.2160810Z adding 'torch/include/ATen/ops/sgn_ops.h' 2024-08-20T21:53:29.2161640Z adding 'torch/include/ATen/ops/sigmoid.h' 2024-08-20T21:53:29.2162950Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2024-08-20T21:53:29.2163680Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2164710Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2024-08-20T21:53:29.2165240Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2024-08-20T21:53:29.2166370Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2024-08-20T21:53:29.2167030Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2024-08-20T21:53:29.2167990Z adding 'torch/include/ATen/ops/sigmoid_backward_mps_dispatch.h' 2024-08-20T21:53:29.2168870Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2024-08-20T21:53:29.2169990Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2024-08-20T21:53:29.2171020Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2171540Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2024-08-20T21:53:29.2172740Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2024-08-20T21:53:29.2173220Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2024-08-20T21:53:29.2174380Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2024-08-20T21:53:29.2175240Z adding 'torch/include/ATen/ops/sigmoid_mps_dispatch.h' 2024-08-20T21:53:29.2176120Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2024-08-20T21:53:29.2177230Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2024-08-20T21:53:29.2178180Z adding 'torch/include/ATen/ops/sign.h' 2024-08-20T21:53:29.2178890Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2179790Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2024-08-20T21:53:29.2180660Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2024-08-20T21:53:29.2181490Z adding 'torch/include/ATen/ops/sign_meta.h' 2024-08-20T21:53:29.2182370Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2024-08-20T21:53:29.2183230Z adding 'torch/include/ATen/ops/sign_mps_dispatch.h' 2024-08-20T21:53:29.2184180Z adding 'torch/include/ATen/ops/sign_native.h' 2024-08-20T21:53:29.2185170Z adding 'torch/include/ATen/ops/sign_ops.h' 2024-08-20T21:53:29.2186110Z adding 'torch/include/ATen/ops/signbit.h' 2024-08-20T21:53:29.2187250Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2187780Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2024-08-20T21:53:29.2188790Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2024-08-20T21:53:29.2189630Z adding 'torch/include/ATen/ops/signbit_meta.h' 2024-08-20T21:53:29.2190540Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2024-08-20T21:53:29.2191450Z adding 'torch/include/ATen/ops/signbit_mps_dispatch.h' 2024-08-20T21:53:29.2192300Z adding 'torch/include/ATen/ops/signbit_native.h' 2024-08-20T21:53:29.2193270Z adding 'torch/include/ATen/ops/signbit_ops.h' 2024-08-20T21:53:29.2194180Z adding 'torch/include/ATen/ops/silu.h' 2024-08-20T21:53:29.2195190Z adding 'torch/include/ATen/ops/silu_backward.h' 2024-08-20T21:53:29.2196250Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2197020Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2197940Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2024-08-20T21:53:29.2198800Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2024-08-20T21:53:29.2199640Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2024-08-20T21:53:29.2200570Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2024-08-20T21:53:29.2201420Z adding 'torch/include/ATen/ops/silu_backward_mps_dispatch.h' 2024-08-20T21:53:29.2202360Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2024-08-20T21:53:29.2203340Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2024-08-20T21:53:29.2204430Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2205000Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2024-08-20T21:53:29.2206250Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2024-08-20T21:53:29.2206760Z adding 'torch/include/ATen/ops/silu_meta.h' 2024-08-20T21:53:29.2208080Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2024-08-20T21:53:29.2208910Z adding 'torch/include/ATen/ops/silu_mps_dispatch.h' 2024-08-20T21:53:29.2209310Z adding 'torch/include/ATen/ops/silu_native.h' 2024-08-20T21:53:29.2210400Z adding 'torch/include/ATen/ops/silu_ops.h' 2024-08-20T21:53:29.2211300Z adding 'torch/include/ATen/ops/sin.h' 2024-08-20T21:53:29.2212500Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2213140Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2024-08-20T21:53:29.2213880Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2024-08-20T21:53:29.2214900Z adding 'torch/include/ATen/ops/sin_meta.h' 2024-08-20T21:53:29.2215620Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2024-08-20T21:53:29.2216650Z adding 'torch/include/ATen/ops/sin_mps_dispatch.h' 2024-08-20T21:53:29.2217360Z adding 'torch/include/ATen/ops/sin_native.h' 2024-08-20T21:53:29.2218520Z adding 'torch/include/ATen/ops/sin_ops.h' 2024-08-20T21:53:29.2219470Z adding 'torch/include/ATen/ops/sinc.h' 2024-08-20T21:53:29.2220400Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2221070Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2024-08-20T21:53:29.2222110Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2024-08-20T21:53:29.2222760Z adding 'torch/include/ATen/ops/sinc_meta.h' 2024-08-20T21:53:29.2223820Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2024-08-20T21:53:29.2224500Z adding 'torch/include/ATen/ops/sinc_native.h' 2024-08-20T21:53:29.2225660Z adding 'torch/include/ATen/ops/sinc_ops.h' 2024-08-20T21:53:29.2226420Z adding 'torch/include/ATen/ops/sinh.h' 2024-08-20T21:53:29.2227520Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2228290Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2024-08-20T21:53:29.2229880Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2024-08-20T21:53:29.2230940Z adding 'torch/include/ATen/ops/sinh_meta.h' 2024-08-20T21:53:29.2231940Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2024-08-20T21:53:29.2232980Z adding 'torch/include/ATen/ops/sinh_mps_dispatch.h' 2024-08-20T21:53:29.2238330Z adding 'torch/include/ATen/ops/sinh_native.h' 2024-08-20T21:53:29.2238700Z adding 'torch/include/ATen/ops/sinh_ops.h' 2024-08-20T21:53:29.2239020Z adding 'torch/include/ATen/ops/size.h' 2024-08-20T21:53:29.2239450Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2239960Z adding 'torch/include/ATen/ops/size_native.h' 2024-08-20T21:53:29.2240280Z adding 'torch/include/ATen/ops/size_ops.h' 2024-08-20T21:53:29.2240590Z adding 'torch/include/ATen/ops/slice.h' 2024-08-20T21:53:29.2240920Z adding 'torch/include/ATen/ops/slice_backward.h' 2024-08-20T21:53:29.2241420Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2241940Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2024-08-20T21:53:29.2243300Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2024-08-20T21:53:29.2244200Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2245410Z adding 'torch/include/ATen/ops/slice_copy.h' 2024-08-20T21:53:29.2246540Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2247380Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2248120Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2024-08-20T21:53:29.2249400Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2024-08-20T21:53:29.2250430Z adding 'torch/include/ATen/ops/slice_inverse.h' 2024-08-20T21:53:29.2251570Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2252200Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2024-08-20T21:53:29.2253270Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2024-08-20T21:53:29.2253980Z adding 'torch/include/ATen/ops/slice_native.h' 2024-08-20T21:53:29.2255100Z adding 'torch/include/ATen/ops/slice_ops.h' 2024-08-20T21:53:29.2256300Z adding 'torch/include/ATen/ops/slice_scatter.h' 2024-08-20T21:53:29.2257450Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2258280Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2258990Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2024-08-20T21:53:29.2260170Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2024-08-20T21:53:29.2260940Z adding 'torch/include/ATen/ops/slogdet.h' 2024-08-20T21:53:29.2262160Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2262750Z adding 'torch/include/ATen/ops/slogdet_native.h' 2024-08-20T21:53:29.2263900Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2024-08-20T21:53:29.2265120Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2024-08-20T21:53:29.2266290Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2267470Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2024-08-20T21:53:29.2268300Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2024-08-20T21:53:29.2269630Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2024-08-20T21:53:29.2270290Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2024-08-20T21:53:29.2271600Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2024-08-20T21:53:29.2272200Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2024-08-20T21:53:29.2273770Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2024-08-20T21:53:29.2274650Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2275510Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2024-08-20T21:53:29.2276420Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2024-08-20T21:53:29.2277320Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2024-08-20T21:53:29.2278640Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2024-08-20T21:53:29.2279900Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2024-08-20T21:53:29.2280870Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2281570Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2024-08-20T21:53:29.2282470Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2024-08-20T21:53:29.2283370Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2024-08-20T21:53:29.2284680Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2024-08-20T21:53:29.2285980Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2024-08-20T21:53:29.2286920Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2287810Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2024-08-20T21:53:29.2288770Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2024-08-20T21:53:29.2289630Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2024-08-20T21:53:29.2291110Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2024-08-20T21:53:29.2291670Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2024-08-20T21:53:29.2292670Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2024-08-20T21:53:29.2294200Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2024-08-20T21:53:29.2294970Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2024-08-20T21:53:29.2296350Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2024-08-20T21:53:29.2296840Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2024-08-20T21:53:29.2298510Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2024-08-20T21:53:29.2299050Z adding 'torch/include/ATen/ops/smm.h' 2024-08-20T21:53:29.2300510Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2300950Z adding 'torch/include/ATen/ops/smm_native.h' 2024-08-20T21:53:29.2301840Z adding 'torch/include/ATen/ops/smm_ops.h' 2024-08-20T21:53:29.2303340Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2024-08-20T21:53:29.2303860Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2024-08-20T21:53:29.2304840Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2305650Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2024-08-20T21:53:29.2306520Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2024-08-20T21:53:29.2307390Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_mps_dispatch.h' 2024-08-20T21:53:29.2308260Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2024-08-20T21:53:29.2309590Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2024-08-20T21:53:29.2310370Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2311180Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2024-08-20T21:53:29.2312030Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2024-08-20T21:53:29.2313320Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2024-08-20T21:53:29.2313760Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2024-08-20T21:53:29.2314660Z adding 'torch/include/ATen/ops/smooth_l1_loss_mps_dispatch.h' 2024-08-20T21:53:29.2315950Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2024-08-20T21:53:29.2316550Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2024-08-20T21:53:29.2321320Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2024-08-20T21:53:29.2321800Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2024-08-20T21:53:29.2322390Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2323000Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2024-08-20T21:53:29.2323480Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2024-08-20T21:53:29.2324040Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2324570Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2024-08-20T21:53:29.2324970Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2024-08-20T21:53:29.2325370Z adding 'torch/include/ATen/ops/softmax.h' 2024-08-20T21:53:29.2326000Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2326890Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2327690Z adding 'torch/include/ATen/ops/softmax_native.h' 2024-08-20T21:53:29.2329020Z adding 'torch/include/ATen/ops/softmax_ops.h' 2024-08-20T21:53:29.2329680Z adding 'torch/include/ATen/ops/softplus.h' 2024-08-20T21:53:29.2331040Z adding 'torch/include/ATen/ops/softplus_backward.h' 2024-08-20T21:53:29.2331800Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2332700Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2024-08-20T21:53:29.2333450Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2024-08-20T21:53:29.2334290Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2024-08-20T21:53:29.2335610Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2024-08-20T21:53:29.2336090Z adding 'torch/include/ATen/ops/softplus_backward_mps_dispatch.h' 2024-08-20T21:53:29.2337150Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2024-08-20T21:53:29.2337910Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2024-08-20T21:53:29.2339340Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2339900Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2024-08-20T21:53:29.2340830Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2024-08-20T21:53:29.2341470Z adding 'torch/include/ATen/ops/softplus_meta.h' 2024-08-20T21:53:29.2342490Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2024-08-20T21:53:29.2343260Z adding 'torch/include/ATen/ops/softplus_mps_dispatch.h' 2024-08-20T21:53:29.2344510Z adding 'torch/include/ATen/ops/softplus_native.h' 2024-08-20T21:53:29.2345120Z adding 'torch/include/ATen/ops/softplus_ops.h' 2024-08-20T21:53:29.2346440Z adding 'torch/include/ATen/ops/softshrink.h' 2024-08-20T21:53:29.2346970Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2024-08-20T21:53:29.2348440Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2349240Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2024-08-20T21:53:29.2349860Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2024-08-20T21:53:29.2350670Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2024-08-20T21:53:29.2351860Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2024-08-20T21:53:29.2352430Z adding 'torch/include/ATen/ops/softshrink_backward_mps_dispatch.h' 2024-08-20T21:53:29.2353320Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2024-08-20T21:53:29.2354620Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2024-08-20T21:53:29.2355370Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2356130Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2024-08-20T21:53:29.2357420Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2024-08-20T21:53:29.2357880Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2024-08-20T21:53:29.2359210Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2024-08-20T21:53:29.2359630Z adding 'torch/include/ATen/ops/softshrink_mps_dispatch.h' 2024-08-20T21:53:29.2360550Z adding 'torch/include/ATen/ops/softshrink_native.h' 2024-08-20T21:53:29.2361790Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2024-08-20T21:53:29.2362550Z adding 'torch/include/ATen/ops/sort.h' 2024-08-20T21:53:29.2363910Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2364650Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2365500Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2366370Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2024-08-20T21:53:29.2367630Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2024-08-20T21:53:29.2368090Z adding 'torch/include/ATen/ops/sort_meta.h' 2024-08-20T21:53:29.2369310Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2024-08-20T21:53:29.2369910Z adding 'torch/include/ATen/ops/sort_mps_dispatch.h' 2024-08-20T21:53:29.2371240Z adding 'torch/include/ATen/ops/sort_native.h' 2024-08-20T21:53:29.2372500Z adding 'torch/include/ATen/ops/sort_ops.h' 2024-08-20T21:53:29.2373760Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2024-08-20T21:53:29.2374480Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2375280Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2024-08-20T21:53:29.2376630Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2024-08-20T21:53:29.2377400Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2024-08-20T21:53:29.2378790Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2379440Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2024-08-20T21:53:29.2380720Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2024-08-20T21:53:29.2382000Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2024-08-20T21:53:29.2382780Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2383580Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2024-08-20T21:53:29.2384920Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2024-08-20T21:53:29.2385780Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2024-08-20T21:53:29.2387170Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2387940Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2388640Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2024-08-20T21:53:29.2390100Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2024-08-20T21:53:29.2390900Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2024-08-20T21:53:29.2392300Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2392950Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2024-08-20T21:53:29.2394260Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2024-08-20T21:53:29.2394940Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2024-08-20T21:53:29.2396340Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2396910Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2024-08-20T21:53:29.2397880Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2024-08-20T21:53:29.2403510Z adding 'torch/include/ATen/ops/sparse_dim.h' 2024-08-20T21:53:29.2404020Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2404560Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2024-08-20T21:53:29.2404930Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2024-08-20T21:53:29.2405270Z adding 'torch/include/ATen/ops/sparse_mask.h' 2024-08-20T21:53:29.2405750Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2406250Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2024-08-20T21:53:29.2406610Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2024-08-20T21:53:29.2406970Z adding 'torch/include/ATen/ops/sparse_resize.h' 2024-08-20T21:53:29.2407350Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2024-08-20T21:53:29.2408130Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2408940Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2024-08-20T21:53:29.2409870Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2024-08-20T21:53:29.2411210Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2024-08-20T21:53:29.2411940Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2412730Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2024-08-20T21:53:29.2414020Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2024-08-20T21:53:29.2414630Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2024-08-20T21:53:29.2415750Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2024-08-20T21:53:29.2416580Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2024-08-20T21:53:29.2417900Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2024-08-20T21:53:29.2418410Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2024-08-20T21:53:29.2419840Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2420560Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2024-08-20T21:53:29.2421140Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2024-08-20T21:53:29.2421990Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2024-08-20T21:53:29.2423290Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2024-08-20T21:53:29.2423730Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2024-08-20T21:53:29.2425060Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2024-08-20T21:53:29.2425590Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2024-08-20T21:53:29.2427050Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2427670Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2024-08-20T21:53:29.2428540Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2024-08-20T21:53:29.2429140Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2024-08-20T21:53:29.2430170Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2024-08-20T21:53:29.2430890Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2024-08-20T21:53:29.2432180Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2024-08-20T21:53:29.2432760Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2024-08-20T21:53:29.2434310Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2434920Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2024-08-20T21:53:29.2435680Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2024-08-20T21:53:29.2436320Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2024-08-20T21:53:29.2437400Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2024-08-20T21:53:29.2438060Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2024-08-20T21:53:29.2439350Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2024-08-20T21:53:29.2439920Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2024-08-20T21:53:29.2441410Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2442030Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2024-08-20T21:53:29.2442830Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2024-08-20T21:53:29.2443450Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2024-08-20T21:53:29.2444330Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2024-08-20T21:53:29.2445150Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2024-08-20T21:53:29.2446440Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2024-08-20T21:53:29.2447020Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2024-08-20T21:53:29.2448470Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2450210Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2024-08-20T21:53:29.2451640Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2024-08-20T21:53:29.2452990Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2024-08-20T21:53:29.2453870Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2024-08-20T21:53:29.2455310Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2024-08-20T21:53:29.2456610Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2024-08-20T21:53:29.2458000Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2024-08-20T21:53:29.2459510Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2460450Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2461540Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2024-08-20T21:53:29.2463060Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2024-08-20T21:53:29.2463890Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2024-08-20T21:53:29.2465360Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2024-08-20T21:53:29.2466290Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2024-08-20T21:53:29.2468030Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2024-08-20T21:53:29.2469350Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2024-08-20T21:53:29.2470800Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2471800Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2472840Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2024-08-20T21:53:29.2474260Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2024-08-20T21:53:29.2475140Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2024-08-20T21:53:29.2476580Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2024-08-20T21:53:29.2477500Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2024-08-20T21:53:29.2479180Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2024-08-20T21:53:29.2480510Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2024-08-20T21:53:29.2481960Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2482890Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2483940Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2024-08-20T21:53:29.2485360Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2024-08-20T21:53:29.2486190Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2024-08-20T21:53:29.2490410Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2024-08-20T21:53:29.2491010Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2024-08-20T21:53:29.2491590Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2024-08-20T21:53:29.2492090Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2024-08-20T21:53:29.2492820Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2493860Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2494860Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2024-08-20T21:53:29.2496280Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2024-08-20T21:53:29.2497120Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2024-08-20T21:53:29.2498560Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2024-08-20T21:53:29.2499480Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2024-08-20T21:53:29.2501140Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2024-08-20T21:53:29.2502420Z adding 'torch/include/ATen/ops/special_digamma.h' 2024-08-20T21:53:29.2503770Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2504450Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2024-08-20T21:53:29.2506010Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2024-08-20T21:53:29.2507220Z adding 'torch/include/ATen/ops/special_entr.h' 2024-08-20T21:53:29.2508620Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2509330Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2024-08-20T21:53:29.2510820Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2024-08-20T21:53:29.2511950Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2024-08-20T21:53:29.2513210Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2024-08-20T21:53:29.2513990Z adding 'torch/include/ATen/ops/special_entr_native.h' 2024-08-20T21:53:29.2515500Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2024-08-20T21:53:29.2516700Z adding 'torch/include/ATen/ops/special_erf.h' 2024-08-20T21:53:29.2518020Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2518780Z adding 'torch/include/ATen/ops/special_erf_native.h' 2024-08-20T21:53:29.2520270Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2024-08-20T21:53:29.2521470Z adding 'torch/include/ATen/ops/special_erfc.h' 2024-08-20T21:53:29.2522790Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2523560Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2024-08-20T21:53:29.2525050Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2024-08-20T21:53:29.2526260Z adding 'torch/include/ATen/ops/special_erfcx.h' 2024-08-20T21:53:29.2527660Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2528380Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2024-08-20T21:53:29.2529790Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2024-08-20T21:53:29.2531070Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2024-08-20T21:53:29.2531870Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2024-08-20T21:53:29.2533600Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2024-08-20T21:53:29.2534870Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2024-08-20T21:53:29.2536120Z adding 'torch/include/ATen/ops/special_erfinv.h' 2024-08-20T21:53:29.2537470Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2538250Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2024-08-20T21:53:29.2539740Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2024-08-20T21:53:29.2540990Z adding 'torch/include/ATen/ops/special_exp2.h' 2024-08-20T21:53:29.2542370Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2543150Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2024-08-20T21:53:29.2544660Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2024-08-20T21:53:29.2545870Z adding 'torch/include/ATen/ops/special_expit.h' 2024-08-20T21:53:29.2547200Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2547960Z adding 'torch/include/ATen/ops/special_expit_native.h' 2024-08-20T21:53:29.2549490Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2024-08-20T21:53:29.2550770Z adding 'torch/include/ATen/ops/special_expm1.h' 2024-08-20T21:53:29.2552130Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2552910Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2024-08-20T21:53:29.2554390Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2024-08-20T21:53:29.2555660Z adding 'torch/include/ATen/ops/special_gammainc.h' 2024-08-20T21:53:29.2557020Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2557790Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2024-08-20T21:53:29.2559310Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2024-08-20T21:53:29.2560530Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2024-08-20T21:53:29.2561930Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2562660Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2024-08-20T21:53:29.2564140Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2024-08-20T21:53:29.2565350Z adding 'torch/include/ATen/ops/special_gammaln.h' 2024-08-20T21:53:29.2566700Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2567410Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2024-08-20T21:53:29.2568900Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2024-08-20T21:53:29.2570260Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2024-08-20T21:53:29.2571700Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2572620Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2573650Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2024-08-20T21:53:29.2575070Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2024-08-20T21:53:29.2575950Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2024-08-20T21:53:29.2577380Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2024-08-20T21:53:29.2578300Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2024-08-20T21:53:29.2579970Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2024-08-20T21:53:29.2581300Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2024-08-20T21:53:29.2582750Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2583720Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2584740Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2024-08-20T21:53:29.2586160Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2024-08-20T21:53:29.2587070Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2024-08-20T21:53:29.2588480Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2024-08-20T21:53:29.2589400Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2024-08-20T21:53:29.2593570Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2024-08-20T21:53:29.2594340Z adding 'torch/include/ATen/ops/special_i0.h' 2024-08-20T21:53:29.2594830Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2595320Z adding 'torch/include/ATen/ops/special_i0_native.h' 2024-08-20T21:53:29.2595770Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2024-08-20T21:53:29.2597020Z adding 'torch/include/ATen/ops/special_i0e.h' 2024-08-20T21:53:29.2598410Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2599190Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2024-08-20T21:53:29.2600590Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2024-08-20T21:53:29.2601830Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2024-08-20T21:53:29.2602660Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2024-08-20T21:53:29.2604030Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2024-08-20T21:53:29.2605280Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2024-08-20T21:53:29.2606520Z adding 'torch/include/ATen/ops/special_i1.h' 2024-08-20T21:53:29.2607890Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2608570Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2024-08-20T21:53:29.2609960Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2024-08-20T21:53:29.2611200Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2024-08-20T21:53:29.2612020Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2024-08-20T21:53:29.2613480Z adding 'torch/include/ATen/ops/special_i1_native.h' 2024-08-20T21:53:29.2614690Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2024-08-20T21:53:29.2615880Z adding 'torch/include/ATen/ops/special_i1e.h' 2024-08-20T21:53:29.2617260Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2618000Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2024-08-20T21:53:29.2619360Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2024-08-20T21:53:29.2620600Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2024-08-20T21:53:29.2621410Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2024-08-20T21:53:29.2622780Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2024-08-20T21:53:29.2624020Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2024-08-20T21:53:29.2625410Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2024-08-20T21:53:29.2626860Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2627780Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2628800Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2024-08-20T21:53:29.2630230Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2024-08-20T21:53:29.2631110Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2024-08-20T21:53:29.2632540Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2024-08-20T21:53:29.2633470Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2024-08-20T21:53:29.2635160Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2024-08-20T21:53:29.2636480Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2024-08-20T21:53:29.2637940Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2638890Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2639870Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2024-08-20T21:53:29.2641280Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2024-08-20T21:53:29.2642140Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2024-08-20T21:53:29.2643570Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2024-08-20T21:53:29.2644480Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2024-08-20T21:53:29.2646160Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2024-08-20T21:53:29.2647420Z adding 'torch/include/ATen/ops/special_log1p.h' 2024-08-20T21:53:29.2648760Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2649420Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2024-08-20T21:53:29.2651110Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2024-08-20T21:53:29.2652330Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2024-08-20T21:53:29.2653220Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2654060Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2024-08-20T21:53:29.2655360Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2024-08-20T21:53:29.2655880Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2024-08-20T21:53:29.2657150Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2024-08-20T21:53:29.2657780Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2024-08-20T21:53:29.2659050Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2024-08-20T21:53:29.2659730Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2024-08-20T21:53:29.2661140Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2661820Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2024-08-20T21:53:29.2662580Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2024-08-20T21:53:29.2663790Z adding 'torch/include/ATen/ops/special_logit.h' 2024-08-20T21:53:29.2664630Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2665380Z adding 'torch/include/ATen/ops/special_logit_native.h' 2024-08-20T21:53:29.2666630Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2024-08-20T21:53:29.2667350Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2024-08-20T21:53:29.2668760Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2669310Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2024-08-20T21:53:29.2670480Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2024-08-20T21:53:29.2671190Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2024-08-20T21:53:29.2672690Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2673380Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2024-08-20T21:53:29.2674240Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2024-08-20T21:53:29.2674880Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2024-08-20T21:53:29.2675760Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2024-08-20T21:53:29.2676630Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2024-08-20T21:53:29.2677950Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2024-08-20T21:53:29.2678480Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2024-08-20T21:53:29.2679950Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2680640Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2024-08-20T21:53:29.2681470Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2024-08-20T21:53:29.2682200Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2024-08-20T21:53:29.2686680Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2024-08-20T21:53:29.2687260Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2024-08-20T21:53:29.2687800Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2024-08-20T21:53:29.2688260Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2024-08-20T21:53:29.2688920Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2689610Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2024-08-20T21:53:29.2690170Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2024-08-20T21:53:29.2690690Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2024-08-20T21:53:29.2691210Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2024-08-20T21:53:29.2691740Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2024-08-20T21:53:29.2692230Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2024-08-20T21:53:29.2693410Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2024-08-20T21:53:29.2694260Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2694990Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2024-08-20T21:53:29.2695660Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2024-08-20T21:53:29.2696300Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2024-08-20T21:53:29.2697180Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2024-08-20T21:53:29.2698050Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2024-08-20T21:53:29.2699000Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2024-08-20T21:53:29.2700280Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2024-08-20T21:53:29.2700960Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2701720Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2024-08-20T21:53:29.2703020Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2024-08-20T21:53:29.2703570Z adding 'torch/include/ATen/ops/special_ndtr.h' 2024-08-20T21:53:29.2705040Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2705550Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2024-08-20T21:53:29.2706560Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2024-08-20T21:53:29.2707250Z adding 'torch/include/ATen/ops/special_ndtri.h' 2024-08-20T21:53:29.2708720Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2709310Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2024-08-20T21:53:29.2709950Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2024-08-20T21:53:29.2710840Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2024-08-20T21:53:29.2711970Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2024-08-20T21:53:29.2712520Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2024-08-20T21:53:29.2713760Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2024-08-20T21:53:29.2714420Z adding 'torch/include/ATen/ops/special_polygamma.h' 2024-08-20T21:53:29.2715820Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2716370Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2024-08-20T21:53:29.2717250Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2024-08-20T21:53:29.2718330Z adding 'torch/include/ATen/ops/special_psi.h' 2024-08-20T21:53:29.2719190Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2720250Z adding 'torch/include/ATen/ops/special_psi_native.h' 2024-08-20T21:53:29.2720900Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2024-08-20T21:53:29.2721990Z adding 'torch/include/ATen/ops/special_round.h' 2024-08-20T21:53:29.2722910Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2723650Z adding 'torch/include/ATen/ops/special_round_native.h' 2024-08-20T21:53:29.2724860Z adding 'torch/include/ATen/ops/special_round_ops.h' 2024-08-20T21:53:29.2725680Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2024-08-20T21:53:29.2726940Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2727530Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2024-08-20T21:53:29.2728560Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2024-08-20T21:53:29.2729380Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2024-08-20T21:53:29.2730280Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2024-08-20T21:53:29.2731120Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2024-08-20T21:53:29.2732140Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2024-08-20T21:53:29.2733100Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2024-08-20T21:53:29.2734160Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2734730Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2024-08-20T21:53:29.2735740Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2024-08-20T21:53:29.2736580Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2024-08-20T21:53:29.2737500Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2024-08-20T21:53:29.2738170Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2024-08-20T21:53:29.2739280Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2024-08-20T21:53:29.2740360Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2024-08-20T21:53:29.2741470Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2742300Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2743230Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2024-08-20T21:53:29.2743950Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2024-08-20T21:53:29.2744960Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2024-08-20T21:53:29.2745850Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2024-08-20T21:53:29.2746800Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2024-08-20T21:53:29.2747930Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2024-08-20T21:53:29.2749080Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2024-08-20T21:53:29.2750080Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2750910Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2752030Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2024-08-20T21:53:29.2752640Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2024-08-20T21:53:29.2753890Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2024-08-20T21:53:29.2754380Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2024-08-20T21:53:29.2755530Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2024-08-20T21:53:29.2756670Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2024-08-20T21:53:29.2757810Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2024-08-20T21:53:29.2758560Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2759670Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2760270Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2024-08-20T21:53:29.2761250Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2024-08-20T21:53:29.2762120Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2024-08-20T21:53:29.2762990Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2024-08-20T21:53:29.2763930Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2024-08-20T21:53:29.2765040Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2024-08-20T21:53:29.2766090Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2024-08-20T21:53:29.2767210Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2767980Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2768700Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2024-08-20T21:53:29.2769740Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2024-08-20T21:53:29.2770400Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2024-08-20T21:53:29.2771440Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2024-08-20T21:53:29.2772270Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2024-08-20T21:53:29.2773810Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2024-08-20T21:53:29.2774650Z adding 'torch/include/ATen/ops/special_sinc.h' 2024-08-20T21:53:29.2775700Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2776440Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2024-08-20T21:53:29.2777430Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2024-08-20T21:53:29.2778480Z adding 'torch/include/ATen/ops/special_softmax.h' 2024-08-20T21:53:29.2779620Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2780000Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2024-08-20T21:53:29.2781190Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2024-08-20T21:53:29.2782070Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2024-08-20T21:53:29.2783150Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2783770Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2024-08-20T21:53:29.2784930Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2024-08-20T21:53:29.2785470Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2024-08-20T21:53:29.2786600Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2024-08-20T21:53:29.2787190Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2024-08-20T21:53:29.2788450Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2024-08-20T21:53:29.2789250Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2024-08-20T21:53:29.2790480Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2791240Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2792290Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2024-08-20T21:53:29.2792770Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2024-08-20T21:53:29.2797430Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2024-08-20T21:53:29.2797670Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2024-08-20T21:53:29.2797850Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2024-08-20T21:53:29.2798000Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2024-08-20T21:53:29.2798140Z adding 'torch/include/ATen/ops/special_xlogy.h' 2024-08-20T21:53:29.2800420Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2801450Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2024-08-20T21:53:29.2802750Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2024-08-20T21:53:29.2803900Z adding 'torch/include/ATen/ops/special_zeta.h' 2024-08-20T21:53:29.2805060Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2805860Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2806930Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2024-08-20T21:53:29.2807590Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2024-08-20T21:53:29.2808640Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2024-08-20T21:53:29.2809540Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2024-08-20T21:53:29.2810480Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2024-08-20T21:53:29.2811650Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2024-08-20T21:53:29.2812690Z adding 'torch/include/ATen/ops/split.h' 2024-08-20T21:53:29.2813850Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2814790Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2815740Z adding 'torch/include/ATen/ops/split_copy.h' 2024-08-20T21:53:29.2816860Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2817890Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2818420Z adding 'torch/include/ATen/ops/split_copy_native.h' 2024-08-20T21:53:29.2819710Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2024-08-20T21:53:29.2820720Z adding 'torch/include/ATen/ops/split_native.h' 2024-08-20T21:53:29.2821730Z adding 'torch/include/ATen/ops/split_ops.h' 2024-08-20T21:53:29.2822600Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2024-08-20T21:53:29.2823770Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2824830Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2024-08-20T21:53:29.2825540Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2826790Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2827290Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2024-08-20T21:53:29.2828530Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2024-08-20T21:53:29.2829380Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2024-08-20T21:53:29.2830240Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2024-08-20T21:53:29.2831410Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2024-08-20T21:53:29.2831960Z adding 'torch/include/ATen/ops/sqrt.h' 2024-08-20T21:53:29.2833360Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2833840Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2024-08-20T21:53:29.2835120Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2024-08-20T21:53:29.2835620Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2024-08-20T21:53:29.2836750Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2024-08-20T21:53:29.2837370Z adding 'torch/include/ATen/ops/sqrt_mps_dispatch.h' 2024-08-20T21:53:29.2838580Z adding 'torch/include/ATen/ops/sqrt_native.h' 2024-08-20T21:53:29.2839460Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2024-08-20T21:53:29.2840630Z adding 'torch/include/ATen/ops/square.h' 2024-08-20T21:53:29.2841350Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2842370Z adding 'torch/include/ATen/ops/square_native.h' 2024-08-20T21:53:29.2843080Z adding 'torch/include/ATen/ops/square_ops.h' 2024-08-20T21:53:29.2844330Z adding 'torch/include/ATen/ops/squeeze.h' 2024-08-20T21:53:29.2845320Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2846010Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2847170Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2024-08-20T21:53:29.2848340Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2848940Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2849970Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2024-08-20T21:53:29.2851150Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2024-08-20T21:53:29.2851860Z adding 'torch/include/ATen/ops/squeeze_native.h' 2024-08-20T21:53:29.2853210Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2024-08-20T21:53:29.2854370Z adding 'torch/include/ATen/ops/sspaddmm.h' 2024-08-20T21:53:29.2855050Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2856130Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2024-08-20T21:53:29.2856780Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2024-08-20T21:53:29.2858040Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2024-08-20T21:53:29.2859060Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2024-08-20T21:53:29.2859510Z adding 'torch/include/ATen/ops/stack.h' 2024-08-20T21:53:29.2860860Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2861350Z adding 'torch/include/ATen/ops/stack_native.h' 2024-08-20T21:53:29.2862850Z adding 'torch/include/ATen/ops/stack_ops.h' 2024-08-20T21:53:29.2863820Z adding 'torch/include/ATen/ops/std.h' 2024-08-20T21:53:29.2864780Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2865880Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2024-08-20T21:53:29.2866330Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2024-08-20T21:53:29.2867690Z adding 'torch/include/ATen/ops/std_mean.h' 2024-08-20T21:53:29.2868670Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2869850Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2870360Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2024-08-20T21:53:29.2871480Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2024-08-20T21:53:29.2872140Z adding 'torch/include/ATen/ops/std_mean_mps_dispatch.h' 2024-08-20T21:53:29.2873240Z adding 'torch/include/ATen/ops/std_mean_native.h' 2024-08-20T21:53:29.2874470Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2024-08-20T21:53:29.2875290Z adding 'torch/include/ATen/ops/std_mps_dispatch.h' 2024-08-20T21:53:29.2876420Z adding 'torch/include/ATen/ops/std_native.h' 2024-08-20T21:53:29.2877680Z adding 'torch/include/ATen/ops/std_ops.h' 2024-08-20T21:53:29.2878840Z adding 'torch/include/ATen/ops/stft.h' 2024-08-20T21:53:29.2879610Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2880770Z adding 'torch/include/ATen/ops/stft_native.h' 2024-08-20T21:53:29.2881650Z adding 'torch/include/ATen/ops/stft_ops.h' 2024-08-20T21:53:29.2882560Z adding 'torch/include/ATen/ops/stride.h' 2024-08-20T21:53:29.2883760Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2884200Z adding 'torch/include/ATen/ops/stride_native.h' 2024-08-20T21:53:29.2885430Z adding 'torch/include/ATen/ops/stride_ops.h' 2024-08-20T21:53:29.2886410Z adding 'torch/include/ATen/ops/sub.h' 2024-08-20T21:53:29.2887450Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2888180Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2889330Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2024-08-20T21:53:29.2889780Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2024-08-20T21:53:29.2890980Z adding 'torch/include/ATen/ops/sub_meta.h' 2024-08-20T21:53:29.2891850Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2024-08-20T21:53:29.2892870Z adding 'torch/include/ATen/ops/sub_mps_dispatch.h' 2024-08-20T21:53:29.2893400Z adding 'torch/include/ATen/ops/sub_native.h' 2024-08-20T21:53:29.2894820Z adding 'torch/include/ATen/ops/sub_ops.h' 2024-08-20T21:53:29.2895660Z adding 'torch/include/ATen/ops/subtract.h' 2024-08-20T21:53:29.2896980Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2897370Z adding 'torch/include/ATen/ops/subtract_native.h' 2024-08-20T21:53:29.2898790Z adding 'torch/include/ATen/ops/subtract_ops.h' 2024-08-20T21:53:29.2899980Z adding 'torch/include/ATen/ops/sum.h' 2024-08-20T21:53:29.2900650Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2901910Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2902500Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2903580Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2024-08-20T21:53:29.2904640Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2024-08-20T21:53:29.2905020Z adding 'torch/include/ATen/ops/sum_meta.h' 2024-08-20T21:53:29.2906200Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2024-08-20T21:53:29.2906770Z adding 'torch/include/ATen/ops/sum_mps_dispatch.h' 2024-08-20T21:53:29.2908040Z adding 'torch/include/ATen/ops/sum_native.h' 2024-08-20T21:53:29.2909230Z adding 'torch/include/ATen/ops/sum_ops.h' 2024-08-20T21:53:29.2910070Z adding 'torch/include/ATen/ops/sum_to_size.h' 2024-08-20T21:53:29.2911080Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2911820Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2024-08-20T21:53:29.2912990Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2024-08-20T21:53:29.2913970Z adding 'torch/include/ATen/ops/svd.h' 2024-08-20T21:53:29.2914600Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2915670Z adding 'torch/include/ATen/ops/svd_native.h' 2024-08-20T21:53:29.2916510Z adding 'torch/include/ATen/ops/svd_ops.h' 2024-08-20T21:53:29.2917680Z adding 'torch/include/ATen/ops/swapaxes.h' 2024-08-20T21:53:29.2918320Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2919370Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2024-08-20T21:53:29.2920380Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2024-08-20T21:53:29.2921380Z adding 'torch/include/ATen/ops/swapdims.h' 2024-08-20T21:53:29.2921960Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2923060Z adding 'torch/include/ATen/ops/swapdims_native.h' 2024-08-20T21:53:29.2924060Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2024-08-20T21:53:29.2924680Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2024-08-20T21:53:29.2926050Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2926530Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2024-08-20T21:53:29.2927980Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2928380Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2024-08-20T21:53:29.2929560Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2024-08-20T21:53:29.2930140Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2024-08-20T21:53:29.2931320Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2024-08-20T21:53:29.2931890Z adding 'torch/include/ATen/ops/sym_numel.h' 2024-08-20T21:53:29.2933300Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2933660Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2024-08-20T21:53:29.2934830Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2024-08-20T21:53:29.2935830Z adding 'torch/include/ATen/ops/sym_size.h' 2024-08-20T21:53:29.2936420Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2937450Z adding 'torch/include/ATen/ops/sym_size_native.h' 2024-08-20T21:53:29.2938470Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2024-08-20T21:53:29.2939000Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2024-08-20T21:53:29.2940290Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2940720Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2024-08-20T21:53:29.2941950Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2024-08-20T21:53:29.2942530Z adding 'torch/include/ATen/ops/sym_stride.h' 2024-08-20T21:53:29.2943820Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2944290Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2024-08-20T21:53:29.2945460Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2024-08-20T21:53:29.2946060Z adding 'torch/include/ATen/ops/t.h' 2024-08-20T21:53:29.2947090Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2948300Z adding 'torch/include/ATen/ops/t_copy.h' 2024-08-20T21:53:29.2948870Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.2950090Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2950520Z adding 'torch/include/ATen/ops/t_copy_native.h' 2024-08-20T21:53:29.2955190Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2024-08-20T21:53:29.2955470Z adding 'torch/include/ATen/ops/t_native.h' 2024-08-20T21:53:29.2955590Z adding 'torch/include/ATen/ops/t_ops.h' 2024-08-20T21:53:29.2955700Z adding 'torch/include/ATen/ops/take.h' 2024-08-20T21:53:29.2955840Z adding 'torch/include/ATen/ops/take_along_dim.h' 2024-08-20T21:53:29.2956130Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2957100Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2024-08-20T21:53:29.2958250Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2024-08-20T21:53:29.2959110Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2024-08-20T21:53:29.2959970Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2024-08-20T21:53:29.2960810Z adding 'torch/include/ATen/ops/take_native.h' 2024-08-20T21:53:29.2961660Z adding 'torch/include/ATen/ops/take_ops.h' 2024-08-20T21:53:29.2962560Z adding 'torch/include/ATen/ops/tan.h' 2024-08-20T21:53:29.2963900Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2964260Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2024-08-20T21:53:29.2965370Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2024-08-20T21:53:29.2966200Z adding 'torch/include/ATen/ops/tan_meta.h' 2024-08-20T21:53:29.2967140Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2024-08-20T21:53:29.2967700Z adding 'torch/include/ATen/ops/tan_mps_dispatch.h' 2024-08-20T21:53:29.2968850Z adding 'torch/include/ATen/ops/tan_native.h' 2024-08-20T21:53:29.2969990Z adding 'torch/include/ATen/ops/tan_ops.h' 2024-08-20T21:53:29.2970500Z adding 'torch/include/ATen/ops/tanh.h' 2024-08-20T21:53:29.2971720Z adding 'torch/include/ATen/ops/tanh_backward.h' 2024-08-20T21:53:29.2972960Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2973330Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2024-08-20T21:53:29.2974440Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2024-08-20T21:53:29.2975050Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2024-08-20T21:53:29.2976040Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2024-08-20T21:53:29.2976910Z adding 'torch/include/ATen/ops/tanh_backward_mps_dispatch.h' 2024-08-20T21:53:29.2978030Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2024-08-20T21:53:29.2978880Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2024-08-20T21:53:29.2979870Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.2980420Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2024-08-20T21:53:29.2981430Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2024-08-20T21:53:29.2982270Z adding 'torch/include/ATen/ops/tanh_meta.h' 2024-08-20T21:53:29.2983140Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2024-08-20T21:53:29.2983970Z adding 'torch/include/ATen/ops/tanh_mps_dispatch.h' 2024-08-20T21:53:29.2984890Z adding 'torch/include/ATen/ops/tanh_native.h' 2024-08-20T21:53:29.2985910Z adding 'torch/include/ATen/ops/tanh_ops.h' 2024-08-20T21:53:29.2986950Z adding 'torch/include/ATen/ops/tensor.h' 2024-08-20T21:53:29.2988050Z adding 'torch/include/ATen/ops/tensor_split.h' 2024-08-20T21:53:29.2989350Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2989750Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2024-08-20T21:53:29.2991400Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2024-08-20T21:53:29.2992360Z adding 'torch/include/ATen/ops/tensordot.h' 2024-08-20T21:53:29.2993400Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2993950Z adding 'torch/include/ATen/ops/tensordot_native.h' 2024-08-20T21:53:29.2995180Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2024-08-20T21:53:29.2996410Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2024-08-20T21:53:29.2997700Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.2998060Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2024-08-20T21:53:29.2999280Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2024-08-20T21:53:29.3000210Z adding 'torch/include/ATen/ops/threshold.h' 2024-08-20T21:53:29.3001200Z adding 'torch/include/ATen/ops/threshold_backward.h' 2024-08-20T21:53:29.3002280Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3002920Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2024-08-20T21:53:29.3003950Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2024-08-20T21:53:29.3004760Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2024-08-20T21:53:29.3005780Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2024-08-20T21:53:29.3006630Z adding 'torch/include/ATen/ops/threshold_backward_mps_dispatch.h' 2024-08-20T21:53:29.3007480Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2024-08-20T21:53:29.3008540Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2024-08-20T21:53:29.3009560Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3010380Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2024-08-20T21:53:29.3011240Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2024-08-20T21:53:29.3012070Z adding 'torch/include/ATen/ops/threshold_meta.h' 2024-08-20T21:53:29.3012990Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2024-08-20T21:53:29.3013850Z adding 'torch/include/ATen/ops/threshold_mps_dispatch.h' 2024-08-20T21:53:29.3014710Z adding 'torch/include/ATen/ops/threshold_native.h' 2024-08-20T21:53:29.3015800Z adding 'torch/include/ATen/ops/threshold_ops.h' 2024-08-20T21:53:29.3016770Z adding 'torch/include/ATen/ops/tile.h' 2024-08-20T21:53:29.3017770Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3018510Z adding 'torch/include/ATen/ops/tile_native.h' 2024-08-20T21:53:29.3019470Z adding 'torch/include/ATen/ops/tile_ops.h' 2024-08-20T21:53:29.3020310Z adding 'torch/include/ATen/ops/to.h' 2024-08-20T21:53:29.3021400Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3022140Z adding 'torch/include/ATen/ops/to_dense.h' 2024-08-20T21:53:29.3023110Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2024-08-20T21:53:29.3024120Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3024720Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2024-08-20T21:53:29.3025810Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2024-08-20T21:53:29.3026760Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3027500Z adding 'torch/include/ATen/ops/to_dense_native.h' 2024-08-20T21:53:29.3028480Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2024-08-20T21:53:29.3029440Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2024-08-20T21:53:29.3030310Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2024-08-20T21:53:29.3031420Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3031980Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2024-08-20T21:53:29.3033040Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2024-08-20T21:53:29.3034000Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3034870Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2024-08-20T21:53:29.3035730Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2024-08-20T21:53:29.3036720Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2024-08-20T21:53:29.3037630Z adding 'torch/include/ATen/ops/to_native.h' 2024-08-20T21:53:29.3038760Z adding 'torch/include/ATen/ops/to_ops.h' 2024-08-20T21:53:29.3039930Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2024-08-20T21:53:29.3041030Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3041780Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2024-08-20T21:53:29.3042830Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2024-08-20T21:53:29.3043650Z adding 'torch/include/ATen/ops/to_sparse.h' 2024-08-20T21:53:29.3044520Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2024-08-20T21:53:29.3045580Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3046330Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2024-08-20T21:53:29.3047300Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2024-08-20T21:53:29.3048110Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2024-08-20T21:53:29.3049130Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3049740Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2024-08-20T21:53:29.3050810Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2024-08-20T21:53:29.3051880Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3052430Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2024-08-20T21:53:29.3053630Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3054220Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2024-08-20T21:53:29.3055290Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2024-08-20T21:53:29.3056110Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2024-08-20T21:53:29.3057140Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3057760Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2024-08-20T21:53:29.3059000Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2024-08-20T21:53:29.3060050Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2024-08-20T21:53:29.3060870Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2024-08-20T21:53:29.3062020Z adding 'torch/include/ATen/ops/topk.h' 2024-08-20T21:53:29.3063150Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3063750Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2024-08-20T21:53:29.3065000Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2024-08-20T21:53:29.3065840Z adding 'torch/include/ATen/ops/topk_meta.h' 2024-08-20T21:53:29.3066720Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2024-08-20T21:53:29.3067730Z adding 'torch/include/ATen/ops/topk_mps_dispatch.h' 2024-08-20T21:53:29.3068570Z adding 'torch/include/ATen/ops/topk_native.h' 2024-08-20T21:53:29.3069530Z adding 'torch/include/ATen/ops/topk_ops.h' 2024-08-20T21:53:29.3070590Z adding 'torch/include/ATen/ops/trace.h' 2024-08-20T21:53:29.3071550Z adding 'torch/include/ATen/ops/trace_backward.h' 2024-08-20T21:53:29.3072540Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3073130Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2024-08-20T21:53:29.3074220Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2024-08-20T21:53:29.3075290Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3075880Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2024-08-20T21:53:29.3076890Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2024-08-20T21:53:29.3077750Z adding 'torch/include/ATen/ops/trace_mps_dispatch.h' 2024-08-20T21:53:29.3078590Z adding 'torch/include/ATen/ops/trace_native.h' 2024-08-20T21:53:29.3079520Z adding 'torch/include/ATen/ops/trace_ops.h' 2024-08-20T21:53:29.3080470Z adding 'torch/include/ATen/ops/transpose.h' 2024-08-20T21:53:29.3081490Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3082330Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3083170Z adding 'torch/include/ATen/ops/transpose_copy.h' 2024-08-20T21:53:29.3084210Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3085130Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3085700Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2024-08-20T21:53:29.3086830Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2024-08-20T21:53:29.3087990Z adding 'torch/include/ATen/ops/transpose_native.h' 2024-08-20T21:53:29.3088740Z adding 'torch/include/ATen/ops/transpose_ops.h' 2024-08-20T21:53:29.3089630Z adding 'torch/include/ATen/ops/trapezoid.h' 2024-08-20T21:53:29.3090740Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3091330Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2024-08-20T21:53:29.3092440Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2024-08-20T21:53:29.3093310Z adding 'torch/include/ATen/ops/trapz.h' 2024-08-20T21:53:29.3094390Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3094960Z adding 'torch/include/ATen/ops/trapz_native.h' 2024-08-20T21:53:29.3096070Z adding 'torch/include/ATen/ops/trapz_ops.h' 2024-08-20T21:53:29.3097080Z adding 'torch/include/ATen/ops/triangular_solve.h' 2024-08-20T21:53:29.3098260Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3098840Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2024-08-20T21:53:29.3100030Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2024-08-20T21:53:29.3100610Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2024-08-20T21:53:29.3101890Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2024-08-20T21:53:29.3102400Z adding 'torch/include/ATen/ops/triangular_solve_mps_dispatch.h' 2024-08-20T21:53:29.3103600Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2024-08-20T21:53:29.3108010Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2024-08-20T21:53:29.3108270Z adding 'torch/include/ATen/ops/tril.h' 2024-08-20T21:53:29.3108580Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3108780Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2024-08-20T21:53:29.3108930Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2024-08-20T21:53:29.3109070Z adding 'torch/include/ATen/ops/tril_indices.h' 2024-08-20T21:53:29.3109850Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3111310Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2024-08-20T21:53:29.3111560Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2024-08-20T21:53:29.3112680Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2024-08-20T21:53:29.3113830Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2024-08-20T21:53:29.3114340Z adding 'torch/include/ATen/ops/tril_meta.h' 2024-08-20T21:53:29.3115490Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2024-08-20T21:53:29.3116350Z adding 'torch/include/ATen/ops/tril_mps_dispatch.h' 2024-08-20T21:53:29.3117310Z adding 'torch/include/ATen/ops/tril_native.h' 2024-08-20T21:53:29.3118170Z adding 'torch/include/ATen/ops/tril_ops.h' 2024-08-20T21:53:29.3119060Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2024-08-20T21:53:29.3120180Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3120790Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2024-08-20T21:53:29.3121900Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2024-08-20T21:53:29.3122800Z adding 'torch/include/ATen/ops/triu.h' 2024-08-20T21:53:29.3123980Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3124460Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2024-08-20T21:53:29.3125490Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2024-08-20T21:53:29.3126450Z adding 'torch/include/ATen/ops/triu_indices.h' 2024-08-20T21:53:29.3127500Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3128370Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2024-08-20T21:53:29.3129230Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2024-08-20T21:53:29.3130080Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2024-08-20T21:53:29.3131200Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2024-08-20T21:53:29.3132020Z adding 'torch/include/ATen/ops/triu_meta.h' 2024-08-20T21:53:29.3132890Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2024-08-20T21:53:29.3133760Z adding 'torch/include/ATen/ops/triu_mps_dispatch.h' 2024-08-20T21:53:29.3134780Z adding 'torch/include/ATen/ops/triu_native.h' 2024-08-20T21:53:29.3135480Z adding 'torch/include/ATen/ops/triu_ops.h' 2024-08-20T21:53:29.3136630Z adding 'torch/include/ATen/ops/true_divide.h' 2024-08-20T21:53:29.3137630Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3138210Z adding 'torch/include/ATen/ops/true_divide_native.h' 2024-08-20T21:53:29.3139440Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2024-08-20T21:53:29.3140330Z adding 'torch/include/ATen/ops/trunc.h' 2024-08-20T21:53:29.3141480Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3142020Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2024-08-20T21:53:29.3143050Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2024-08-20T21:53:29.3143880Z adding 'torch/include/ATen/ops/trunc_meta.h' 2024-08-20T21:53:29.3144770Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2024-08-20T21:53:29.3145620Z adding 'torch/include/ATen/ops/trunc_mps_dispatch.h' 2024-08-20T21:53:29.3146570Z adding 'torch/include/ATen/ops/trunc_native.h' 2024-08-20T21:53:29.3147580Z adding 'torch/include/ATen/ops/trunc_ops.h' 2024-08-20T21:53:29.3148390Z adding 'torch/include/ATen/ops/type_as.h' 2024-08-20T21:53:29.3149480Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3150000Z adding 'torch/include/ATen/ops/type_as_native.h' 2024-08-20T21:53:29.3151090Z adding 'torch/include/ATen/ops/type_as_ops.h' 2024-08-20T21:53:29.3152040Z adding 'torch/include/ATen/ops/unbind.h' 2024-08-20T21:53:29.3153020Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3153880Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3154730Z adding 'torch/include/ATen/ops/unbind_copy.h' 2024-08-20T21:53:29.3155830Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3156610Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3157450Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2024-08-20T21:53:29.3158470Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2024-08-20T21:53:29.3159340Z adding 'torch/include/ATen/ops/unbind_native.h' 2024-08-20T21:53:29.3160430Z adding 'torch/include/ATen/ops/unbind_ops.h' 2024-08-20T21:53:29.3161470Z adding 'torch/include/ATen/ops/unflatten.h' 2024-08-20T21:53:29.3162530Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3163440Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2024-08-20T21:53:29.3164440Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3165350Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2024-08-20T21:53:29.3166190Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2024-08-20T21:53:29.3167020Z adding 'torch/include/ATen/ops/unflatten_native.h' 2024-08-20T21:53:29.3168030Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2024-08-20T21:53:29.3168910Z adding 'torch/include/ATen/ops/unfold.h' 2024-08-20T21:53:29.3170100Z adding 'torch/include/ATen/ops/unfold_backward.h' 2024-08-20T21:53:29.3171230Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3171770Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2024-08-20T21:53:29.3173010Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2024-08-20T21:53:29.3173450Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2024-08-20T21:53:29.3174740Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2024-08-20T21:53:29.3175570Z adding 'torch/include/ATen/ops/unfold_copy.h' 2024-08-20T21:53:29.3176870Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3177460Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3178460Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2024-08-20T21:53:29.3179310Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2024-08-20T21:53:29.3180320Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2024-08-20T21:53:29.3180870Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2024-08-20T21:53:29.3181990Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2024-08-20T21:53:29.3182570Z adding 'torch/include/ATen/ops/unfold_mps_dispatch.h' 2024-08-20T21:53:29.3183660Z adding 'torch/include/ATen/ops/unfold_native.h' 2024-08-20T21:53:29.3184630Z adding 'torch/include/ATen/ops/unfold_ops.h' 2024-08-20T21:53:29.3185510Z adding 'torch/include/ATen/ops/uniform.h' 2024-08-20T21:53:29.3186490Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3187540Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2024-08-20T21:53:29.3188000Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2024-08-20T21:53:29.3188980Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2024-08-20T21:53:29.3189830Z adding 'torch/include/ATen/ops/uniform_mps_dispatch.h' 2024-08-20T21:53:29.3190720Z adding 'torch/include/ATen/ops/uniform_native.h' 2024-08-20T21:53:29.3191760Z adding 'torch/include/ATen/ops/uniform_ops.h' 2024-08-20T21:53:29.3192810Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2024-08-20T21:53:29.3193930Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3194600Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2024-08-20T21:53:29.3195590Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2024-08-20T21:53:29.3196450Z adding 'torch/include/ATen/ops/unique_consecutive_mps_dispatch.h' 2024-08-20T21:53:29.3197390Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2024-08-20T21:53:29.3198390Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2024-08-20T21:53:29.3199500Z adding 'torch/include/ATen/ops/unique_dim.h' 2024-08-20T21:53:29.3200500Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3201550Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2024-08-20T21:53:29.3202190Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3203590Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2024-08-20T21:53:29.3204210Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2024-08-20T21:53:29.3205200Z adding 'torch/include/ATen/ops/unique_dim_consecutive_mps_dispatch.h' 2024-08-20T21:53:29.3206330Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2024-08-20T21:53:29.3207180Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2024-08-20T21:53:29.3208020Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2024-08-20T21:53:29.3208890Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2024-08-20T21:53:29.3209930Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2024-08-20T21:53:29.3210960Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2024-08-20T21:53:29.3211940Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2024-08-20T21:53:29.3213070Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3213410Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2024-08-20T21:53:29.3214650Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2024-08-20T21:53:29.3215790Z adding 'torch/include/ATen/ops/unsafe_split.h' 2024-08-20T21:53:29.3216910Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3217320Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2024-08-20T21:53:29.3218600Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2024-08-20T21:53:29.3219730Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2024-08-20T21:53:29.3220740Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3221780Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2024-08-20T21:53:29.3222620Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2024-08-20T21:53:29.3223420Z adding 'torch/include/ATen/ops/unsqueeze.h' 2024-08-20T21:53:29.3224410Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3225430Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2024-08-20T21:53:29.3226150Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3227380Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3227800Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2024-08-20T21:53:29.3229030Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2024-08-20T21:53:29.3229880Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2024-08-20T21:53:29.3230890Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2024-08-20T21:53:29.3232170Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2024-08-20T21:53:29.3233500Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2024-08-20T21:53:29.3234710Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3235350Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.3236640Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.3237230Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2024-08-20T21:53:29.3238540Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2024-08-20T21:53:29.3239580Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2024-08-20T21:53:29.3240210Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2024-08-20T21:53:29.3241590Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3242150Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3243340Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2024-08-20T21:53:29.3243940Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2024-08-20T21:53:29.3245180Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2024-08-20T21:53:29.3245770Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2024-08-20T21:53:29.3246920Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2024-08-20T21:53:29.3248060Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2024-08-20T21:53:29.3249300Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2024-08-20T21:53:29.3250610Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2024-08-20T21:53:29.3251680Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3252810Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.3253340Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.3254490Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2024-08-20T21:53:29.3255370Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2024-08-20T21:53:29.3256230Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_mps_dispatch.h' 2024-08-20T21:53:29.3257360Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2024-08-20T21:53:29.3258200Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2024-08-20T21:53:29.3262920Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3263390Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3263610Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2024-08-20T21:53:29.3263830Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2024-08-20T21:53:29.3264010Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2024-08-20T21:53:29.3264420Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2024-08-20T21:53:29.3265920Z adding 'torch/include/ATen/ops/upsample_bilinear2d_mps_dispatch.h' 2024-08-20T21:53:29.3266340Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2024-08-20T21:53:29.3267670Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2024-08-20T21:53:29.3268930Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2024-08-20T21:53:29.3270230Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2024-08-20T21:53:29.3271310Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3272000Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.3273190Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.3273850Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2024-08-20T21:53:29.3275120Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2024-08-20T21:53:29.3275740Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_mps_dispatch.h' 2024-08-20T21:53:29.3277000Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2024-08-20T21:53:29.3277840Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2024-08-20T21:53:29.3278960Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3279660Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3280690Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2024-08-20T21:53:29.3281560Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2024-08-20T21:53:29.3282500Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2024-08-20T21:53:29.3283500Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2024-08-20T21:53:29.3284360Z adding 'torch/include/ATen/ops/upsample_linear1d_mps_dispatch.h' 2024-08-20T21:53:29.3285330Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2024-08-20T21:53:29.3286430Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2024-08-20T21:53:29.3287660Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2024-08-20T21:53:29.3288920Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2024-08-20T21:53:29.3290100Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3290750Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.3291820Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.3292640Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2024-08-20T21:53:29.3293680Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2024-08-20T21:53:29.3294510Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_mps_dispatch.h' 2024-08-20T21:53:29.3295460Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2024-08-20T21:53:29.3296490Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2024-08-20T21:53:29.3297620Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3298270Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3299280Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2024-08-20T21:53:29.3300250Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2024-08-20T21:53:29.3301070Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2024-08-20T21:53:29.3301970Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2024-08-20T21:53:29.3302940Z adding 'torch/include/ATen/ops/upsample_nearest1d_mps_dispatch.h' 2024-08-20T21:53:29.3303770Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2024-08-20T21:53:29.3304870Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2024-08-20T21:53:29.3306140Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2024-08-20T21:53:29.3307440Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2024-08-20T21:53:29.3308640Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3309340Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.3310420Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.3311250Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2024-08-20T21:53:29.3312250Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2024-08-20T21:53:29.3313120Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_mps_dispatch.h' 2024-08-20T21:53:29.3314080Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2024-08-20T21:53:29.3315200Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2024-08-20T21:53:29.3316280Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3316960Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3317970Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2024-08-20T21:53:29.3318950Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2024-08-20T21:53:29.3319770Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2024-08-20T21:53:29.3320670Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2024-08-20T21:53:29.3321550Z adding 'torch/include/ATen/ops/upsample_nearest2d_mps_dispatch.h' 2024-08-20T21:53:29.3322530Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2024-08-20T21:53:29.3323590Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2024-08-20T21:53:29.3324870Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2024-08-20T21:53:29.3326210Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2024-08-20T21:53:29.3327390Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3328090Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.3329200Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.3330130Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2024-08-20T21:53:29.3331030Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2024-08-20T21:53:29.3331970Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2024-08-20T21:53:29.3333020Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2024-08-20T21:53:29.3334180Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3334840Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3335850Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2024-08-20T21:53:29.3336820Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2024-08-20T21:53:29.3337650Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2024-08-20T21:53:29.3338660Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2024-08-20T21:53:29.3339970Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2024-08-20T21:53:29.3340560Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2024-08-20T21:53:29.3342000Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2024-08-20T21:53:29.3343350Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2024-08-20T21:53:29.3344550Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3345260Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2024-08-20T21:53:29.3346380Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2024-08-20T21:53:29.3347320Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2024-08-20T21:53:29.3348290Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2024-08-20T21:53:29.3349240Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2024-08-20T21:53:29.3350280Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2024-08-20T21:53:29.3351420Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3352130Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3353190Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2024-08-20T21:53:29.3354070Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2024-08-20T21:53:29.3355100Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2024-08-20T21:53:29.3355940Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2024-08-20T21:53:29.3356880Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2024-08-20T21:53:29.3357990Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2024-08-20T21:53:29.3359070Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2024-08-20T21:53:29.3360220Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3361140Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2024-08-20T21:53:29.3362120Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2024-08-20T21:53:29.3362920Z adding 'torch/include/ATen/ops/values.h' 2024-08-20T21:53:29.3363900Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3364650Z adding 'torch/include/ATen/ops/values_copy.h' 2024-08-20T21:53:29.3365730Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3366660Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3367470Z adding 'torch/include/ATen/ops/values_copy_native.h' 2024-08-20T21:53:29.3368430Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2024-08-20T21:53:29.3369290Z adding 'torch/include/ATen/ops/values_native.h' 2024-08-20T21:53:29.3370380Z adding 'torch/include/ATen/ops/values_ops.h' 2024-08-20T21:53:29.3371230Z adding 'torch/include/ATen/ops/vander.h' 2024-08-20T21:53:29.3372520Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3372850Z adding 'torch/include/ATen/ops/vander_native.h' 2024-08-20T21:53:29.3374070Z adding 'torch/include/ATen/ops/vander_ops.h' 2024-08-20T21:53:29.3375280Z adding 'torch/include/ATen/ops/var.h' 2024-08-20T21:53:29.3376310Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3377420Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2024-08-20T21:53:29.3377930Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2024-08-20T21:53:29.3379150Z adding 'torch/include/ATen/ops/var_mean.h' 2024-08-20T21:53:29.3380250Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3381250Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3382010Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2024-08-20T21:53:29.3382990Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2024-08-20T21:53:29.3383880Z adding 'torch/include/ATen/ops/var_mean_mps_dispatch.h' 2024-08-20T21:53:29.3384720Z adding 'torch/include/ATen/ops/var_mean_native.h' 2024-08-20T21:53:29.3386020Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2024-08-20T21:53:29.3386950Z adding 'torch/include/ATen/ops/var_mps_dispatch.h' 2024-08-20T21:53:29.3387900Z adding 'torch/include/ATen/ops/var_native.h' 2024-08-20T21:53:29.3389310Z adding 'torch/include/ATen/ops/var_ops.h' 2024-08-20T21:53:29.3390200Z adding 'torch/include/ATen/ops/vdot.h' 2024-08-20T21:53:29.3391190Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3392260Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2024-08-20T21:53:29.3392760Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2024-08-20T21:53:29.3393930Z adding 'torch/include/ATen/ops/vdot_native.h' 2024-08-20T21:53:29.3394920Z adding 'torch/include/ATen/ops/vdot_ops.h' 2024-08-20T21:53:29.3395750Z adding 'torch/include/ATen/ops/view.h' 2024-08-20T21:53:29.3396880Z adding 'torch/include/ATen/ops/view_as.h' 2024-08-20T21:53:29.3397420Z adding 'torch/include/ATen/ops/view_as_complex.h' 2024-08-20T21:53:29.3398650Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2024-08-20T21:53:29.3399700Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3400470Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3401510Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2024-08-20T21:53:29.3402140Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2024-08-20T21:53:29.3403400Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2024-08-20T21:53:29.3403890Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2024-08-20T21:53:29.3405020Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2024-08-20T21:53:29.3405620Z adding 'torch/include/ATen/ops/view_as_complex_mps_dispatch.h' 2024-08-20T21:53:29.3406670Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2024-08-20T21:53:29.3407820Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2024-08-20T21:53:29.3408460Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3409490Z adding 'torch/include/ATen/ops/view_as_native.h' 2024-08-20T21:53:29.3410470Z adding 'torch/include/ATen/ops/view_as_ops.h' 2024-08-20T21:53:29.3411450Z adding 'torch/include/ATen/ops/view_as_real.h' 2024-08-20T21:53:29.3412490Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2024-08-20T21:53:29.3413180Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3414410Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3414890Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2024-08-20T21:53:29.3416130Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2024-08-20T21:53:29.3417030Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2024-08-20T21:53:29.3417880Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2024-08-20T21:53:29.3422560Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2024-08-20T21:53:29.3422950Z adding 'torch/include/ATen/ops/view_as_real_mps_dispatch.h' 2024-08-20T21:53:29.3423120Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2024-08-20T21:53:29.3423270Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2024-08-20T21:53:29.3423520Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3423640Z adding 'torch/include/ATen/ops/view_copy.h' 2024-08-20T21:53:29.3424200Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3425590Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3425920Z adding 'torch/include/ATen/ops/view_copy_native.h' 2024-08-20T21:53:29.3427620Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2024-08-20T21:53:29.3428620Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2024-08-20T21:53:29.3429170Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2024-08-20T21:53:29.3430290Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2024-08-20T21:53:29.3430930Z adding 'torch/include/ATen/ops/view_mps_dispatch.h' 2024-08-20T21:53:29.3432170Z adding 'torch/include/ATen/ops/view_native.h' 2024-08-20T21:53:29.3433160Z adding 'torch/include/ATen/ops/view_ops.h' 2024-08-20T21:53:29.3433760Z adding 'torch/include/ATen/ops/vsplit.h' 2024-08-20T21:53:29.3434970Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3436030Z adding 'torch/include/ATen/ops/vsplit_native.h' 2024-08-20T21:53:29.3437030Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2024-08-20T21:53:29.3437600Z adding 'torch/include/ATen/ops/vstack.h' 2024-08-20T21:53:29.3438920Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3439460Z adding 'torch/include/ATen/ops/vstack_native.h' 2024-08-20T21:53:29.3440760Z adding 'torch/include/ATen/ops/vstack_ops.h' 2024-08-20T21:53:29.3441890Z adding 'torch/include/ATen/ops/where.h' 2024-08-20T21:53:29.3442920Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3443510Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2024-08-20T21:53:29.3444780Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2024-08-20T21:53:29.3445310Z adding 'torch/include/ATen/ops/where_mps_dispatch.h' 2024-08-20T21:53:29.3446520Z adding 'torch/include/ATen/ops/where_native.h' 2024-08-20T21:53:29.3447690Z adding 'torch/include/ATen/ops/where_ops.h' 2024-08-20T21:53:29.3448840Z adding 'torch/include/ATen/ops/xlogy.h' 2024-08-20T21:53:29.3449820Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3450740Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-08-20T21:53:29.3451750Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2024-08-20T21:53:29.3452280Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2024-08-20T21:53:29.3453460Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2024-08-20T21:53:29.3454480Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2024-08-20T21:53:29.3454950Z adding 'torch/include/ATen/ops/xlogy_mps_dispatch.h' 2024-08-20T21:53:29.3456130Z adding 'torch/include/ATen/ops/xlogy_native.h' 2024-08-20T21:53:29.3457370Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2024-08-20T21:53:29.3458220Z adding 'torch/include/ATen/ops/xor.h' 2024-08-20T21:53:29.3459480Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2024-08-20T21:53:29.3459890Z adding 'torch/include/ATen/ops/xor_native.h' 2024-08-20T21:53:29.3461200Z adding 'torch/include/ATen/ops/xor_ops.h' 2024-08-20T21:53:29.3462420Z adding 'torch/include/ATen/ops/zero.h' 2024-08-20T21:53:29.3462980Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3464060Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2024-08-20T21:53:29.3464910Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2024-08-20T21:53:29.3465780Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2024-08-20T21:53:29.3466680Z adding 'torch/include/ATen/ops/zero_mps_dispatch.h' 2024-08-20T21:53:29.3467500Z adding 'torch/include/ATen/ops/zero_native.h' 2024-08-20T21:53:29.3468730Z adding 'torch/include/ATen/ops/zero_ops.h' 2024-08-20T21:53:29.3469910Z adding 'torch/include/ATen/ops/zeros.h' 2024-08-20T21:53:29.3471220Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3471970Z adding 'torch/include/ATen/ops/zeros_like.h' 2024-08-20T21:53:29.3473290Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2024-08-20T21:53:29.3474020Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-08-20T21:53:29.3475130Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2024-08-20T21:53:29.3476010Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2024-08-20T21:53:29.3477030Z adding 'torch/include/ATen/ops/zeros_native.h' 2024-08-20T21:53:29.3478180Z adding 'torch/include/ATen/ops/zeros_ops.h' 2024-08-20T21:53:29.3480810Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-08-20T21:53:29.3482950Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-08-20T21:53:29.3484310Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2024-08-20T21:53:29.3485180Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2024-08-20T21:53:29.3486000Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-08-20T21:53:29.3486850Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-08-20T21:53:29.3488470Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-08-20T21:53:29.3489650Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-08-20T21:53:29.3490860Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-08-20T21:53:29.3494710Z adding 'torch/include/c10/core/Allocator.h' 2024-08-20T21:53:29.3495860Z adding 'torch/include/c10/core/AutogradState.h' 2024-08-20T21:53:29.3497920Z adding 'torch/include/c10/core/Backend.h' 2024-08-20T21:53:29.3499130Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-08-20T21:53:29.3500480Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-08-20T21:53:29.3501700Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-08-20T21:53:29.3503140Z adding 'torch/include/c10/core/Contiguity.h' 2024-08-20T21:53:29.3504240Z adding 'torch/include/c10/core/CopyBytes.h' 2024-08-20T21:53:29.3505090Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-08-20T21:53:29.3506270Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-08-20T21:53:29.3508160Z adding 'torch/include/c10/core/Device.h' 2024-08-20T21:53:29.3509050Z adding 'torch/include/c10/core/DeviceArray.h' 2024-08-20T21:53:29.3511220Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-08-20T21:53:29.3512750Z adding 'torch/include/c10/core/DeviceType.h' 2024-08-20T21:53:29.3520460Z adding 'torch/include/c10/core/DispatchKey.h' 2024-08-20T21:53:29.3530130Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-08-20T21:53:29.3531930Z adding 'torch/include/c10/core/DynamicCast.h' 2024-08-20T21:53:29.3533650Z adding 'torch/include/c10/core/Event.h' 2024-08-20T21:53:29.3535190Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-08-20T21:53:29.3536250Z adding 'torch/include/c10/core/GradMode.h' 2024-08-20T21:53:29.3537710Z adding 'torch/include/c10/core/InferenceMode.h' 2024-08-20T21:53:29.3538770Z adding 'torch/include/c10/core/Layout.h' 2024-08-20T21:53:29.3541200Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-08-20T21:53:29.3542060Z adding 'torch/include/c10/core/OptionalRef.h' 2024-08-20T21:53:29.3543500Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-08-20T21:53:29.3544350Z adding 'torch/include/c10/core/QEngine.h' 2024-08-20T21:53:29.3545680Z adding 'torch/include/c10/core/QScheme.h' 2024-08-20T21:53:29.3546900Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-08-20T21:53:29.3548220Z adding 'torch/include/c10/core/SafePyObject.h' 2024-08-20T21:53:29.3551250Z adding 'torch/include/c10/core/Scalar.h' 2024-08-20T21:53:29.3555590Z adding 'torch/include/c10/core/ScalarType.h' 2024-08-20T21:53:29.3556840Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-08-20T21:53:29.3558570Z adding 'torch/include/c10/core/Storage.h' 2024-08-20T21:53:29.3560990Z adding 'torch/include/c10/core/StorageImpl.h' 2024-08-20T21:53:29.3563030Z adding 'torch/include/c10/core/Stream.h' 2024-08-20T21:53:29.3564730Z adding 'torch/include/c10/core/StreamGuard.h' 2024-08-20T21:53:29.3566000Z adding 'torch/include/c10/core/SymBool.h' 2024-08-20T21:53:29.3567280Z adding 'torch/include/c10/core/SymFloat.h' 2024-08-20T21:53:29.3570490Z adding 'torch/include/c10/core/SymInt.h' 2024-08-20T21:53:29.3571860Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-08-20T21:53:29.3573310Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-08-20T21:53:29.3575010Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-08-20T21:53:29.3602260Z adding 'torch/include/c10/core/TensorImpl.h' 2024-08-20T21:53:29.3608430Z adding 'torch/include/c10/core/TensorOptions.h' 2024-08-20T21:53:29.3609670Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-08-20T21:53:29.3610850Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-08-20T21:53:29.3611810Z adding 'torch/include/c10/core/alignment.h' 2024-08-20T21:53:29.3613050Z adding 'torch/include/c10/core/thread_pool.h' 2024-08-20T21:53:29.3614590Z adding 'torch/include/c10/core/impl/COW.h' 2024-08-20T21:53:29.3615820Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-08-20T21:53:29.3619070Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-08-20T21:53:29.3620340Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-08-20T21:53:29.3621240Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-08-20T21:53:29.3622600Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-08-20T21:53:29.3626090Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-08-20T21:53:29.3627510Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-08-20T21:53:29.3629940Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-08-20T21:53:29.3631710Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-08-20T21:53:29.3634460Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-08-20T21:53:29.3636910Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-08-20T21:53:29.3637780Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-08-20T21:53:29.3639730Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-08-20T21:53:29.3640970Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-08-20T21:53:29.3642180Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-08-20T21:53:29.3643020Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-08-20T21:53:29.3644480Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-08-20T21:53:29.3645870Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-08-20T21:53:29.3649860Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-08-20T21:53:29.3651420Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-08-20T21:53:29.3653380Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-08-20T21:53:29.3654850Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-08-20T21:53:29.3656210Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-08-20T21:53:29.3657420Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-08-20T21:53:29.3659690Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-08-20T21:53:29.3660850Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-08-20T21:53:29.3662050Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-08-20T21:53:29.3662930Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-08-20T21:53:29.3665640Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-08-20T21:53:29.3666870Z adding 'torch/include/c10/cuda/driver_api.h' 2024-08-20T21:53:29.3669220Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-08-20T21:53:29.3669820Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-08-20T21:53:29.3672080Z adding 'torch/include/c10/macros/Export.h' 2024-08-20T21:53:29.3676650Z adding 'torch/include/c10/macros/Macros.h' 2024-08-20T21:53:29.3677840Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-08-20T21:53:29.3680010Z adding 'torch/include/c10/util/AbortHandler.h' 2024-08-20T21:53:29.3681640Z adding 'torch/include/c10/util/AlignOf.h' 2024-08-20T21:53:29.3683110Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-08-20T21:53:29.3684060Z adding 'torch/include/c10/util/Array.h' 2024-08-20T21:53:29.3686480Z adding 'torch/include/c10/util/ArrayRef.h' 2024-08-20T21:53:29.3688340Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-08-20T21:53:29.3690140Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-08-20T21:53:29.3691460Z adding 'torch/include/c10/util/BFloat16.h' 2024-08-20T21:53:29.3692360Z adding 'torch/include/c10/util/Backtrace.h' 2024-08-20T21:53:29.3693730Z adding 'torch/include/c10/util/Bitset.h' 2024-08-20T21:53:29.3695090Z adding 'torch/include/c10/util/C++17.h' 2024-08-20T21:53:29.3700160Z adding 'torch/include/c10/util/CallOnce.h' 2024-08-20T21:53:29.3700460Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-08-20T21:53:29.3700620Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-08-20T21:53:29.3700750Z adding 'torch/include/c10/util/Deprecated.h' 2024-08-20T21:53:29.3701760Z adding 'torch/include/c10/util/DimVector.h' 2024-08-20T21:53:29.3702630Z adding 'torch/include/c10/util/DynamicCounter.h' 2024-08-20T21:53:29.3708370Z adding 'torch/include/c10/util/Exception.h' 2024-08-20T21:53:29.3710000Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-08-20T21:53:29.3711220Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-08-20T21:53:29.3711990Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-08-20T21:53:29.3714330Z adding 'torch/include/c10/util/Flags.h' 2024-08-20T21:53:29.3715990Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-08-20T21:53:29.3718280Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-08-20T21:53:29.3719920Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-08-20T21:53:29.3721420Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-08-20T21:53:29.3723020Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-08-20T21:53:29.3724560Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-08-20T21:53:29.3726300Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-08-20T21:53:29.3727740Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-08-20T21:53:29.3728830Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-08-20T21:53:29.3729980Z adding 'torch/include/c10/util/FunctionRef.h' 2024-08-20T21:53:29.3731770Z adding 'torch/include/c10/util/Half-inl.h' 2024-08-20T21:53:29.3736340Z adding 'torch/include/c10/util/Half.h' 2024-08-20T21:53:29.3737640Z adding 'torch/include/c10/util/IdWrapper.h' 2024-08-20T21:53:29.3738900Z adding 'torch/include/c10/util/Lazy.h' 2024-08-20T21:53:29.3740870Z adding 'torch/include/c10/util/LeftRight.h' 2024-08-20T21:53:29.3741990Z adding 'torch/include/c10/util/Load.h' 2024-08-20T21:53:29.3744720Z adding 'torch/include/c10/util/Logging.h' 2024-08-20T21:53:29.3746030Z adding 'torch/include/c10/util/MathConstants.h' 2024-08-20T21:53:29.3747830Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-08-20T21:53:29.3749670Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-08-20T21:53:29.3750680Z adding 'torch/include/c10/util/Optional.h' 2024-08-20T21:53:29.3752280Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-08-20T21:53:29.3753130Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-08-20T21:53:29.3755650Z adding 'torch/include/c10/util/Registry.h' 2024-08-20T21:53:29.3756790Z adding 'torch/include/c10/util/ScopeExit.h' 2024-08-20T21:53:29.3757950Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-08-20T21:53:29.3768180Z adding 'torch/include/c10/util/SmallVector.h' 2024-08-20T21:53:29.3770200Z adding 'torch/include/c10/util/StringUtil.h' 2024-08-20T21:53:29.3771430Z adding 'torch/include/c10/util/Synchronized.h' 2024-08-20T21:53:29.3772790Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-08-20T21:53:29.3774210Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-08-20T21:53:29.3775310Z adding 'torch/include/c10/util/Type.h' 2024-08-20T21:53:29.3776820Z adding 'torch/include/c10/util/TypeCast.h' 2024-08-20T21:53:29.3778450Z adding 'torch/include/c10/util/TypeIndex.h' 2024-08-20T21:53:29.3781590Z adding 'torch/include/c10/util/TypeList.h' 2024-08-20T21:53:29.3782990Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-08-20T21:53:29.3784470Z adding 'torch/include/c10/util/TypeTraits.h' 2024-08-20T21:53:29.3785450Z adding 'torch/include/c10/util/Unicode.h' 2024-08-20T21:53:29.3786860Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-08-20T21:53:29.3787820Z adding 'torch/include/c10/util/Unroll.h' 2024-08-20T21:53:29.3789030Z adding 'torch/include/c10/util/WaitCounter.h' 2024-08-20T21:53:29.3790280Z adding 'torch/include/c10/util/accumulate.h' 2024-08-20T21:53:29.3791160Z adding 'torch/include/c10/util/bit_cast.h' 2024-08-20T21:53:29.3792320Z adding 'torch/include/c10/util/bits.h' 2024-08-20T21:53:29.3795670Z adding 'torch/include/c10/util/complex.h' 2024-08-20T21:53:29.3797760Z adding 'torch/include/c10/util/complex_math.h' 2024-08-20T21:53:29.3798750Z adding 'torch/include/c10/util/complex_utils.h' 2024-08-20T21:53:29.3799720Z adding 'torch/include/c10/util/copysign.h' 2024-08-20T21:53:29.3800560Z adding 'torch/include/c10/util/env.h' 2024-08-20T21:53:29.3810700Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-08-20T21:53:29.3812090Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-08-20T21:53:29.3813320Z adding 'torch/include/c10/util/generic_math.h' 2024-08-20T21:53:29.3815930Z adding 'torch/include/c10/util/hash.h' 2024-08-20T21:53:29.3818770Z adding 'torch/include/c10/util/int128.h' 2024-08-20T21:53:29.3826160Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-08-20T21:53:29.3827830Z adding 'torch/include/c10/util/irange.h' 2024-08-20T21:53:29.3833450Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-08-20T21:53:29.3834910Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-08-20T21:53:29.3836910Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-08-20T21:53:29.3837730Z adding 'torch/include/c10/util/numa.h' 2024-08-20T21:53:29.3850110Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-08-20T21:53:29.3851350Z adding 'torch/include/c10/util/overloaded.h' 2024-08-20T21:53:29.3851890Z adding 'torch/include/c10/util/python_stub.h' 2024-08-20T21:53:29.3853020Z adding 'torch/include/c10/util/qint32.h' 2024-08-20T21:53:29.3853850Z adding 'torch/include/c10/util/qint8.h' 2024-08-20T21:53:29.3854680Z adding 'torch/include/c10/util/quint2x4.h' 2024-08-20T21:53:29.3855530Z adding 'torch/include/c10/util/quint4x2.h' 2024-08-20T21:53:29.3856660Z adding 'torch/include/c10/util/quint8.h' 2024-08-20T21:53:29.3857810Z adding 'torch/include/c10/util/safe_numerics.h' 2024-08-20T21:53:29.3859120Z adding 'torch/include/c10/util/signal_handler.h' 2024-08-20T21:53:29.3864800Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-08-20T21:53:29.3866030Z adding 'torch/include/c10/util/ssize.h' 2024-08-20T21:53:29.3866890Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-08-20T21:53:29.3868850Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-08-20T21:53:29.3869640Z adding 'torch/include/c10/util/strides.h' 2024-08-20T21:53:29.3870780Z adding 'torch/include/c10/util/string_utils.h' 2024-08-20T21:53:29.3873840Z adding 'torch/include/c10/util/string_view.h' 2024-08-20T21:53:29.3878890Z adding 'torch/include/c10/util/strong_type.h' 2024-08-20T21:53:29.3880320Z adding 'torch/include/c10/util/tempfile.h' 2024-08-20T21:53:29.3880930Z adding 'torch/include/c10/util/thread_name.h' 2024-08-20T21:53:29.3886150Z adding 'torch/include/c10/util/typeid.h' 2024-08-20T21:53:29.3887290Z adding 'torch/include/c10/util/win32-headers.h' 2024-08-20T21:53:29.3888600Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-08-20T21:53:29.3890720Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-08-20T21:53:29.3891740Z adding 'torch/include/c10/xpu/XPUException.h' 2024-08-20T21:53:29.3892600Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-08-20T21:53:29.3893670Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-08-20T21:53:29.3895640Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-08-20T21:53:29.3897280Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-08-20T21:53:29.3922930Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-08-20T21:53:29.3924380Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-08-20T21:53:29.3925260Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-08-20T21:53:29.3927930Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-08-20T21:53:29.3928790Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-08-20T21:53:29.3929970Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-08-20T21:53:29.3931890Z adding 'torch/include/caffe2/serialize/versions.h' 2024-08-20T21:53:29.3933720Z adding 'torch/include/kineto/AbstractConfig.h' 2024-08-20T21:53:29.3935180Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2024-08-20T21:53:29.3936020Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2024-08-20T21:53:29.3937240Z adding 'torch/include/kineto/ActivityType.h' 2024-08-20T21:53:29.3938230Z adding 'torch/include/kineto/ClientInterface.h' 2024-08-20T21:53:29.3941350Z adding 'torch/include/kineto/Config.h' 2024-08-20T21:53:29.3942870Z adding 'torch/include/kineto/GenericTraceActivity.h' 2024-08-20T21:53:29.3944410Z adding 'torch/include/kineto/IActivityProfiler.h' 2024-08-20T21:53:29.3945460Z adding 'torch/include/kineto/ILoggerObserver.h' 2024-08-20T21:53:29.3946570Z adding 'torch/include/kineto/ITraceActivity.h' 2024-08-20T21:53:29.3947540Z adding 'torch/include/kineto/LoggingAPI.h' 2024-08-20T21:53:29.3948060Z adding 'torch/include/kineto/ThreadUtil.h' 2024-08-20T21:53:29.3949270Z adding 'torch/include/kineto/TraceSpan.h' 2024-08-20T21:53:29.3950620Z adding 'torch/include/kineto/libkineto.h' 2024-08-20T21:53:29.3951760Z adding 'torch/include/kineto/output_base.h' 2024-08-20T21:53:29.3952630Z adding 'torch/include/kineto/time_since_epoch.h' 2024-08-20T21:53:29.3957620Z adding 'torch/include/pybind11/attr.h' 2024-08-20T21:53:29.3959700Z adding 'torch/include/pybind11/buffer_info.h' 2024-08-20T21:53:29.3974570Z adding 'torch/include/pybind11/cast.h' 2024-08-20T21:53:29.3977070Z adding 'torch/include/pybind11/chrono.h' 2024-08-20T21:53:29.3977930Z adding 'torch/include/pybind11/common.h' 2024-08-20T21:53:29.3979170Z adding 'torch/include/pybind11/complex.h' 2024-08-20T21:53:29.3980470Z adding 'torch/include/pybind11/eigen.h' 2024-08-20T21:53:29.3983670Z adding 'torch/include/pybind11/embed.h' 2024-08-20T21:53:29.3985310Z adding 'torch/include/pybind11/eval.h' 2024-08-20T21:53:29.3987080Z adding 'torch/include/pybind11/functional.h' 2024-08-20T21:53:29.3988960Z adding 'torch/include/pybind11/gil.h' 2024-08-20T21:53:29.3990570Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-08-20T21:53:29.3992850Z adding 'torch/include/pybind11/iostream.h' 2024-08-20T21:53:29.4010040Z adding 'torch/include/pybind11/numpy.h' 2024-08-20T21:53:29.4012440Z adding 'torch/include/pybind11/operators.h' 2024-08-20T21:53:29.4013720Z adding 'torch/include/pybind11/options.h' 2024-08-20T21:53:29.4041020Z adding 'torch/include/pybind11/pybind11.h' 2024-08-20T21:53:29.4060930Z adding 'torch/include/pybind11/pytypes.h' 2024-08-20T21:53:29.4064370Z adding 'torch/include/pybind11/stl.h' 2024-08-20T21:53:29.4069630Z adding 'torch/include/pybind11/stl_bind.h' 2024-08-20T21:53:29.4071070Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-08-20T21:53:29.4072630Z adding 'torch/include/pybind11/typing.h' 2024-08-20T21:53:29.4078990Z adding 'torch/include/pybind11/detail/class.h' 2024-08-20T21:53:29.4089840Z adding 'torch/include/pybind11/detail/common.h' 2024-08-20T21:53:29.4091700Z adding 'torch/include/pybind11/detail/descr.h' 2024-08-20T21:53:29.4095460Z adding 'torch/include/pybind11/detail/init.h' 2024-08-20T21:53:29.4101800Z adding 'torch/include/pybind11/detail/internals.h' 2024-08-20T21:53:29.4112520Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-08-20T21:53:29.4113850Z adding 'torch/include/pybind11/detail/typeid.h' 2024-08-20T21:53:29.4115030Z adding 'torch/include/pybind11/eigen/common.h' 2024-08-20T21:53:29.4121380Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-08-20T21:53:29.4124520Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-08-20T21:53:29.4129050Z adding 'torch/include/torch/custom_class.h' 2024-08-20T21:53:29.4131230Z adding 'torch/include/torch/custom_class_detail.h' 2024-08-20T21:53:29.4132220Z adding 'torch/include/torch/extension.h' 2024-08-20T21:53:29.4140710Z adding 'torch/include/torch/library.h' 2024-08-20T21:53:29.4141860Z adding 'torch/include/torch/script.h' 2024-08-20T21:53:29.4143790Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-08-20T21:53:29.4144810Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-08-20T21:53:29.4145310Z adding 'torch/include/torch/csrc/Device.h' 2024-08-20T21:53:29.4146560Z adding 'torch/include/torch/csrc/Dtype.h' 2024-08-20T21:53:29.4147740Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-08-20T21:53:29.4148200Z adding 'torch/include/torch/csrc/Event.h' 2024-08-20T21:53:29.4155340Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-08-20T21:53:29.4155630Z adding 'torch/include/torch/csrc/Export.h' 2024-08-20T21:53:29.4155760Z adding 'torch/include/torch/csrc/Generator.h' 2024-08-20T21:53:29.4155880Z adding 'torch/include/torch/csrc/Layout.h' 2024-08-20T21:53:29.4156020Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-08-20T21:53:29.4156140Z adding 'torch/include/torch/csrc/Module.h' 2024-08-20T21:53:29.4156610Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-08-20T21:53:29.4157780Z adding 'torch/include/torch/csrc/QScheme.h' 2024-08-20T21:53:29.4158270Z adding 'torch/include/torch/csrc/Size.h' 2024-08-20T21:53:29.4159560Z adding 'torch/include/torch/csrc/Storage.h' 2024-08-20T21:53:29.4160210Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-08-20T21:53:29.4161250Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-08-20T21:53:29.4161820Z adding 'torch/include/torch/csrc/Stream.h' 2024-08-20T21:53:29.4162840Z adding 'torch/include/torch/csrc/THConcat.h' 2024-08-20T21:53:29.4163840Z adding 'torch/include/torch/csrc/THP.h' 2024-08-20T21:53:29.4164720Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-08-20T21:53:29.4165300Z adding 'torch/include/torch/csrc/Types.h' 2024-08-20T21:53:29.4166670Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-08-20T21:53:29.4167150Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-08-20T21:53:29.4168280Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-08-20T21:53:29.4168880Z adding 'torch/include/torch/csrc/python_headers.h' 2024-08-20T21:53:29.4170150Z adding 'torch/include/torch/csrc/serialization.h' 2024-08-20T21:53:29.4171920Z adding 'torch/include/torch/csrc/utils.h' 2024-08-20T21:53:29.4173830Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-08-20T21:53:29.4175010Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-08-20T21:53:29.4175410Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-08-20T21:53:29.4176610Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-08-20T21:53:29.4177220Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-08-20T21:53:29.4179140Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-08-20T21:53:29.4180820Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-08-20T21:53:29.4182620Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-08-20T21:53:29.4183820Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-08-20T21:53:29.4184660Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-08-20T21:53:29.4188150Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2024-08-20T21:53:29.4189320Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-08-20T21:53:29.4190520Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-08-20T21:53:29.4190970Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-08-20T21:53:29.4192140Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-08-20T21:53:29.4195390Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-08-20T21:53:29.4197580Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-08-20T21:53:29.4199090Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-08-20T21:53:29.4199600Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-08-20T21:53:29.4203400Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-08-20T21:53:29.4204250Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-08-20T21:53:29.4205550Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-08-20T21:53:29.4206860Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-08-20T21:53:29.4207440Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-08-20T21:53:29.4208600Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-08-20T21:53:29.4210130Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-08-20T21:53:29.4211360Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-08-20T21:53:29.4211830Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-08-20T21:53:29.4213150Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-08-20T21:53:29.4214710Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-08-20T21:53:29.4215300Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-08-20T21:53:29.4216410Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-08-20T21:53:29.4217300Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-08-20T21:53:29.4220030Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-08-20T21:53:29.4221340Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-08-20T21:53:29.4222640Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-08-20T21:53:29.4224210Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-08-20T21:53:29.4229010Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-08-20T21:53:29.4230560Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-08-20T21:53:29.4231760Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-08-20T21:53:29.4232950Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-08-20T21:53:29.4234140Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-08-20T21:53:29.4234740Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-08-20T21:53:29.4236540Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-08-20T21:53:29.4237770Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-08-20T21:53:29.4239340Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-08-20T21:53:29.4240640Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-08-20T21:53:29.4241390Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-08-20T21:53:29.4242880Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-08-20T21:53:29.4244040Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-08-20T21:53:29.4244660Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-08-20T21:53:29.4245840Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-08-20T21:53:29.4247020Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-08-20T21:53:29.4248270Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-08-20T21:53:29.4249150Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-08-20T21:53:29.4250370Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-08-20T21:53:29.4251080Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-08-20T21:53:29.4252490Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-08-20T21:53:29.4255690Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-08-20T21:53:29.4256840Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-08-20T21:53:29.4258580Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-08-20T21:53:29.4259450Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-08-20T21:53:29.4260880Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-08-20T21:53:29.4265790Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-08-20T21:53:29.4266660Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-08-20T21:53:29.4267530Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-08-20T21:53:29.4268940Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-08-20T21:53:29.4270780Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-08-20T21:53:29.4271300Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-08-20T21:53:29.4276020Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-08-20T21:53:29.4277300Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-08-20T21:53:29.4278700Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-08-20T21:53:29.4279910Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-08-20T21:53:29.4281290Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-08-20T21:53:29.4282960Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-08-20T21:53:29.4284150Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-08-20T21:53:29.4284980Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-08-20T21:53:29.4286170Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-08-20T21:53:29.4289710Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-08-20T21:53:29.4291370Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-08-20T21:53:29.4292380Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-08-20T21:53:29.4293640Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-08-20T21:53:29.4297170Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-08-20T21:53:29.4299300Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-08-20T21:53:29.4300650Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-08-20T21:53:29.4302020Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-08-20T21:53:29.4305260Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-08-20T21:53:29.4306750Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-08-20T21:53:29.4308520Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-08-20T21:53:29.4309990Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-08-20T21:53:29.4312520Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-08-20T21:53:29.4313780Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-08-20T21:53:29.4315190Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-08-20T21:53:29.4316760Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-08-20T21:53:29.4317930Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-08-20T21:53:29.4319390Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-08-20T21:53:29.4320860Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-08-20T21:53:29.4324630Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-08-20T21:53:29.4326370Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-08-20T21:53:29.4328330Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-08-20T21:53:29.4329600Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-08-20T21:53:29.4333160Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-08-20T21:53:29.4335450Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-08-20T21:53:29.4337180Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-08-20T21:53:29.4338700Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-08-20T21:53:29.4340310Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-08-20T21:53:29.4341470Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-08-20T21:53:29.4342300Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-08-20T21:53:29.4345840Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-08-20T21:53:29.4347520Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-08-20T21:53:29.4348940Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-08-20T21:53:29.4350380Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-08-20T21:53:29.4352460Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-08-20T21:53:29.4354720Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-08-20T21:53:29.4355990Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-08-20T21:53:29.4357490Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-08-20T21:53:29.4359030Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-08-20T21:53:29.4362120Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-08-20T21:53:29.4365180Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-08-20T21:53:29.4366370Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-08-20T21:53:29.4367590Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-08-20T21:53:29.4369300Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-08-20T21:53:29.4370510Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-08-20T21:53:29.4371690Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-08-20T21:53:29.4373430Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-08-20T21:53:29.4374600Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-08-20T21:53:29.4375830Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-08-20T21:53:29.4376990Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-08-20T21:53:29.4380140Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-08-20T21:53:29.4381700Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-08-20T21:53:29.4383170Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-08-20T21:53:29.4384380Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-08-20T21:53:29.4386530Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-08-20T21:53:29.4388150Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-08-20T21:53:29.4389410Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-08-20T21:53:29.4390600Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-08-20T21:53:29.4391230Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-08-20T21:53:29.4392860Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-08-20T21:53:29.4393980Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-08-20T21:53:29.4397000Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-08-20T21:53:29.4402350Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-08-20T21:53:29.4402780Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-08-20T21:53:29.4403010Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-08-20T21:53:29.4404570Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-08-20T21:53:29.4405790Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-08-20T21:53:29.4407020Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-08-20T21:53:29.4408340Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-08-20T21:53:29.4410290Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-08-20T21:53:29.4411490Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-08-20T21:53:29.4413960Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-08-20T21:53:29.4415190Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-08-20T21:53:29.4416580Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-08-20T21:53:29.4417850Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-08-20T21:53:29.4418250Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-08-20T21:53:29.4419510Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-08-20T21:53:29.4420960Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-08-20T21:53:29.4422110Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-08-20T21:53:29.4422670Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-08-20T21:53:29.4428170Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-08-20T21:53:29.4429020Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-08-20T21:53:29.4432170Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-08-20T21:53:29.4433340Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-08-20T21:53:29.4434960Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-08-20T21:53:29.4435930Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-08-20T21:53:29.4437000Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-08-20T21:53:29.4440800Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-08-20T21:53:29.4441950Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-08-20T21:53:29.4444530Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-08-20T21:53:29.4447120Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-08-20T21:53:29.4454290Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-08-20T21:53:29.4455530Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-08-20T21:53:29.4456090Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-08-20T21:53:29.4458900Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-08-20T21:53:29.4460090Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-08-20T21:53:29.4461290Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-08-20T21:53:29.4462630Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-08-20T21:53:29.4462900Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-08-20T21:53:29.4465120Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-08-20T21:53:29.4467740Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-08-20T21:53:29.4468250Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-08-20T21:53:29.4469540Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-08-20T21:53:29.4470150Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-08-20T21:53:29.4471750Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-08-20T21:53:29.4472590Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-08-20T21:53:29.4473450Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-08-20T21:53:29.4474330Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-08-20T21:53:29.4476060Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-08-20T21:53:29.4477230Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-08-20T21:53:29.4477670Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-08-20T21:53:29.4478770Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-08-20T21:53:29.4479250Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-08-20T21:53:29.4480320Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-08-20T21:53:29.4481220Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-08-20T21:53:29.4481800Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-08-20T21:53:29.4482900Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-08-20T21:53:29.4483470Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-08-20T21:53:29.4484980Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-08-20T21:53:29.4486250Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-08-20T21:53:29.4487080Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-08-20T21:53:29.4488750Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-08-20T21:53:29.4489410Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-08-20T21:53:29.4490300Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-08-20T21:53:29.4499540Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-08-20T21:53:29.4500760Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-08-20T21:53:29.4504410Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-08-20T21:53:29.4505690Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-08-20T21:53:29.4506530Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-08-20T21:53:29.4507400Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-08-20T21:53:29.4509700Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-08-20T21:53:29.4511010Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-08-20T21:53:29.4547240Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-08-20T21:53:29.4551250Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-08-20T21:53:29.4554320Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-08-20T21:53:29.4555560Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-08-20T21:53:29.4556760Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-08-20T21:53:29.4560880Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-08-20T21:53:29.4562320Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-08-20T21:53:29.4563580Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-08-20T21:53:29.4564440Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-08-20T21:53:29.4565620Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-08-20T21:53:29.4566240Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-08-20T21:53:29.4567780Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-08-20T21:53:29.4569830Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-08-20T21:53:29.4570620Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-08-20T21:53:29.4571640Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2024-08-20T21:53:29.4572160Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-08-20T21:53:29.4573350Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-08-20T21:53:29.4573880Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-08-20T21:53:29.4575120Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-08-20T21:53:29.4575680Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-08-20T21:53:29.4576920Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-08-20T21:53:29.4578450Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-08-20T21:53:29.4579010Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-08-20T21:53:29.4580120Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-08-20T21:53:29.4582930Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-08-20T21:53:29.4584870Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-08-20T21:53:29.4586310Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-08-20T21:53:29.4587500Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-08-20T21:53:29.4588700Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-08-20T21:53:29.4589430Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-08-20T21:53:29.4590710Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-08-20T21:53:29.4591380Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-08-20T21:53:29.4592640Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-08-20T21:53:29.4593920Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-08-20T21:53:29.4595120Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-08-20T21:53:29.4595950Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-08-20T21:53:29.4597260Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-08-20T21:53:29.4597790Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-08-20T21:53:29.4600890Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-08-20T21:53:29.4601740Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2024-08-20T21:53:29.4603280Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2024-08-20T21:53:29.4604120Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2024-08-20T21:53:29.4605710Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-08-20T21:53:29.4606860Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-08-20T21:53:29.4607270Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2024-08-20T21:53:29.4608560Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-08-20T21:53:29.4609160Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-08-20T21:53:29.4610410Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-08-20T21:53:29.4615810Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-08-20T21:53:29.4617590Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-08-20T21:53:29.4618820Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-08-20T21:53:29.4623010Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-08-20T21:53:29.4626370Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-08-20T21:53:29.4628460Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-08-20T21:53:29.4639430Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-08-20T21:53:29.4641890Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-08-20T21:53:29.4643400Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-08-20T21:53:29.4645120Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-08-20T21:53:29.4646320Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-08-20T21:53:29.4647620Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-08-20T21:53:29.4649490Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2024-08-20T21:53:29.4650930Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-08-20T21:53:29.4652150Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-08-20T21:53:29.4654460Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-08-20T21:53:29.4656010Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-08-20T21:53:29.4657230Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-08-20T21:53:29.4658950Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-08-20T21:53:29.4659840Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-08-20T21:53:29.4664160Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-08-20T21:53:29.4665070Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-08-20T21:53:29.4666820Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-08-20T21:53:29.4667390Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-08-20T21:53:29.4669110Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-08-20T21:53:29.4669970Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-08-20T21:53:29.4671260Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-08-20T21:53:29.4671820Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-08-20T21:53:29.4673100Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-08-20T21:53:29.4674580Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-08-20T21:53:29.4676280Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-08-20T21:53:29.4677480Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-08-20T21:53:29.4678130Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-08-20T21:53:29.4684510Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-08-20T21:53:29.4685820Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-08-20T21:53:29.4687010Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-08-20T21:53:29.4688150Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-08-20T21:53:29.4689590Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-08-20T21:53:29.4691540Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-08-20T21:53:29.4692860Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-08-20T21:53:29.4693740Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-08-20T21:53:29.4694950Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-08-20T21:53:29.4695640Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-08-20T21:53:29.4696760Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-08-20T21:53:29.4698460Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-08-20T21:53:29.4699370Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-08-20T21:53:29.4704250Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-08-20T21:53:29.4704670Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-08-20T21:53:29.4704840Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-08-20T21:53:29.4705600Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-08-20T21:53:29.4706920Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-08-20T21:53:29.4711020Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-08-20T21:53:29.4715250Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-08-20T21:53:29.4716640Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-08-20T21:53:29.4717820Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-08-20T21:53:29.4719050Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-08-20T21:53:29.4719490Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-08-20T21:53:29.4723730Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-08-20T21:53:29.4725330Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-08-20T21:53:29.4726540Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-08-20T21:53:29.4727090Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-08-20T21:53:29.4728490Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-08-20T21:53:29.4729390Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-08-20T21:53:29.4730760Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-08-20T21:53:29.4732210Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-08-20T21:53:29.4737160Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-08-20T21:53:29.4738310Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-08-20T21:53:29.4739160Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-08-20T21:53:29.4740060Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2024-08-20T21:53:29.4741250Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-08-20T21:53:29.4741810Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-08-20T21:53:29.4743560Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-08-20T21:53:29.4744470Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2024-08-20T21:53:29.4746020Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-08-20T21:53:29.4746630Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-08-20T21:53:29.4747660Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-08-20T21:53:29.4748440Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-08-20T21:53:29.4749870Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-08-20T21:53:29.4751590Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-08-20T21:53:29.4752270Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-08-20T21:53:29.4753550Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-08-20T21:53:29.4753950Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-08-20T21:53:29.4757010Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-08-20T21:53:29.4758200Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-08-20T21:53:29.4759870Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-08-20T21:53:29.4763700Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-08-20T21:53:29.4767570Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-08-20T21:53:29.4768790Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-08-20T21:53:29.4769940Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-08-20T21:53:29.4771430Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-08-20T21:53:29.4772670Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-08-20T21:53:29.4773820Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2024-08-20T21:53:29.4775030Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2024-08-20T21:53:29.4775550Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-08-20T21:53:29.4776790Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-08-20T21:53:29.4778240Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-08-20T21:53:29.4782230Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-08-20T21:53:29.4785550Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-08-20T21:53:29.4789010Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-08-20T21:53:29.4790870Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-08-20T21:53:29.4791950Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-08-20T21:53:29.4792860Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-08-20T21:53:29.4796040Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-08-20T21:53:29.4797840Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-08-20T21:53:29.4799050Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-08-20T21:53:29.4804310Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-08-20T21:53:29.4806180Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-08-20T21:53:29.4807800Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-08-20T21:53:29.4809920Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-08-20T21:53:29.4811110Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-08-20T21:53:29.4811950Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-08-20T21:53:29.4813260Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-08-20T21:53:29.4813840Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-08-20T21:53:29.4815090Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-08-20T21:53:29.4815740Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-08-20T21:53:29.4816670Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-08-20T21:53:29.4818390Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-08-20T21:53:29.4819720Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-08-20T21:53:29.4820390Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-08-20T21:53:29.4822930Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-08-20T21:53:29.4823550Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-08-20T21:53:29.4824500Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-08-20T21:53:29.4825760Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-08-20T21:53:29.4826300Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-08-20T21:53:29.4827580Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-08-20T21:53:29.4828170Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-08-20T21:53:29.4829260Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-08-20T21:53:29.4833720Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-08-20T21:53:29.4834980Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-08-20T21:53:29.4835820Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-08-20T21:53:29.4837150Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-08-20T21:53:29.4837950Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-08-20T21:53:29.4838860Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-08-20T21:53:29.4840000Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-08-20T21:53:29.4841260Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-08-20T21:53:29.4841920Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-08-20T21:53:29.4843220Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-08-20T21:53:29.4846280Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-08-20T21:53:29.4847470Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-08-20T21:53:29.4847870Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-08-20T21:53:29.4853530Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-08-20T21:53:29.4856120Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-08-20T21:53:29.4858080Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-08-20T21:53:29.4864510Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-08-20T21:53:29.4865730Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-08-20T21:53:29.4869060Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-08-20T21:53:29.4870570Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-08-20T21:53:29.4871760Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-08-20T21:53:29.4873310Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-08-20T21:53:29.4874150Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-08-20T21:53:29.4886540Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-08-20T21:53:29.4888410Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-08-20T21:53:29.4889600Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-08-20T21:53:29.4890790Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-08-20T21:53:29.4891260Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-08-20T21:53:29.4893350Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-08-20T21:53:29.4894840Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-08-20T21:53:29.4895670Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-08-20T21:53:29.4897120Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-08-20T21:53:29.4898280Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-08-20T21:53:29.4900070Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-08-20T21:53:29.4901610Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-08-20T21:53:29.4902420Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-08-20T21:53:29.4903780Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-08-20T21:53:29.4905160Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-08-20T21:53:29.4906040Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-08-20T21:53:29.4906940Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-08-20T21:53:29.4908040Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-08-20T21:53:29.4909160Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-08-20T21:53:29.4910970Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-08-20T21:53:29.4912330Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-08-20T21:53:29.4913220Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-08-20T21:53:29.4914080Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-08-20T21:53:29.4915290Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-08-20T21:53:29.4916620Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-08-20T21:53:29.4917490Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-08-20T21:53:29.4918660Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-08-20T21:53:29.4919580Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-08-20T21:53:29.4920710Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-08-20T21:53:29.4921580Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-08-20T21:53:29.4923510Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-08-20T21:53:29.4924050Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-08-20T21:53:29.4925140Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-08-20T21:53:29.4926010Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-08-20T21:53:29.4926850Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-08-20T21:53:29.4927740Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-08-20T21:53:29.4928680Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-08-20T21:53:29.4929260Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-08-20T21:53:29.4930520Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-08-20T21:53:29.4931110Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-08-20T21:53:29.4932260Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-08-20T21:53:29.4932770Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-08-20T21:53:29.4933750Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-08-20T21:53:29.4934960Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-08-20T21:53:29.4935600Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-08-20T21:53:29.4936550Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-08-20T21:53:29.4937730Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-08-20T21:53:29.4938160Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-08-20T21:53:29.4939350Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-08-20T21:53:29.4939910Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-08-20T21:53:29.4941060Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-08-20T21:53:29.4941930Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-08-20T21:53:29.4943180Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-08-20T21:53:29.4943800Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-08-20T21:53:29.4945110Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-08-20T21:53:29.4945700Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-08-20T21:53:29.4946690Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-08-20T21:53:29.4947590Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-08-20T21:53:29.4948740Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-08-20T21:53:29.4949220Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-08-20T21:53:29.4953620Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-08-20T21:53:29.4953990Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-08-20T21:53:29.4954220Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-08-20T21:53:29.4955500Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-08-20T21:53:29.4955720Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-08-20T21:53:29.4956070Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-08-20T21:53:29.4956290Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-08-20T21:53:29.4956500Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-08-20T21:53:29.4957110Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-08-20T21:53:29.4958060Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-08-20T21:53:29.4959220Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-08-20T21:53:29.4959660Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-08-20T21:53:29.4960700Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-08-20T21:53:29.4961220Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-08-20T21:53:29.4962490Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-08-20T21:53:29.4962980Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-08-20T21:53:29.4964050Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-08-20T21:53:29.4964880Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-08-20T21:53:29.4966100Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-08-20T21:53:29.4966440Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-08-20T21:53:29.4967660Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-08-20T21:53:29.4968270Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-08-20T21:53:29.4969300Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-08-20T21:53:29.4970160Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-08-20T21:53:29.4971050Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-08-20T21:53:29.4972200Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-08-20T21:53:29.4972870Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-08-20T21:53:29.4973790Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-08-20T21:53:29.4975600Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-08-20T21:53:29.4976180Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-08-20T21:53:29.4977380Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-08-20T21:53:29.4978030Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-08-20T21:53:29.4979390Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-08-20T21:53:29.4979950Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-08-20T21:53:29.4981050Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-08-20T21:53:29.4981580Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-08-20T21:53:29.4982690Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-08-20T21:53:29.4983560Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-08-20T21:53:29.4984200Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-08-20T21:53:29.4985170Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-08-20T21:53:29.4986480Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-08-20T21:53:29.4987070Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-08-20T21:53:29.4988230Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-08-20T21:53:29.4988740Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-08-20T21:53:29.4990040Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-08-20T21:53:29.4990920Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-08-20T21:53:29.4991820Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-08-20T21:53:29.4993390Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-08-20T21:53:29.4994610Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-08-20T21:53:29.4995450Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-08-20T21:53:29.4996810Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-08-20T21:53:29.4997980Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-08-20T21:53:29.4998950Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-08-20T21:53:29.5000090Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-08-20T21:53:29.5000730Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-08-20T21:53:29.5001920Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-08-20T21:53:29.5002590Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-08-20T21:53:29.5004180Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-08-20T21:53:29.5005280Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-08-20T21:53:29.5005920Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-08-20T21:53:29.5008000Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-08-20T21:53:29.5009180Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-08-20T21:53:29.5010250Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-08-20T21:53:29.5016310Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-08-20T21:53:29.5017410Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-08-20T21:53:29.5018300Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-08-20T21:53:29.5019460Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-08-20T21:53:29.5021270Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-08-20T21:53:29.5022280Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-08-20T21:53:29.5023170Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-08-20T21:53:29.5024350Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-08-20T21:53:29.5025610Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-08-20T21:53:29.5026510Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-08-20T21:53:29.5028430Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-08-20T21:53:29.5037980Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-08-20T21:53:29.5039650Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-08-20T21:53:29.5040520Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-08-20T21:53:29.5041820Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-08-20T21:53:29.5042920Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-08-20T21:53:29.5044270Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-08-20T21:53:29.5046660Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-08-20T21:53:29.5048860Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-08-20T21:53:29.5049840Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-08-20T21:53:29.5050720Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-08-20T21:53:29.5051340Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-08-20T21:53:29.5052360Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-08-20T21:53:29.5053040Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-08-20T21:53:29.5057520Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-08-20T21:53:29.5059130Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-08-20T21:53:29.5060440Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-08-20T21:53:29.5061430Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-08-20T21:53:29.5062460Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-08-20T21:53:29.5063680Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-08-20T21:53:29.5064590Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-08-20T21:53:29.5066150Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-08-20T21:53:29.5067620Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-08-20T21:53:29.5069260Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-08-20T21:53:29.5070970Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-08-20T21:53:29.5072550Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-08-20T21:53:29.5073580Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-08-20T21:53:29.5074460Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-08-20T21:53:29.5075590Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-08-20T21:53:29.5078130Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-08-20T21:53:29.5079020Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-08-20T21:53:29.5079950Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-08-20T21:53:29.5081210Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-08-20T21:53:29.5083390Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-08-20T21:53:29.5088970Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-08-20T21:53:29.5090340Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-08-20T21:53:29.5091310Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-08-20T21:53:29.5092130Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-08-20T21:53:29.5093110Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-08-20T21:53:29.5094070Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-08-20T21:53:29.5094810Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-08-20T21:53:29.5096160Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-08-20T21:53:29.5097080Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-08-20T21:53:29.5097990Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-08-20T21:53:29.5098870Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-08-20T21:53:29.5100620Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-08-20T21:53:29.5103050Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-08-20T21:53:29.5104180Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-08-20T21:53:29.5105490Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-08-20T21:53:29.5106400Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-08-20T21:53:29.5107620Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-08-20T21:53:29.5108920Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-08-20T21:53:29.5109320Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-08-20T21:53:29.5110560Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-08-20T21:53:29.5111190Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-08-20T21:53:29.5112710Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-08-20T21:53:29.5125420Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-08-20T21:53:29.5126760Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-08-20T21:53:29.5128320Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-08-20T21:53:29.5131770Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-08-20T21:53:29.5132990Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-08-20T21:53:29.5134250Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-08-20T21:53:29.5134880Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-08-20T21:53:29.5136250Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-08-20T21:53:29.5136980Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-08-20T21:53:29.5139340Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-08-20T21:53:29.5141980Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-08-20T21:53:29.5143510Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-08-20T21:53:29.5144880Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-08-20T21:53:29.5146410Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-08-20T21:53:29.5148400Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-08-20T21:53:29.5149610Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-08-20T21:53:29.5150260Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-08-20T21:53:29.5152490Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-08-20T21:53:29.5153770Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-08-20T21:53:29.5155920Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-08-20T21:53:29.5157150Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-08-20T21:53:29.5159960Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-08-20T21:53:29.5161460Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-08-20T21:53:29.5162170Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-08-20T21:53:29.5163720Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-08-20T21:53:29.5164970Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-08-20T21:53:29.5166470Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-08-20T21:53:29.5168220Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-08-20T21:53:29.5170030Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-08-20T21:53:29.5170720Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-08-20T21:53:29.5175020Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-08-20T21:53:29.5176240Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-08-20T21:53:29.5177440Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-08-20T21:53:29.5178700Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-08-20T21:53:29.5181620Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-08-20T21:53:29.5185960Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-08-20T21:53:29.5186340Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-08-20T21:53:29.5186520Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-08-20T21:53:29.5188160Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-08-20T21:53:29.5189340Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-08-20T21:53:29.5194300Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-08-20T21:53:29.5195220Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-08-20T21:53:29.5196410Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-08-20T21:53:29.5199370Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-08-20T21:53:29.5201340Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-08-20T21:53:29.5204410Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-08-20T21:53:29.5208870Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-08-20T21:53:29.5211000Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-08-20T21:53:29.5211910Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-08-20T21:53:29.5213420Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-08-20T21:53:29.5214570Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-08-20T21:53:29.5215420Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-08-20T21:53:29.5216980Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-08-20T21:53:29.5217610Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-08-20T21:53:29.5219020Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-08-20T21:53:29.5219650Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-08-20T21:53:29.5220660Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-08-20T21:53:29.5221900Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-08-20T21:53:29.5223090Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-08-20T21:53:29.5223700Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-08-20T21:53:29.5224790Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-08-20T21:53:29.5226190Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-08-20T21:53:29.5227490Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-08-20T21:53:29.5229300Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-08-20T21:53:29.5230650Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-08-20T21:53:29.5232330Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-08-20T21:53:29.5233780Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-08-20T21:53:29.5235530Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-08-20T21:53:29.5236400Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-08-20T21:53:29.5237620Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-08-20T21:53:29.5238800Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-08-20T21:53:29.5240610Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-08-20T21:53:29.5241850Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-08-20T21:53:29.5244080Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-08-20T21:53:29.5245540Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-08-20T21:53:29.5246430Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-08-20T21:53:29.5247610Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-08-20T21:53:29.5248450Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-08-20T21:53:29.5251790Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-08-20T21:53:29.5253960Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-08-20T21:53:29.5255180Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-08-20T21:53:29.5256450Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-08-20T21:53:29.5257580Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-08-20T21:53:29.5259610Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-08-20T21:53:29.5262110Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-08-20T21:53:29.5263360Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-08-20T21:53:29.5264520Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-08-20T21:53:29.5265380Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-08-20T21:53:29.5266640Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-08-20T21:53:29.5267670Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-08-20T21:53:29.5268870Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-08-20T21:53:29.5270280Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-08-20T21:53:29.5271470Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-08-20T21:53:29.5272310Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-08-20T21:53:29.5273530Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-08-20T21:53:29.5274710Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-08-20T21:53:29.5275940Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-08-20T21:53:29.5277110Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-08-20T21:53:29.5277730Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-08-20T21:53:29.5278930Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-08-20T21:53:29.5279760Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-08-20T21:53:29.5280960Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-08-20T21:53:29.5282410Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-08-20T21:53:29.5283670Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-08-20T21:53:29.5284570Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-08-20T21:53:29.5285810Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-08-20T21:53:29.5286340Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-08-20T21:53:29.5287550Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-08-20T21:53:29.5288820Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-08-20T21:53:29.5292990Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-08-20T21:53:29.5294320Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-08-20T21:53:29.5296080Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-08-20T21:53:29.5297530Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-08-20T21:53:29.5298380Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-08-20T21:53:29.5299950Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-08-20T21:53:29.5300800Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-08-20T21:53:29.5302150Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-08-20T21:53:29.5303790Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-08-20T21:53:29.5305800Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-08-20T21:53:29.5307020Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-08-20T21:53:29.5307620Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-08-20T21:53:29.5309150Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-08-20T21:53:29.5309780Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-08-20T21:53:29.5311050Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-08-20T21:53:29.5312360Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2024-08-20T21:53:29.5312880Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2024-08-20T21:53:29.5314010Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2024-08-20T21:53:29.5314940Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2024-08-20T21:53:29.5316230Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-08-20T21:53:29.5317620Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-08-20T21:53:29.5318840Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-08-20T21:53:29.5320830Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2024-08-20T21:53:29.5322030Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-08-20T21:53:29.5323470Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2024-08-20T21:53:29.5324620Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-08-20T21:53:29.5326050Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2024-08-20T21:53:29.5328580Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-08-20T21:53:29.5330130Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-08-20T21:53:29.5332540Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2024-08-20T21:53:29.5334040Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2024-08-20T21:53:29.5335240Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2024-08-20T21:53:29.5336570Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2024-08-20T21:53:29.5337440Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-08-20T21:53:29.5338680Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-08-20T21:53:29.5339840Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-08-20T21:53:29.5341030Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-08-20T21:53:29.5342860Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-08-20T21:53:29.5343740Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-08-20T21:53:29.5344410Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-08-20T21:53:29.5345740Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-08-20T21:53:29.5346950Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-08-20T21:53:29.5347320Z adding 'torch/include/torch/csrc/utils/init.h' 2024-08-20T21:53:29.5348490Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-08-20T21:53:29.5349030Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-08-20T21:53:29.5350210Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-08-20T21:53:29.5351400Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-08-20T21:53:29.5351850Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-08-20T21:53:29.5354610Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-08-20T21:53:29.5355690Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-08-20T21:53:29.5356150Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-08-20T21:53:29.5363940Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-08-20T21:53:29.5365170Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-08-20T21:53:29.5366040Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-08-20T21:53:29.5367630Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-08-20T21:53:29.5368800Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-08-20T21:53:29.5370260Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-08-20T21:53:29.5371740Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-08-20T21:53:29.5372380Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-08-20T21:53:29.5374340Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-08-20T21:53:29.5375480Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-08-20T21:53:29.5375980Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-08-20T21:53:29.5379820Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-08-20T21:53:29.5381190Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-08-20T21:53:29.5382430Z adding 'torch/include/torch/csrc/utils/six.h' 2024-08-20T21:53:29.5382840Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-08-20T21:53:29.5383980Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-08-20T21:53:29.5384580Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-08-20T21:53:29.5386150Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-08-20T21:53:29.5386680Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-08-20T21:53:29.5387780Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-08-20T21:53:29.5388450Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-08-20T21:53:29.5389880Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-08-20T21:53:29.5390740Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-08-20T21:53:29.5391360Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-08-20T21:53:29.5392620Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-08-20T21:53:29.5394290Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-08-20T21:53:29.5396200Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-08-20T21:53:29.5397400Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-08-20T21:53:29.5398590Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-08-20T21:53:29.5399080Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-08-20T21:53:29.5400530Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-08-20T21:53:29.5401120Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-08-20T21:53:29.5402310Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-08-20T21:53:29.5405150Z adding 'torch/jit/__init__.py' 2024-08-20T21:53:29.5406620Z adding 'torch/jit/_async.py' 2024-08-20T21:53:29.5407940Z adding 'torch/jit/_await.py' 2024-08-20T21:53:29.5409880Z adding 'torch/jit/_builtins.py' 2024-08-20T21:53:29.5412220Z adding 'torch/jit/_check.py' 2024-08-20T21:53:29.5414130Z adding 'torch/jit/_dataclass_impls.py' 2024-08-20T21:53:29.5419000Z adding 'torch/jit/_decomposition_utils.py' 2024-08-20T21:53:29.5419290Z adding 'torch/jit/_decompositions.py' 2024-08-20T21:53:29.5419400Z adding 'torch/jit/_freeze.py' 2024-08-20T21:53:29.5420760Z adding 'torch/jit/_fuser.py' 2024-08-20T21:53:29.5421600Z adding 'torch/jit/_ir_utils.py' 2024-08-20T21:53:29.5422410Z adding 'torch/jit/_logging.py' 2024-08-20T21:53:29.5424570Z adding 'torch/jit/_monkeytype_config.py' 2024-08-20T21:53:29.5425400Z adding 'torch/jit/_pickle.py' 2024-08-20T21:53:29.5435100Z adding 'torch/jit/_recursive.py' 2024-08-20T21:53:29.5450020Z adding 'torch/jit/_script.py' 2024-08-20T21:53:29.5452420Z adding 'torch/jit/_script.pyi' 2024-08-20T21:53:29.5454750Z adding 'torch/jit/_serialization.py' 2024-08-20T21:53:29.5463880Z adding 'torch/jit/_shape_functions.py' 2024-08-20T21:53:29.5465500Z adding 'torch/jit/_state.py' 2024-08-20T21:53:29.5477760Z adding 'torch/jit/_trace.py' 2024-08-20T21:53:29.5482370Z adding 'torch/jit/annotations.py' 2024-08-20T21:53:29.5491850Z adding 'torch/jit/frontend.py' 2024-08-20T21:53:29.5493150Z adding 'torch/jit/generate_bytecode.py' 2024-08-20T21:53:29.5494330Z adding 'torch/jit/quantized.py' 2024-08-20T21:53:29.5496740Z adding 'torch/jit/supported_ops.py' 2024-08-20T21:53:29.5498020Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-08-20T21:53:29.5498870Z adding 'torch/jit/_passes/__init__.py' 2024-08-20T21:53:29.5500140Z adding 'torch/jit/_passes/_property_propagation.py' 2024-08-20T21:53:29.5502190Z adding 'torch/jit/mobile/__init__.py' 2024-08-20T21:53:29.5972070Z adding 'torch/lib/libc10.dylib' 2024-08-20T21:53:29.6208880Z adding 'torch/lib/libomp.dylib' 2024-08-20T21:53:29.6222700Z adding 'torch/lib/libshm.dylib' 2024-08-20T21:53:29.6225140Z adding 'torch/lib/libtorch.dylib' 2024-08-20T21:53:33.2004410Z adding 'torch/lib/libtorch_cpu.dylib' 2024-08-20T21:53:33.2739280Z adding 'torch/lib/libtorch_global_deps.dylib' 2024-08-20T21:53:33.7775410Z adding 'torch/lib/libtorch_python.dylib' 2024-08-20T21:53:33.7889900Z adding 'torch/linalg/__init__.py' 2024-08-20T21:53:33.7891770Z adding 'torch/masked/__init__.py' 2024-08-20T21:53:33.7896160Z adding 'torch/masked/_docs.py' 2024-08-20T21:53:33.7909180Z adding 'torch/masked/_ops.py' 2024-08-20T21:53:33.7911080Z adding 'torch/masked/maskedtensor/__init__.py' 2024-08-20T21:53:33.7914200Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-08-20T21:53:33.7916130Z adding 'torch/masked/maskedtensor/binary.py' 2024-08-20T21:53:33.7919150Z adding 'torch/masked/maskedtensor/core.py' 2024-08-20T21:53:33.7920510Z adding 'torch/masked/maskedtensor/creation.py' 2024-08-20T21:53:33.7921760Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-08-20T21:53:33.7923500Z adding 'torch/masked/maskedtensor/reductions.py' 2024-08-20T21:53:33.7925050Z adding 'torch/masked/maskedtensor/unary.py' 2024-08-20T21:53:33.7926690Z adding 'torch/monitor/__init__.py' 2024-08-20T21:53:33.7928710Z adding 'torch/mps/__init__.py' 2024-08-20T21:53:33.7930070Z adding 'torch/mps/event.py' 2024-08-20T21:53:33.7931250Z adding 'torch/mps/profiler.py' 2024-08-20T21:53:33.7934240Z adding 'torch/mtia/__init__.py' 2024-08-20T21:53:33.7935430Z adding 'torch/mtia/_utils.py' 2024-08-20T21:53:33.7937360Z adding 'torch/multiprocessing/__init__.py' 2024-08-20T21:53:33.7938560Z adding 'torch/multiprocessing/_atfork.py' 2024-08-20T21:53:33.7939790Z adding 'torch/multiprocessing/pool.py' 2024-08-20T21:53:33.7941010Z adding 'torch/multiprocessing/queue.py' 2024-08-20T21:53:33.7946180Z adding 'torch/multiprocessing/reductions.py' 2024-08-20T21:53:33.7948980Z adding 'torch/multiprocessing/spawn.py' 2024-08-20T21:53:33.7953420Z adding 'torch/nested/__init__.py' 2024-08-20T21:53:33.7954700Z adding 'torch/nested/_internal/__init__.py' 2024-08-20T21:53:33.7959250Z adding 'torch/nested/_internal/nested_tensor.py' 2024-08-20T21:53:33.7969170Z adding 'torch/nested/_internal/ops.py' 2024-08-20T21:53:33.7976150Z adding 'torch/nested/_internal/sdpa.py' 2024-08-20T21:53:33.7978160Z adding 'torch/nn/__init__.py' 2024-08-20T21:53:33.7979440Z adding 'torch/nn/_reduction.py' 2024-08-20T21:53:33.7980710Z adding 'torch/nn/common_types.py' 2024-08-20T21:53:33.7982130Z adding 'torch/nn/cpp.py' 2024-08-20T21:53:33.8026330Z adding 'torch/nn/functional.py' 2024-08-20T21:53:33.8030760Z adding 'torch/nn/functional.pyi' 2024-08-20T21:53:33.8032690Z adding 'torch/nn/grad.py' 2024-08-20T21:53:33.8037160Z adding 'torch/nn/init.py' 2024-08-20T21:53:33.8040030Z adding 'torch/nn/parameter.py' 2024-08-20T21:53:33.8041250Z adding 'torch/nn/parameter.pyi' 2024-08-20T21:53:33.8043330Z adding 'torch/nn/attention/__init__.py' 2024-08-20T21:53:33.8044720Z adding 'torch/nn/attention/_utils.py' 2024-08-20T21:53:33.8047690Z adding 'torch/nn/attention/bias.py' 2024-08-20T21:53:33.8055950Z adding 'torch/nn/attention/flex_attention.py' 2024-08-20T21:53:33.8057540Z adding 'torch/nn/backends/__init__.py' 2024-08-20T21:53:33.8063260Z adding 'torch/nn/backends/thnn.py' 2024-08-20T21:53:33.8063560Z adding 'torch/nn/intrinsic/__init__.py' 2024-08-20T21:53:33.8063900Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-08-20T21:53:33.8064250Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-08-20T21:53:33.8064590Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-08-20T21:53:33.8064980Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-08-20T21:53:33.8066270Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-08-20T21:53:33.8067060Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-08-20T21:53:33.8068460Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-08-20T21:53:33.8069750Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-08-20T21:53:33.8071050Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-08-20T21:53:33.8072390Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-08-20T21:53:33.8073150Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-08-20T21:53:33.8074680Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-08-20T21:53:33.8075430Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-08-20T21:53:33.8076850Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-08-20T21:53:33.8077520Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-08-20T21:53:33.8080170Z adding 'torch/nn/modules/__init__.py' 2024-08-20T21:53:33.8083070Z adding 'torch/nn/modules/_functions.py' 2024-08-20T21:53:33.8092990Z adding 'torch/nn/modules/activation.py' 2024-08-20T21:53:33.8096380Z adding 'torch/nn/modules/adaptive.py' 2024-08-20T21:53:33.8102220Z adding 'torch/nn/modules/batchnorm.py' 2024-08-20T21:53:33.8103710Z adding 'torch/nn/modules/channelshuffle.py' 2024-08-20T21:53:33.8110330Z adding 'torch/nn/modules/container.py' 2024-08-20T21:53:33.8120360Z adding 'torch/nn/modules/conv.py' 2024-08-20T21:53:33.8122040Z adding 'torch/nn/modules/distance.py' 2024-08-20T21:53:33.8124640Z adding 'torch/nn/modules/dropout.py' 2024-08-20T21:53:33.8126450Z adding 'torch/nn/modules/flatten.py' 2024-08-20T21:53:33.8129250Z adding 'torch/nn/modules/fold.py' 2024-08-20T21:53:33.8132350Z adding 'torch/nn/modules/instancenorm.py' 2024-08-20T21:53:33.8135500Z adding 'torch/nn/modules/lazy.py' 2024-08-20T21:53:33.8137970Z adding 'torch/nn/modules/linear.py' 2024-08-20T21:53:33.8153950Z adding 'torch/nn/modules/loss.py' 2024-08-20T21:53:33.8178960Z adding 'torch/nn/modules/module.py' 2024-08-20T21:53:33.8182610Z adding 'torch/nn/modules/normalization.py' 2024-08-20T21:53:33.8185890Z adding 'torch/nn/modules/padding.py' 2024-08-20T21:53:33.8187570Z adding 'torch/nn/modules/pixelshuffle.py' 2024-08-20T21:53:33.8194930Z adding 'torch/nn/modules/pooling.py' 2024-08-20T21:53:33.8206660Z adding 'torch/nn/modules/rnn.py' 2024-08-20T21:53:33.8211250Z adding 'torch/nn/modules/sparse.py' 2024-08-20T21:53:33.8219410Z adding 'torch/nn/modules/transformer.py' 2024-08-20T21:53:33.8222210Z adding 'torch/nn/modules/upsampling.py' 2024-08-20T21:53:33.8223750Z adding 'torch/nn/modules/utils.py' 2024-08-20T21:53:33.8225360Z adding 'torch/nn/parallel/__init__.py' 2024-08-20T21:53:33.8227160Z adding 'torch/nn/parallel/_functions.py' 2024-08-20T21:53:33.8229870Z adding 'torch/nn/parallel/comm.py' 2024-08-20T21:53:33.8233100Z adding 'torch/nn/parallel/data_parallel.py' 2024-08-20T21:53:33.8258990Z adding 'torch/nn/parallel/distributed.py' 2024-08-20T21:53:33.8261410Z adding 'torch/nn/parallel/parallel_apply.py' 2024-08-20T21:53:33.8263550Z adding 'torch/nn/parallel/replicate.py' 2024-08-20T21:53:33.8265530Z adding 'torch/nn/parallel/scatter_gather.py' 2024-08-20T21:53:33.8266910Z adding 'torch/nn/qat/__init__.py' 2024-08-20T21:53:33.8268400Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-08-20T21:53:33.8269600Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-08-20T21:53:33.8270430Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-08-20T21:53:33.8272030Z adding 'torch/nn/qat/modules/__init__.py' 2024-08-20T21:53:33.8273250Z adding 'torch/nn/qat/modules/conv.py' 2024-08-20T21:53:33.8274030Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-08-20T21:53:33.8275350Z adding 'torch/nn/qat/modules/linear.py' 2024-08-20T21:53:33.8276650Z adding 'torch/nn/quantizable/__init__.py' 2024-08-20T21:53:33.8277910Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-08-20T21:53:33.8279160Z adding 'torch/nn/quantizable/modules/activation.py' 2024-08-20T21:53:33.8279840Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-08-20T21:53:33.8281550Z adding 'torch/nn/quantized/__init__.py' 2024-08-20T21:53:33.8282780Z adding 'torch/nn/quantized/functional.py' 2024-08-20T21:53:33.8284030Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-08-20T21:53:33.8285480Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-08-20T21:53:33.8286390Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-08-20T21:53:33.8287740Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-08-20T21:53:33.8288580Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-08-20T21:53:33.8289940Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-08-20T21:53:33.8290750Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-08-20T21:53:33.8292240Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-08-20T21:53:33.8293750Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-08-20T21:53:33.8294540Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-08-20T21:53:33.8295940Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-08-20T21:53:33.8297200Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-08-20T21:53:33.8298710Z adding 'torch/nn/quantized/modules/__init__.py' 2024-08-20T21:53:33.8299950Z adding 'torch/nn/quantized/modules/activation.py' 2024-08-20T21:53:33.8300670Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-08-20T21:53:33.8302060Z adding 'torch/nn/quantized/modules/conv.py' 2024-08-20T21:53:33.8303290Z adding 'torch/nn/quantized/modules/dropout.py' 2024-08-20T21:53:33.8304040Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-08-20T21:53:33.8309530Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-08-20T21:53:33.8309940Z adding 'torch/nn/quantized/modules/linear.py' 2024-08-20T21:53:33.8310310Z adding 'torch/nn/quantized/modules/normalization.py' 2024-08-20T21:53:33.8310670Z adding 'torch/nn/quantized/modules/rnn.py' 2024-08-20T21:53:33.8311000Z adding 'torch/nn/quantized/modules/utils.py' 2024-08-20T21:53:33.8311320Z adding 'torch/nn/utils/__init__.py' 2024-08-20T21:53:33.8312590Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-08-20T21:53:33.8315530Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-08-20T21:53:33.8317530Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-08-20T21:53:33.8319650Z adding 'torch/nn/utils/clip_grad.py' 2024-08-20T21:53:33.8321220Z adding 'torch/nn/utils/convert_parameters.py' 2024-08-20T21:53:33.8323120Z adding 'torch/nn/utils/fusion.py' 2024-08-20T21:53:33.8324530Z adding 'torch/nn/utils/init.py' 2024-08-20T21:53:33.8326480Z adding 'torch/nn/utils/memory_format.py' 2024-08-20T21:53:33.8332530Z adding 'torch/nn/utils/parametrizations.py' 2024-08-20T21:53:33.8340660Z adding 'torch/nn/utils/parametrize.py' 2024-08-20T21:53:33.8351330Z adding 'torch/nn/utils/prune.py' 2024-08-20T21:53:33.8356420Z adding 'torch/nn/utils/rnn.py' 2024-08-20T21:53:33.8360190Z adding 'torch/nn/utils/spectral_norm.py' 2024-08-20T21:53:33.8363190Z adding 'torch/nn/utils/stateless.py' 2024-08-20T21:53:33.8365260Z adding 'torch/nn/utils/weight_norm.py' 2024-08-20T21:53:33.8366800Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-08-20T21:53:33.8368330Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-08-20T21:53:33.8371120Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-08-20T21:53:33.8372680Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-08-20T21:53:33.8374580Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-08-20T21:53:33.8376790Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-08-20T21:53:33.8378410Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-08-20T21:53:33.8379990Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-08-20T21:53:33.8381510Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-08-20T21:53:33.8382920Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-08-20T21:53:33.8385010Z adding 'torch/onnx/__init__.py' 2024-08-20T21:53:33.8386200Z adding 'torch/onnx/_constants.py' 2024-08-20T21:53:33.8387590Z adding 'torch/onnx/_deprecation.py' 2024-08-20T21:53:33.8388850Z adding 'torch/onnx/_experimental.py' 2024-08-20T21:53:33.8390080Z adding 'torch/onnx/_exporter_states.py' 2024-08-20T21:53:33.8391260Z adding 'torch/onnx/_flags.py' 2024-08-20T21:53:33.8392590Z adding 'torch/onnx/_globals.py' 2024-08-20T21:53:33.8394110Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-08-20T21:53:33.8397120Z adding 'torch/onnx/_type_utils.py' 2024-08-20T21:53:33.8398670Z adding 'torch/onnx/errors.py' 2024-08-20T21:53:33.8399890Z adding 'torch/onnx/operators.py' 2024-08-20T21:53:33.8402100Z adding 'torch/onnx/symbolic_caffe2.py' 2024-08-20T21:53:33.8419220Z adding 'torch/onnx/symbolic_helper.py' 2024-08-20T21:53:33.8425530Z adding 'torch/onnx/symbolic_opset10.py' 2024-08-20T21:53:33.8435700Z adding 'torch/onnx/symbolic_opset11.py' 2024-08-20T21:53:33.8439110Z adding 'torch/onnx/symbolic_opset12.py' 2024-08-20T21:53:33.8446510Z adding 'torch/onnx/symbolic_opset13.py' 2024-08-20T21:53:33.8449200Z adding 'torch/onnx/symbolic_opset14.py' 2024-08-20T21:53:33.8450710Z adding 'torch/onnx/symbolic_opset15.py' 2024-08-20T21:53:33.8452740Z adding 'torch/onnx/symbolic_opset16.py' 2024-08-20T21:53:33.8455050Z adding 'torch/onnx/symbolic_opset17.py' 2024-08-20T21:53:33.8457140Z adding 'torch/onnx/symbolic_opset18.py' 2024-08-20T21:53:33.8458320Z adding 'torch/onnx/symbolic_opset19.py' 2024-08-20T21:53:33.8459640Z adding 'torch/onnx/symbolic_opset20.py' 2024-08-20T21:53:33.8461010Z adding 'torch/onnx/symbolic_opset7.py' 2024-08-20T21:53:33.8464130Z adding 'torch/onnx/symbolic_opset8.py' 2024-08-20T21:53:33.8508600Z adding 'torch/onnx/symbolic_opset9.py' 2024-08-20T21:53:33.8529140Z adding 'torch/onnx/utils.py' 2024-08-20T21:53:33.8544860Z adding 'torch/onnx/verification.py' 2024-08-20T21:53:33.8546330Z adding 'torch/onnx/_internal/__init__.py' 2024-08-20T21:53:33.8560940Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2024-08-20T21:53:33.8565660Z adding 'torch/onnx/_internal/io_adapter.py' 2024-08-20T21:53:33.8569110Z adding 'torch/onnx/_internal/jit_utils.py' 2024-08-20T21:53:33.8571990Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-08-20T21:53:33.8583700Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-08-20T21:53:33.8586770Z adding 'torch/onnx/_internal/registration.py' 2024-08-20T21:53:33.8591750Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-08-20T21:53:33.8594060Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-08-20T21:53:33.8599840Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-08-20T21:53:33.8601590Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-08-20T21:53:33.8604080Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-08-20T21:53:33.8607770Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-08-20T21:53:33.8609680Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-08-20T21:53:33.8611220Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-08-20T21:53:33.8612630Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-08-20T21:53:33.8614900Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-08-20T21:53:33.8616260Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-08-20T21:53:33.8617640Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-08-20T21:53:33.8619030Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-08-20T21:53:33.8619840Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-08-20T21:53:33.8621320Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-08-20T21:53:33.8622250Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-08-20T21:53:33.8623700Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-08-20T21:53:33.8624670Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-08-20T21:53:33.8626090Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-08-20T21:53:33.8630950Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-08-20T21:53:33.8631450Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-08-20T21:53:33.8631970Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-08-20T21:53:33.8632510Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-08-20T21:53:33.8633140Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-08-20T21:53:33.8633820Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-08-20T21:53:33.8634620Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-08-20T21:53:33.8636180Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-08-20T21:53:33.8637080Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-08-20T21:53:33.8638770Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-08-20T21:53:33.8639760Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-08-20T21:53:33.8641270Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-08-20T21:53:33.8642160Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-08-20T21:53:33.8643560Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-08-20T21:53:33.8644560Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-08-20T21:53:33.8645990Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-08-20T21:53:33.8647360Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-08-20T21:53:33.8648340Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-08-20T21:53:33.8649750Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-08-20T21:53:33.8650630Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-08-20T21:53:33.8652130Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-08-20T21:53:33.8653090Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-08-20T21:53:33.8654590Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-08-20T21:53:33.8656070Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-08-20T21:53:33.8656930Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-08-20T21:53:33.8658520Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-08-20T21:53:33.8659980Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-08-20T21:53:33.8660890Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-08-20T21:53:33.8662760Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-08-20T21:53:33.8663750Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-08-20T21:53:33.8665180Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-08-20T21:53:33.8666100Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-08-20T21:53:33.8667530Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-08-20T21:53:33.8668910Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-08-20T21:53:33.8669670Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-08-20T21:53:33.8671150Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-08-20T21:53:33.8672570Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-08-20T21:53:33.8673360Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-08-20T21:53:33.8675200Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-08-20T21:53:33.8676140Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-08-20T21:53:33.8677640Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-08-20T21:53:33.8678590Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-08-20T21:53:33.8680070Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-08-20T21:53:33.8681010Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-08-20T21:53:33.8682380Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-08-20T21:53:33.8683880Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-08-20T21:53:33.8687130Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-08-20T21:53:33.8689320Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-08-20T21:53:33.8691150Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-08-20T21:53:33.8693470Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-08-20T21:53:33.8695930Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-08-20T21:53:33.8703450Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-08-20T21:53:33.8706460Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-08-20T21:53:33.8714160Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-08-20T21:53:33.8717810Z adding 'torch/onnx/_internal/fx/op_validation.py' 2024-08-20T21:53:33.8719790Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-08-20T21:53:33.8721380Z adding 'torch/onnx/_internal/fx/registration.py' 2024-08-20T21:53:33.8724510Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-08-20T21:53:33.8726410Z adding 'torch/onnx/_internal/fx/torch_export_graph_extractor.py' 2024-08-20T21:53:33.8728610Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-08-20T21:53:33.8729970Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-08-20T21:53:33.8731550Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-08-20T21:53:33.8732960Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-08-20T21:53:33.8734740Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-08-20T21:53:33.8736330Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-08-20T21:53:33.8738440Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-08-20T21:53:33.8746210Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-08-20T21:53:33.8748320Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-08-20T21:53:33.8758750Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-08-20T21:53:33.8760720Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-08-20T21:53:33.8762530Z adding 'torch/optim/__init__.py' 2024-08-20T21:53:33.8767930Z adding 'torch/optim/_adafactor.py' 2024-08-20T21:53:33.8769540Z adding 'torch/optim/_functional.py' 2024-08-20T21:53:33.8773170Z adding 'torch/optim/adadelta.py' 2024-08-20T21:53:33.8777570Z adding 'torch/optim/adagrad.py' 2024-08-20T21:53:33.8783630Z adding 'torch/optim/adam.py' 2024-08-20T21:53:33.8787460Z adding 'torch/optim/adamax.py' 2024-08-20T21:53:33.8793220Z adding 'torch/optim/adamw.py' 2024-08-20T21:53:33.8796800Z adding 'torch/optim/asgd.py' 2024-08-20T21:53:33.8800990Z adding 'torch/optim/lbfgs.py' 2024-08-20T21:53:33.8815740Z adding 'torch/optim/lr_scheduler.py' 2024-08-20T21:53:33.8821010Z adding 'torch/optim/nadam.py' 2024-08-20T21:53:33.8830560Z adding 'torch/optim/optimizer.py' 2024-08-20T21:53:33.8835350Z adding 'torch/optim/radam.py' 2024-08-20T21:53:33.8839520Z adding 'torch/optim/rmsprop.py' 2024-08-20T21:53:33.8847210Z adding 'torch/optim/rprop.py' 2024-08-20T21:53:33.8847570Z adding 'torch/optim/sgd.py' 2024-08-20T21:53:33.8850020Z adding 'torch/optim/sparse_adam.py' 2024-08-20T21:53:33.8854230Z adding 'torch/optim/swa_utils.py' 2024-08-20T21:53:33.8855890Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-08-20T21:53:33.8857410Z adding 'torch/package/__init__.py' 2024-08-20T21:53:33.8859300Z adding 'torch/package/_digraph.py' 2024-08-20T21:53:33.8860710Z adding 'torch/package/_directory_reader.py' 2024-08-20T21:53:33.8862240Z adding 'torch/package/_importlib.py' 2024-08-20T21:53:33.8863610Z adding 'torch/package/_mangling.py' 2024-08-20T21:53:33.8865100Z adding 'torch/package/_mock.py' 2024-08-20T21:53:33.8866830Z adding 'torch/package/_package_pickler.py' 2024-08-20T21:53:33.8868050Z adding 'torch/package/_package_unpickler.py' 2024-08-20T21:53:33.8869870Z adding 'torch/package/_stdlib.py' 2024-08-20T21:53:33.8871790Z adding 'torch/package/file_structure_representation.py' 2024-08-20T21:53:33.8873340Z adding 'torch/package/find_file_dependencies.py' 2024-08-20T21:53:33.8874870Z adding 'torch/package/glob_group.py' 2024-08-20T21:53:33.8877470Z adding 'torch/package/importer.py' 2024-08-20T21:53:33.8888210Z adding 'torch/package/package_exporter.py' 2024-08-20T21:53:33.8895630Z adding 'torch/package/package_importer.py' 2024-08-20T21:53:33.8897030Z adding 'torch/package/analyze/__init__.py' 2024-08-20T21:53:33.8898470Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-08-20T21:53:33.8899220Z adding 'torch/package/analyze/is_from_package.py' 2024-08-20T21:53:33.8900890Z adding 'torch/package/analyze/trace_dependencies.py' 2024-08-20T21:53:33.8902400Z adding 'torch/profiler/__init__.py' 2024-08-20T21:53:33.8912990Z adding 'torch/profiler/_memory_profiler.py' 2024-08-20T21:53:33.8918040Z adding 'torch/profiler/_pattern_matcher.py' 2024-08-20T21:53:33.8921490Z adding 'torch/profiler/_utils.py' 2024-08-20T21:53:33.8922890Z adding 'torch/profiler/itt.py' 2024-08-20T21:53:33.8930320Z adding 'torch/profiler/profiler.py' 2024-08-20T21:53:33.8931620Z adding 'torch/profiler/python_tracer.py' 2024-08-20T21:53:33.8933450Z adding 'torch/quantization/__init__.py' 2024-08-20T21:53:33.8934650Z adding 'torch/quantization/_numeric_suite.py' 2024-08-20T21:53:33.8935890Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-08-20T21:53:33.8937560Z adding 'torch/quantization/_quantized_conversions.py' 2024-08-20T21:53:33.8938800Z adding 'torch/quantization/fake_quantize.py' 2024-08-20T21:53:33.8939590Z adding 'torch/quantization/fuse_modules.py' 2024-08-20T21:53:33.8941000Z adding 'torch/quantization/fuser_method_mappings.py' 2024-08-20T21:53:33.8941850Z adding 'torch/quantization/observer.py' 2024-08-20T21:53:33.8943240Z adding 'torch/quantization/qconfig.py' 2024-08-20T21:53:33.8944450Z adding 'torch/quantization/quant_type.py' 2024-08-20T21:53:33.8945680Z adding 'torch/quantization/quantization_mappings.py' 2024-08-20T21:53:33.8946340Z adding 'torch/quantization/quantize.py' 2024-08-20T21:53:33.8947740Z adding 'torch/quantization/quantize_fx.py' 2024-08-20T21:53:33.8948980Z adding 'torch/quantization/quantize_jit.py' 2024-08-20T21:53:33.8949730Z adding 'torch/quantization/stubs.py' 2024-08-20T21:53:33.8951080Z adding 'torch/quantization/utils.py' 2024-08-20T21:53:33.8952540Z adding 'torch/quantization/fx/__init__.py' 2024-08-20T21:53:33.8953750Z adding 'torch/quantization/fx/_equalize.py' 2024-08-20T21:53:33.8954950Z adding 'torch/quantization/fx/convert.py' 2024-08-20T21:53:33.8955590Z adding 'torch/quantization/fx/fuse.py' 2024-08-20T21:53:33.8957000Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-08-20T21:53:33.8959610Z adding 'torch/quantization/fx/graph_module.py' 2024-08-20T21:53:33.8961210Z adding 'torch/quantization/fx/match_utils.py' 2024-08-20T21:53:33.8962770Z adding 'torch/quantization/fx/pattern_utils.py' 2024-08-20T21:53:33.8963970Z adding 'torch/quantization/fx/prepare.py' 2024-08-20T21:53:33.8965340Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-08-20T21:53:33.8966610Z adding 'torch/quantization/fx/quantization_types.py' 2024-08-20T21:53:33.8967870Z adding 'torch/quantization/fx/utils.py' 2024-08-20T21:53:33.8969790Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-08-20T21:53:33.8972040Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-08-20T21:53:33.8973430Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-08-20T21:53:33.8975250Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-08-20T21:53:33.8983030Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-08-20T21:53:33.8984840Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-08-20T21:53:33.8986390Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-08-20T21:53:33.8988030Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-08-20T21:53:33.8989630Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-08-20T21:53:33.8991420Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-08-20T21:53:33.9010600Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-08-20T21:53:33.9014760Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-08-20T21:53:33.9016380Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-08-20T21:53:33.9018320Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-08-20T21:53:33.9020050Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-08-20T21:53:33.9022980Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-08-20T21:53:33.9025730Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-08-20T21:53:33.9028190Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-08-20T21:53:33.9031370Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-08-20T21:53:33.9032940Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-08-20T21:53:33.9034440Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-08-20T21:53:33.9035740Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-08-20T21:53:33.9037010Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-08-20T21:53:33.9038530Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-08-20T21:53:33.9042920Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-08-20T21:53:33.9044260Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-08-20T21:53:33.9050450Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-08-20T21:53:33.9051000Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-08-20T21:53:33.9051480Z adding 'torch/signal/__init__.py' 2024-08-20T21:53:33.9051780Z adding 'torch/signal/windows/__init__.py' 2024-08-20T21:53:33.9054300Z adding 'torch/signal/windows/windows.py' 2024-08-20T21:53:33.9059990Z adding 'torch/sparse/__init__.py' 2024-08-20T21:53:33.9063800Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-08-20T21:53:33.9065660Z adding 'torch/sparse/_semi_structured_ops.py' 2024-08-20T21:53:33.9081130Z adding 'torch/sparse/_triton_ops.py' 2024-08-20T21:53:33.9147370Z adding 'torch/sparse/_triton_ops_meta.py' 2024-08-20T21:53:33.9154490Z adding 'torch/sparse/semi_structured.py' 2024-08-20T21:53:33.9159490Z adding 'torch/special/__init__.py' 2024-08-20T21:53:33.9161070Z adding 'torch/testing/__init__.py' 2024-08-20T21:53:33.9173320Z adding 'torch/testing/_comparison.py' 2024-08-20T21:53:33.9176700Z adding 'torch/testing/_creation.py' 2024-08-20T21:53:33.9177980Z adding 'torch/testing/_utils.py' 2024-08-20T21:53:33.9179750Z adding 'torch/testing/_internal/__init__.py' 2024-08-20T21:53:33.9182890Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-08-20T21:53:33.9186050Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-08-20T21:53:33.9188070Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-08-20T21:53:33.9190890Z adding 'torch/testing/_internal/common_cuda.py' 2024-08-20T21:53:33.9206810Z adding 'torch/testing/_internal/common_device_type.py' 2024-08-20T21:53:33.9208720Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-08-20T21:53:33.9220010Z adding 'torch/testing/_internal/common_distributed.py' 2024-08-20T21:53:33.9221910Z adding 'torch/testing/_internal/common_dtype.py' 2024-08-20T21:53:33.9232840Z adding 'torch/testing/_internal/common_fsdp.py' 2024-08-20T21:53:33.9236450Z adding 'torch/testing/_internal/common_jit.py' 2024-08-20T21:53:33.9400370Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-08-20T21:53:33.9406960Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-08-20T21:53:33.9429640Z adding 'torch/testing/_internal/common_modules.py' 2024-08-20T21:53:33.9453890Z adding 'torch/testing/_internal/common_nn.py' 2024-08-20T21:53:33.9464770Z adding 'torch/testing/_internal/common_optimizers.py' 2024-08-20T21:53:33.9467680Z adding 'torch/testing/_internal/common_pruning.py' 2024-08-20T21:53:33.9486580Z adding 'torch/testing/_internal/common_quantization.py' 2024-08-20T21:53:33.9489680Z adding 'torch/testing/_internal/common_quantized.py' 2024-08-20T21:53:33.9492090Z adding 'torch/testing/_internal/common_subclass.py' 2024-08-20T21:53:33.9545140Z adding 'torch/testing/_internal/common_utils.py' 2024-08-20T21:53:33.9551590Z adding 'torch/testing/_internal/composite_compliance.py' 2024-08-20T21:53:33.9555010Z adding 'torch/testing/_internal/custom_op_db.py' 2024-08-20T21:53:33.9556590Z adding 'torch/testing/_internal/custom_tensor.py' 2024-08-20T21:53:33.9558660Z adding 'torch/testing/_internal/dist_utils.py' 2024-08-20T21:53:33.9561010Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-08-20T21:53:33.9562700Z adding 'torch/testing/_internal/hop_db.py' 2024-08-20T21:53:33.9566200Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-08-20T21:53:33.9567610Z adding 'torch/testing/_internal/inductor_utils.py' 2024-08-20T21:53:33.9574160Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-08-20T21:53:33.9581290Z adding 'torch/testing/_internal/jit_utils.py' 2024-08-20T21:53:33.9583710Z adding 'torch/testing/_internal/logging_tensor.py' 2024-08-20T21:53:33.9585700Z adding 'torch/testing/_internal/logging_utils.py' 2024-08-20T21:53:33.9587040Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-08-20T21:53:33.9587780Z adding 'torch/testing/_internal/static_module.py' 2024-08-20T21:53:33.9589570Z adding 'torch/testing/_internal/torchbind_impls.py' 2024-08-20T21:53:33.9591720Z adding 'torch/testing/_internal/triton_utils.py' 2024-08-20T21:53:33.9593340Z adding 'torch/testing/_internal/two_tensor.py' 2024-08-20T21:53:33.9594630Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-08-20T21:53:33.9595880Z adding 'torch/testing/_internal/data/__init__.py' 2024-08-20T21:53:33.9596500Z adding 'torch/testing/_internal/data/network1.py' 2024-08-20T21:53:33.9597900Z adding 'torch/testing/_internal/data/network2.py' 2024-08-20T21:53:33.9599130Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-08-20T21:53:33.9600460Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-08-20T21:53:33.9602000Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-08-20T21:53:33.9607040Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-08-20T21:53:33.9676030Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-08-20T21:53:33.9679600Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-08-20T21:53:33.9680690Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-08-20T21:53:33.9684870Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-08-20T21:53:33.9686970Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-08-20T21:53:33.9688490Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-08-20T21:53:33.9689640Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-08-20T21:53:33.9691550Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-08-20T21:53:33.9693080Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-08-20T21:53:33.9694500Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-08-20T21:53:33.9695340Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-08-20T21:53:33.9700100Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-08-20T21:53:33.9701230Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-08-20T21:53:33.9702550Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-08-20T21:53:33.9706420Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-08-20T21:53:33.9707860Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-08-20T21:53:33.9725910Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-08-20T21:53:33.9728640Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-08-20T21:53:33.9731310Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-08-20T21:53:33.9732570Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-08-20T21:53:33.9734020Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-08-20T21:53:33.9772730Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-08-20T21:53:33.9775220Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-08-20T21:53:33.9780620Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-08-20T21:53:33.9781260Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-08-20T21:53:33.9781910Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-08-20T21:53:33.9782490Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-08-20T21:53:33.9783640Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-08-20T21:53:33.9792130Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-08-20T21:53:33.9794500Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-08-20T21:53:33.9795400Z adding 'torch/testing/_internal/generated/__init__.py' 2024-08-20T21:53:33.9832390Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-08-20T21:53:33.9836120Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-08-20T21:53:33.9861040Z adding 'torch/testing/_internal/opinfo/core.py' 2024-08-20T21:53:33.9863690Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-08-20T21:53:33.9866460Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-08-20T21:53:33.9867810Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-08-20T21:53:33.9873420Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-08-20T21:53:33.9876930Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-08-20T21:53:33.9890290Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-08-20T21:53:33.9893480Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2024-08-20T21:53:33.9896240Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-08-20T21:53:33.9901360Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-08-20T21:53:33.9905060Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-08-20T21:53:33.9906440Z adding 'torch/testing/_internal/optests/__init__.py' 2024-08-20T21:53:33.9908620Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-08-20T21:53:33.9910620Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-08-20T21:53:33.9911900Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-08-20T21:53:33.9918540Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-08-20T21:53:33.9920290Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-08-20T21:53:33.9921130Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-08-20T21:53:33.9922490Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-08-20T21:53:33.9923060Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-08-20T21:53:33.9925680Z adding 'torch/utils/__init__.py' 2024-08-20T21:53:33.9927360Z adding 'torch/utils/_backport_slots.py' 2024-08-20T21:53:33.9930790Z adding 'torch/utils/_config_module.py' 2024-08-20T21:53:33.9933400Z adding 'torch/utils/_content_store.py' 2024-08-20T21:53:33.9935540Z adding 'torch/utils/_contextlib.py' 2024-08-20T21:53:33.9936750Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-08-20T21:53:33.9943050Z adding 'torch/utils/_cxx_pytree.py' 2024-08-20T21:53:33.9944880Z adding 'torch/utils/_device.py' 2024-08-20T21:53:33.9945740Z adding 'torch/utils/_exposed_in.py' 2024-08-20T21:53:33.9947370Z adding 'torch/utils/_foreach_utils.py' 2024-08-20T21:53:33.9949990Z adding 'torch/utils/_freeze.py' 2024-08-20T21:53:33.9952020Z adding 'torch/utils/_get_clean_triton.py' 2024-08-20T21:53:33.9953180Z adding 'torch/utils/_import_utils.py' 2024-08-20T21:53:33.9954330Z adding 'torch/utils/_mode_utils.py' 2024-08-20T21:53:33.9955990Z adding 'torch/utils/_ordered_set.py' 2024-08-20T21:53:33.9962770Z adding 'torch/utils/_python_dispatch.py' 2024-08-20T21:53:33.9973220Z adding 'torch/utils/_pytree.py' 2024-08-20T21:53:33.9974700Z adding 'torch/utils/_stats.py' 2024-08-20T21:53:33.9975560Z adding 'torch/utils/_thunk.py' 2024-08-20T21:53:33.9978670Z adding 'torch/utils/_traceback.py' 2024-08-20T21:53:33.9980040Z adding 'torch/utils/_triton.py' 2024-08-20T21:53:33.9981250Z adding 'torch/utils/_typing_utils.py' 2024-08-20T21:53:33.9982540Z adding 'torch/utils/_zip.py' 2024-08-20T21:53:33.9986810Z adding 'torch/utils/backend_registration.py' 2024-08-20T21:53:33.9991320Z adding 'torch/utils/bundled_inputs.py' 2024-08-20T21:53:34.0007850Z adding 'torch/utils/checkpoint.py' 2024-08-20T21:53:34.0013490Z adding 'torch/utils/collect_env.py' 2024-08-20T21:53:34.0014770Z adding 'torch/utils/cpp_backtrace.py' 2024-08-20T21:53:34.0038700Z adding 'torch/utils/cpp_extension.py' 2024-08-20T21:53:34.0040450Z adding 'torch/utils/deterministic.py' 2024-08-20T21:53:34.0042410Z adding 'torch/utils/dlpack.py' 2024-08-20T21:53:34.0043570Z adding 'torch/utils/file_baton.py' 2024-08-20T21:53:34.0049270Z adding 'torch/utils/flop_counter.py' 2024-08-20T21:53:34.0051850Z adding 'torch/utils/hooks.py' 2024-08-20T21:53:34.0053880Z adding 'torch/utils/mkldnn.py' 2024-08-20T21:53:34.0055670Z adding 'torch/utils/mobile_optimizer.py' 2024-08-20T21:53:34.0056890Z adding 'torch/utils/model_zoo.py' 2024-08-20T21:53:34.0058480Z adding 'torch/utils/module_tracker.py' 2024-08-20T21:53:34.0060490Z adding 'torch/utils/show_pickle.py' 2024-08-20T21:53:34.0062500Z adding 'torch/utils/throughput_benchmark.py' 2024-08-20T21:53:34.0065330Z adding 'torch/utils/weak.py' 2024-08-20T21:53:34.0066540Z adding 'torch/utils/_strobelight/__init__.py' 2024-08-20T21:53:34.0069240Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2024-08-20T21:53:34.0070460Z adding 'torch/utils/_sympy/__init__.py' 2024-08-20T21:53:34.0076000Z adding 'torch/utils/_sympy/functions.py' 2024-08-20T21:53:34.0078140Z adding 'torch/utils/_sympy/interp.py' 2024-08-20T21:53:34.0080460Z adding 'torch/utils/_sympy/numbers.py' 2024-08-20T21:53:34.0081940Z adding 'torch/utils/_sympy/reference.py' 2024-08-20T21:53:34.0083580Z adding 'torch/utils/_sympy/singleton_int.py' 2024-08-20T21:53:34.0085480Z adding 'torch/utils/_sympy/solve.py' 2024-08-20T21:53:34.0087240Z adding 'torch/utils/_sympy/symbol.py' 2024-08-20T21:53:34.0094920Z adding 'torch/utils/_sympy/value_ranges.py' 2024-08-20T21:53:34.0096640Z adding 'torch/utils/backcompat/__init__.py' 2024-08-20T21:53:34.0097860Z adding 'torch/utils/benchmark/__init__.py' 2024-08-20T21:53:34.0099340Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-08-20T21:53:34.0101410Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-08-20T21:53:34.0106160Z adding 'torch/utils/benchmark/examples/compare.py' 2024-08-20T21:53:34.0106540Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-08-20T21:53:34.0106940Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-08-20T21:53:34.0107360Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-08-20T21:53:34.0109030Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-08-20T21:53:34.0109810Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-08-20T21:53:34.0111650Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-08-20T21:53:34.0113040Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-08-20T21:53:34.0114580Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-08-20T21:53:34.0115910Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-08-20T21:53:34.0117410Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-08-20T21:53:34.0118610Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-08-20T21:53:34.0119860Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-08-20T21:53:34.0123150Z adding 'torch/utils/benchmark/utils/common.py' 2024-08-20T21:53:34.0126670Z adding 'torch/utils/benchmark/utils/compare.py' 2024-08-20T21:53:34.0128670Z adding 'torch/utils/benchmark/utils/compile.py' 2024-08-20T21:53:34.0130920Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-08-20T21:53:34.0135160Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-08-20T21:53:34.0137180Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-08-20T21:53:34.0138010Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-08-20T21:53:34.0143330Z adding 'torch/utils/benchmark/utils/timer.py' 2024-08-20T21:53:34.0144640Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-08-20T21:53:34.0146760Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-08-20T21:53:34.0147570Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-08-20T21:53:34.0149320Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-08-20T21:53:34.0157300Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-08-20T21:53:34.0195810Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-08-20T21:53:34.0198960Z adding 'torch/utils/bottleneck/__init__.py' 2024-08-20T21:53:34.0201140Z adding 'torch/utils/bottleneck/__main__.py' 2024-08-20T21:53:34.0202910Z adding 'torch/utils/data/__init__.py' 2024-08-20T21:53:34.0203720Z adding 'torch/utils/data/backward_compatibility.py' 2024-08-20T21:53:34.0222980Z adding 'torch/utils/data/dataloader.py' 2024-08-20T21:53:34.0227930Z adding 'torch/utils/data/dataset.py' 2024-08-20T21:53:34.0230230Z adding 'torch/utils/data/distributed.py' 2024-08-20T21:53:34.0232070Z adding 'torch/utils/data/graph.py' 2024-08-20T21:53:34.0234190Z adding 'torch/utils/data/graph_settings.py' 2024-08-20T21:53:34.0237110Z adding 'torch/utils/data/sampler.py' 2024-08-20T21:53:34.0238950Z adding 'torch/utils/data/_utils/__init__.py' 2024-08-20T21:53:34.0242240Z adding 'torch/utils/data/_utils/collate.py' 2024-08-20T21:53:34.0243670Z adding 'torch/utils/data/_utils/fetch.py' 2024-08-20T21:53:34.0245180Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-08-20T21:53:34.0246920Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-08-20T21:53:34.0250250Z adding 'torch/utils/data/_utils/worker.py' 2024-08-20T21:53:34.0251830Z adding 'torch/utils/data/datapipes/__init__.py' 2024-08-20T21:53:34.0253770Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-08-20T21:53:34.0256920Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-08-20T21:53:34.0260830Z adding 'torch/utils/data/datapipes/_typing.py' 2024-08-20T21:53:34.0264420Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-08-20T21:53:34.0270410Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-08-20T21:53:34.0273530Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-08-20T21:53:34.0274860Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-08-20T21:53:34.0276430Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-08-20T21:53:34.0279230Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-08-20T21:53:34.0280910Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-08-20T21:53:34.0281640Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-08-20T21:53:34.0283560Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-08-20T21:53:34.0285980Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-08-20T21:53:34.0288250Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-08-20T21:53:34.0293090Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-08-20T21:53:34.0294770Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-08-20T21:53:34.0296110Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-08-20T21:53:34.0299190Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-08-20T21:53:34.0301150Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-08-20T21:53:34.0302820Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-08-20T21:53:34.0304360Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-08-20T21:53:34.0305660Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-08-20T21:53:34.0306920Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-08-20T21:53:34.0308210Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-08-20T21:53:34.0309520Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-08-20T21:53:34.0310900Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-08-20T21:53:34.0312250Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-08-20T21:53:34.0313540Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-08-20T21:53:34.0314660Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-08-20T21:53:34.0315770Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-08-20T21:53:34.0318990Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-08-20T21:53:34.0321870Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-08-20T21:53:34.0323310Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-08-20T21:53:34.0324400Z adding 'torch/utils/hipify/__init__.py' 2024-08-20T21:53:34.0325520Z adding 'torch/utils/hipify/constants.py' 2024-08-20T21:53:34.0364430Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-08-20T21:53:34.0376830Z adding 'torch/utils/hipify/hipify_python.py' 2024-08-20T21:53:34.0378030Z adding 'torch/utils/hipify/version.py' 2024-08-20T21:53:34.0378670Z adding 'torch/utils/jit/__init__.py' 2024-08-20T21:53:34.0380420Z adding 'torch/utils/jit/log_extract.py' 2024-08-20T21:53:34.0384490Z adding 'torch/utils/model_dump/__init__.py' 2024-08-20T21:53:34.0389780Z adding 'torch/utils/model_dump/__main__.py' 2024-08-20T21:53:34.0390190Z adding 'torch/utils/model_dump/code.js' 2024-08-20T21:53:34.0390490Z adding 'torch/utils/model_dump/htm.mjs' 2024-08-20T21:53:34.0393190Z adding 'torch/utils/model_dump/preact.mjs' 2024-08-20T21:53:34.0393850Z adding 'torch/utils/model_dump/skeleton.html' 2024-08-20T21:53:34.0395320Z adding 'torch/utils/tensorboard/__init__.py' 2024-08-20T21:53:34.0396010Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-08-20T21:53:34.0397640Z adding 'torch/utils/tensorboard/_embedding.py' 2024-08-20T21:53:34.0398930Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-08-20T21:53:34.0399670Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-08-20T21:53:34.0403380Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-08-20T21:53:34.0405050Z adding 'torch/utils/tensorboard/_utils.py' 2024-08-20T21:53:34.0412390Z adding 'torch/utils/tensorboard/summary.py' 2024-08-20T21:53:34.0420660Z adding 'torch/utils/tensorboard/writer.py' 2024-08-20T21:53:34.0422330Z adding 'torch/utils/viz/__init__.py' 2024-08-20T21:53:34.0425870Z adding 'torch/utils/viz/_cycles.py' 2024-08-20T21:53:34.0429710Z adding 'torch/xpu/__init__.py' 2024-08-20T21:53:34.0430900Z adding 'torch/xpu/_gpu_trace.py' 2024-08-20T21:53:34.0431770Z adding 'torch/xpu/_utils.py' 2024-08-20T21:53:34.0433360Z adding 'torch/xpu/random.py' 2024-08-20T21:53:34.0435030Z adding 'torch/xpu/streams.py' 2024-08-20T21:53:34.0438270Z adding 'torchgen/__init__.py' 2024-08-20T21:53:34.0439760Z adding 'torchgen/code_template.py' 2024-08-20T21:53:34.0441110Z adding 'torchgen/context.py' 2024-08-20T21:53:34.0464280Z adding 'torchgen/gen.py' 2024-08-20T21:53:34.0468300Z adding 'torchgen/gen_aoti_c_shim.py' 2024-08-20T21:53:34.0472930Z adding 'torchgen/gen_backend_stubs.py' 2024-08-20T21:53:34.0480440Z adding 'torchgen/gen_executorch.py' 2024-08-20T21:53:34.0488260Z adding 'torchgen/gen_functionalization_type.py' 2024-08-20T21:53:34.0493240Z adding 'torchgen/gen_lazy_tensor.py' 2024-08-20T21:53:34.0495380Z adding 'torchgen/gen_vmap_plumbing.py' 2024-08-20T21:53:34.0496550Z adding 'torchgen/local.py' 2024-08-20T21:53:34.0522720Z adding 'torchgen/model.py' 2024-08-20T21:53:34.0529960Z adding 'torchgen/native_function_generation.py' 2024-08-20T21:53:34.0534020Z adding 'torchgen/utils.py' 2024-08-20T21:53:34.0535240Z adding 'torchgen/yaml_utils.py' 2024-08-20T21:53:34.0536460Z adding 'torchgen/aoti/__init__.py' 2024-08-20T21:53:34.0537810Z adding 'torchgen/aoti/fallback_ops.py' 2024-08-20T21:53:34.0539010Z adding 'torchgen/api/__init__.py' 2024-08-20T21:53:34.0547390Z adding 'torchgen/api/autograd.py' 2024-08-20T21:53:34.0551180Z adding 'torchgen/api/cpp.py' 2024-08-20T21:53:34.0552740Z adding 'torchgen/api/dispatcher.py' 2024-08-20T21:53:34.0554730Z adding 'torchgen/api/functionalization.py' 2024-08-20T21:53:34.0558650Z adding 'torchgen/api/lazy.py' 2024-08-20T21:53:34.0559510Z adding 'torchgen/api/meta.py' 2024-08-20T21:53:34.0561250Z adding 'torchgen/api/native.py' 2024-08-20T21:53:34.0573760Z adding 'torchgen/api/python.py' 2024-08-20T21:53:34.0575720Z adding 'torchgen/api/structured.py' 2024-08-20T21:53:34.0579480Z adding 'torchgen/api/translate.py' 2024-08-20T21:53:34.0581330Z adding 'torchgen/api/ufunc.py' 2024-08-20T21:53:34.0583630Z adding 'torchgen/api/unboxing.py' 2024-08-20T21:53:34.0584830Z adding 'torchgen/api/types/__init__.py' 2024-08-20T21:53:34.0588070Z adding 'torchgen/api/types/signatures.py' 2024-08-20T21:53:34.0589820Z adding 'torchgen/api/types/types.py' 2024-08-20T21:53:34.0591960Z adding 'torchgen/api/types/types_base.py' 2024-08-20T21:53:34.0593220Z adding 'torchgen/dest/__init__.py' 2024-08-20T21:53:34.0598940Z adding 'torchgen/dest/lazy_ir.py' 2024-08-20T21:53:34.0600190Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-08-20T21:53:34.0601380Z adding 'torchgen/dest/native_functions.py' 2024-08-20T21:53:34.0609350Z adding 'torchgen/dest/register_dispatch_key.py' 2024-08-20T21:53:34.0613170Z adding 'torchgen/dest/ufunc.py' 2024-08-20T21:53:34.0614380Z adding 'torchgen/executorch/__init__.py' 2024-08-20T21:53:34.0616370Z adding 'torchgen/executorch/model.py' 2024-08-20T21:53:34.0618020Z adding 'torchgen/executorch/parse.py' 2024-08-20T21:53:34.0619230Z adding 'torchgen/executorch/api/__init__.py' 2024-08-20T21:53:34.0620780Z adding 'torchgen/executorch/api/custom_ops.py' 2024-08-20T21:53:34.0623840Z adding 'torchgen/executorch/api/et_cpp.py' 2024-08-20T21:53:34.0625970Z adding 'torchgen/executorch/api/unboxing.py' 2024-08-20T21:53:34.0627210Z adding 'torchgen/executorch/api/types/__init__.py' 2024-08-20T21:53:34.0628560Z adding 'torchgen/executorch/api/types/signatures.py' 2024-08-20T21:53:34.0629240Z adding 'torchgen/executorch/api/types/types.py' 2024-08-20T21:53:34.0630540Z adding 'torchgen/operator_versions/__init__.py' 2024-08-20T21:53:34.0633220Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-08-20T21:53:34.0633920Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-08-20T21:53:34.0711680Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-08-20T21:53:34.0716100Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-08-20T21:53:34.0717810Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-08-20T21:53:34.0718780Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-08-20T21:53:34.0719720Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-08-20T21:53:34.0721310Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-08-20T21:53:34.0721960Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-08-20T21:53:34.0722870Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-08-20T21:53:34.0723780Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-08-20T21:53:34.0724620Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-08-20T21:53:34.0726110Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-08-20T21:53:34.0732080Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-08-20T21:53:34.0732520Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-08-20T21:53:34.0732920Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-08-20T21:53:34.0733330Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-08-20T21:53:34.0733780Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-08-20T21:53:34.0734240Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-08-20T21:53:34.0734680Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-08-20T21:53:34.0735140Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-08-20T21:53:34.0741250Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-08-20T21:53:34.0741900Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-08-20T21:53:34.0742710Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-08-20T21:53:34.0744320Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-08-20T21:53:34.0744950Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-08-20T21:53:34.0745990Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-08-20T21:53:34.0746960Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-08-20T21:53:34.0748390Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-08-20T21:53:34.0748990Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-08-20T21:53:34.0749950Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-08-20T21:53:34.0751580Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-08-20T21:53:34.0752200Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-08-20T21:53:34.0752970Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-08-20T21:53:34.0759950Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-08-20T21:53:34.0761310Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-08-20T21:53:34.0761900Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-08-20T21:53:34.0762830Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-08-20T21:53:34.0763690Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-08-20T21:53:34.0765000Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-08-20T21:53:34.0765670Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-08-20T21:53:34.0767040Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-08-20T21:53:34.0767480Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-08-20T21:53:34.0769020Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-08-20T21:53:34.0769540Z adding 'torchgen/packaged/autograd/README.md' 2024-08-20T21:53:34.0770270Z adding 'torchgen/packaged/autograd/__init__.py' 2024-08-20T21:53:34.0771500Z adding 'torchgen/packaged/autograd/build.bzl' 2024-08-20T21:53:34.0772060Z adding 'torchgen/packaged/autograd/context.py' 2024-08-20T21:53:34.0773690Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-08-20T21:53:34.0803870Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-08-20T21:53:34.0806310Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-08-20T21:53:34.0807800Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-08-20T21:53:34.0813010Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-08-20T21:53:34.0817950Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-08-20T21:53:34.0827560Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-08-20T21:53:34.0831880Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-08-20T21:53:34.0833660Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-08-20T21:53:34.0850420Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-08-20T21:53:34.0853520Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-08-20T21:53:34.0861840Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-08-20T21:53:34.0863510Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-08-20T21:53:34.0864150Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-08-20T21:53:34.0865500Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-08-20T21:53:34.0866190Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-08-20T21:53:34.0867630Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-08-20T21:53:34.0868400Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-08-20T21:53:34.0869250Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-08-20T21:53:34.0870550Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-08-20T21:53:34.0871160Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-08-20T21:53:34.0871930Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-08-20T21:53:34.0873340Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-08-20T21:53:34.0874000Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-08-20T21:53:34.0874860Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-08-20T21:53:34.0876260Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-08-20T21:53:34.0877010Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-08-20T21:53:34.0878580Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-08-20T21:53:34.0879320Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-08-20T21:53:34.0880140Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-08-20T21:53:34.0881570Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-08-20T21:53:34.0882250Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-08-20T21:53:34.0883690Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-08-20T21:53:34.0890670Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-08-20T21:53:34.0892340Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-08-20T21:53:34.0893060Z adding 'torchgen/selective_build/__init__.py' 2024-08-20T21:53:34.0895190Z adding 'torchgen/selective_build/operator.py' 2024-08-20T21:53:34.0897920Z adding 'torchgen/selective_build/selector.py' 2024-08-20T21:53:34.0899140Z adding 'torchgen/static_runtime/__init__.py' 2024-08-20T21:53:34.0901060Z adding 'torchgen/static_runtime/config.py' 2024-08-20T21:53:34.0902990Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-08-20T21:53:34.0907740Z adding 'torchgen/static_runtime/generator.py' 2024-08-20T21:53:34.0981180Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/LICENSE' 2024-08-20T21:53:34.0989050Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/METADATA' 2024-08-20T21:53:34.0994170Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/NOTICE' 2024-08-20T21:53:34.0994540Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/WHEEL' 2024-08-20T21:53:34.0995160Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/entry_points.txt' 2024-08-20T21:53:34.0995640Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/top_level.txt' 2024-08-20T21:53:34.1345350Z adding 'torch-2.5.0a0+git40ec5f6.dist-info/RECORD' 2024-08-20T21:53:34.2014890Z removing build/bdist.macosx-11.1-arm64/wheel 2024-08-20T21:53:34.6732950Z + which sccache 2024-08-20T21:53:34.6774780Z + print_sccache_stats 2024-08-20T21:53:34.6775160Z + echo 'PyTorch Build Statistics' 2024-08-20T21:53:34.6775450Z + sccache --show-stats 2024-08-20T21:53:34.6775660Z PyTorch Build Statistics 2024-08-20T21:53:34.6805890Z Compile requests 6044 2024-08-20T21:53:34.6806230Z Compile requests executed 5439 2024-08-20T21:53:34.6806510Z Cache hits 5415 2024-08-20T21:53:34.6806780Z Cache hits (C/C++) 5415 2024-08-20T21:53:34.6807050Z Cache misses 1 2024-08-20T21:53:34.6807310Z Cache misses (C/C++) 1 2024-08-20T21:53:34.6807570Z Cache timeouts 0 2024-08-20T21:53:34.6807900Z + [[ -n 29024694800 ]] 2024-08-20T21:53:34.6808120Z Cache read errors 0 2024-08-20T21:53:34.6808390Z Forced recaches 0 2024-08-20T21:53:34.6808650Z Cache write errors 0 2024-08-20T21:53:34.6808900Z Compilation failures 2 2024-08-20T21:53:34.6809160Z Cache errors 21 2024-08-20T21:53:34.6809420Z Cache errors (C/C++) 21 2024-08-20T21:53:34.6809720Z Non-cacheable compilations 0 2024-08-20T21:53:34.6810030Z Non-cacheable calls 516 2024-08-20T21:53:34.6810330Z Non-compilation calls 89 2024-08-20T21:53:34.6810600Z Unsupported compiler calls 0 2024-08-20T21:53:34.6811190Z Average cache write 0.078 s 2024-08-20T21:53:34.6811490Z Average compiler 0.721 s 2024-08-20T21:53:34.6811760Z Average cache read hit 0.000 s 2024-08-20T21:53:34.6812040Z Failed distributed compilations 0 2024-08-20T21:53:34.6812340Z 2024-08-20T21:53:34.6812450Z Non-cacheable reasons: 2024-08-20T21:53:34.6812730Z + sccache --show-stats --stats-format json 2024-08-20T21:53:34.6813020Z unknown source language 504 2024-08-20T21:53:34.6813300Z multiple input files 6 2024-08-20T21:53:34.6813540Z @ 6 2024-08-20T21:53:34.6813710Z 2024-08-20T21:53:34.6814000Z Cache location s3, name: ossci-compiler-cache-circleci-v2, prefix: /trunk/ 2024-08-20T21:53:34.6814420Z Version (client) 0.4.1 2024-08-20T21:53:34.6814670Z + jq .stats 2024-08-20T21:53:34.7296200Z + python tools/stats/export_test_times.py 2024-08-20T21:53:34.9286580Z Exporting test times from test-infra 2024-08-20T21:53:34.9287580Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /Users/ec2-user/runner/_work/pytorch/pytorch/.additional_ci_files/test-times.json 2024-08-20T21:53:34.9331300Z + assert_git_not_dirty 2024-08-20T21:53:34.9332270Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json to /Users/ec2-user/runner/_work/pytorch/pytorch/.additional_ci_files/test-class-times.json 2024-08-20T21:53:34.9333460Z + [[ macos-py3-arm64 != *rocm* ]] 2024-08-20T21:53:34.9333730Z + [[ macos-py3-arm64 != *xla* ]] 2024-08-20T21:53:34.9337650Z ++ git status --porcelain 2024-08-20T21:53:34.9338980Z ++ grep -v '?? third_party' 2024-08-20T21:53:44.3689930Z ++ true 2024-08-20T21:53:44.3691470Z + git_status= 2024-08-20T21:53:44.3691790Z + [[ -n '' ]] 2024-08-20T21:53:44.3692300Z + rm -rfv /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx 2024-08-20T21:53:44.3754240Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang 2024-08-20T21:53:44.3754820Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx/clang++ 2024-08-20T21:53:44.3755350Z /var/folders/bm/fnn3xd1d39lcpbxrgwys1c140000gn/T/tmp.oRz9hyq4Dx 2024-08-20T21:53:44.4145780Z ##[group]Run zip -1 -r artifacts.zip dist/ build/.ninja_log build/compile_commands.json .additional_ci_files 2024-08-20T21:53:44.4146490Z zip -1 -r artifacts.zip dist/ build/.ninja_log build/compile_commands.json .additional_ci_files 2024-08-20T21:53:44.4411740Z shell: /bin/bash -e {0} 2024-08-20T21:53:44.4411940Z env: 2024-08-20T21:53:44.4412100Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:53:44.4412350Z SCCACHE_USE_GHA: false 2024-08-20T21:53:44.4413170Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:53:44.4414120Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:53:44.4414570Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:44.4415080Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:44.4415840Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:53:44.4416850Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:44.4417520Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-20T21:53:44.4417810Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:53:44.4418170Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:44.4418540Z ##[endgroup] 2024-08-20T21:53:44.4879070Z adding: dist/ (stored 0%) 2024-08-20T21:53:45.7690290Z adding: dist/torch-2.5.0a0+git40ec5f6-cp39-cp39-macosx_11_0_arm64.whl (deflated 4%) 2024-08-20T21:53:45.7819600Z adding: build/.ninja_log (deflated 89%) 2024-08-20T21:53:45.8250170Z adding: build/compile_commands.json (deflated 98%) 2024-08-20T21:53:45.8250540Z adding: .additional_ci_files/ (stored 0%) 2024-08-20T21:53:45.8322300Z adding: .additional_ci_files/test-times.json (deflated 74%) 2024-08-20T21:53:45.8626750Z adding: .additional_ci_files/test-class-times.json (deflated 68%) 2024-08-20T21:53:45.8866570Z ##[group]Run actions/upload-artifact@v3 2024-08-20T21:53:45.8866820Z with: 2024-08-20T21:53:45.8866980Z name: macos-py3-arm64 2024-08-20T21:53:45.8867170Z retention-days: 14 2024-08-20T21:53:45.8867360Z if-no-files-found: error 2024-08-20T21:53:45.8867570Z path: artifacts.zip 2024-08-20T21:53:45.8867740Z env: 2024-08-20T21:53:45.8867890Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:53:45.8868130Z SCCACHE_USE_GHA: false 2024-08-20T21:53:45.8868950Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:53:45.8869900Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:53:45.8870350Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:45.8870930Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:45.8871710Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:53:45.8872720Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:45.8873390Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-20T21:53:45.8873680Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:53:45.8874030Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:45.8874400Z ##[endgroup] 2024-08-20T21:53:45.9735370Z With the provided path, there will be 1 file uploaded 2024-08-20T21:53:45.9736100Z Starting artifact upload 2024-08-20T21:53:45.9737100Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2024-08-20T21:53:45.9738090Z Artifact name is valid! 2024-08-20T21:53:46.0817800Z Container for artifact "macos-py3-arm64" successfully created. Starting upload of file(s) 2024-08-20T21:53:47.0625270Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (13.4%) bytes 0:8388607 2024-08-20T21:53:48.1091190Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (26.8%) bytes 8388608:16777215 2024-08-20T21:53:48.9216700Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (40.3%) bytes 16777216:25165823 2024-08-20T21:53:49.8452170Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (53.7%) bytes 25165824:33554431 2024-08-20T21:53:50.7220050Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (67.2%) bytes 33554432:41943039 2024-08-20T21:53:51.6251710Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (80.6%) bytes 41943040:50331647 2024-08-20T21:53:52.5980570Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (94.1%) bytes 50331648:58720255 2024-08-20T21:53:53.1042120Z Uploaded /Users/ec2-user/runner/_work/pytorch/pytorch/artifacts.zip (100.0%) bytes 58720256:62376748 2024-08-20T21:53:53.1053480Z Total size of all the files uploaded is 62376749 bytes 2024-08-20T21:53:53.1056300Z File upload process has finished. Finalizing the artifact upload 2024-08-20T21:53:53.1258390Z Artifact has been finalized. All files have been successfully uploaded! 2024-08-20T21:53:53.1259380Z 2024-08-20T21:53:53.1261330Z The raw size of all the files that were specified for upload is 62376749 bytes 2024-08-20T21:53:53.1263830Z The size of all the files that were uploaded is 62376749 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2024-08-20T21:53:53.1266380Z 2024-08-20T21:53:53.1269130Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2024-08-20T21:53:53.1271120Z 2024-08-20T21:53:53.1271650Z Artifact macos-py3-arm64 has been successfully uploaded! 2024-08-20T21:53:53.1512110Z ##[group]Run actions/upload-artifact@v3 2024-08-20T21:53:53.1513130Z with: 2024-08-20T21:53:53.1514180Z name: sccache-stats-macos-py3-arm64-runattempt1-29024694800 2024-08-20T21:53:53.1515580Z retention-days: 14 2024-08-20T21:53:53.1516390Z if-no-files-found: warn 2024-08-20T21:53:53.1517310Z path: sccache-stats-*.json 2024-08-20T21:53:53.1518130Z env: 2024-08-20T21:53:53.1518830Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:53:53.1519820Z SCCACHE_USE_GHA: false 2024-08-20T21:53:53.1523080Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:53:53.1527050Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:53:53.1528830Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:53.1530800Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:53.1533210Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:53:53.1536350Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:53.1538470Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-20T21:53:53.1539400Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:53:53.1540570Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:53.1541760Z ##[endgroup] 2024-08-20T21:53:53.2566150Z With the provided path, there will be 1 file uploaded 2024-08-20T21:53:53.2567050Z Starting artifact upload 2024-08-20T21:53:53.2578540Z For more detailed logs during the artifact upload process, enable step-debugging: https://docs.github.com/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-step-debug-logging 2024-08-20T21:53:53.2579450Z Artifact name is valid! 2024-08-20T21:53:53.3273090Z Container for artifact "sccache-stats-macos-py3-arm64-runattempt1-29024694800" successfully created. Starting upload of file(s) 2024-08-20T21:53:53.4191550Z Total size of all the files uploaded is 339 bytes 2024-08-20T21:53:53.4192440Z File upload process has finished. Finalizing the artifact upload 2024-08-20T21:53:53.4359790Z Artifact has been finalized. All files have been successfully uploaded! 2024-08-20T21:53:53.4360520Z 2024-08-20T21:53:53.4361050Z The raw size of all the files that were specified for upload is 893 bytes 2024-08-20T21:53:53.4362940Z The size of all the files that were uploaded is 339 bytes. This takes into account any gzip compression used to reduce the upload size, time and storage 2024-08-20T21:53:53.4364310Z 2024-08-20T21:53:53.4365920Z Note: The size of downloaded zips can differ significantly from the reported size. For more information see: https://github.com/actions/upload-artifact#zipped-artifact-downloads 2024-08-20T21:53:53.4367560Z 2024-08-20T21:53:53.4368490Z Artifact sccache-stats-macos-py3-arm64-runattempt1-29024694800 has been successfully uploaded! 2024-08-20T21:53:53.4524260Z ##[group]Run pytorch/test-infra/.github/actions/check-disk-space@main 2024-08-20T21:53:53.4524880Z with: 2024-08-20T21:53:53.4525210Z minimum-available-space-in-gb: 6 2024-08-20T21:53:53.4525620Z env: 2024-08-20T21:53:53.4525910Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:53:53.4526360Z SCCACHE_USE_GHA: false 2024-08-20T21:53:53.4527890Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:53:53.4529790Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:53:53.4530620Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:53.4531560Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:53.4533140Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:53:53.4547490Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:53.4548760Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-20T21:53:53.4549300Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:53:53.4549980Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:53.4550830Z ##[endgroup] 2024-08-20T21:53:53.4580440Z ##[group]Run echo "Print the available disk space for manual inspection" 2024-08-20T21:53:53.4581370Z echo "Print the available disk space for manual inspection" 2024-08-20T21:53:53.4581980Z df -h 2024-08-20T21:53:53.4582280Z  2024-08-20T21:53:53.4582610Z function check_disk_space() { 2024-08-20T21:53:53.4583040Z  set +e 2024-08-20T21:53:53.4583340Z  2024-08-20T21:53:53.4583740Z  # Set the minimum requirement space to 6GB 2024-08-20T21:53:53.4584560Z  MINIMUM_AVAILABLE_SPACE_IN_KB=$(($MINIMUM_AVAILABLE_SPACE_IN_GB * 1024 * 1024)) 2024-08-20T21:53:53.4585250Z  2024-08-20T21:53:53.4585690Z  # Use KB to avoid floating point warning like 3.1GB 2024-08-20T21:53:53.4586440Z  df -k | tr -s ' ' | cut -d' ' -f 4,9 | while read -r LINE; 2024-08-20T21:53:53.4587020Z  do 2024-08-20T21:53:53.4587400Z  AVAIL=$(echo $LINE | cut -f1 -d' ') 2024-08-20T21:53:53.4587950Z  MOUNT=$(echo $LINE | cut -f2 -d' ') 2024-08-20T21:53:53.4588410Z  2024-08-20T21:53:53.4588740Z  if [ "${MOUNT}" = "/" ]; then 2024-08-20T21:53:53.4589380Z  if [ "${AVAIL}" -lt "${MINIMUM_AVAILABLE_SPACE_IN_KB}" ]; then 2024-08-20T21:53:53.4590800Z  echo "Failure: There is only ${AVAIL}KB free space left in ${MOUNT}, which is less than the minimum requirement of ${MINIMUM_AVAILABLE_SPACE_IN_KB}KB for ${RUNNER_OS}" 2024-08-20T21:53:53.4592000Z  else 2024-08-20T21:53:53.4592710Z  echo "Success: There is ${AVAIL}KB free space left in ${MOUNT} for ${RUNNER_OS}, continue" 2024-08-20T21:53:53.4593480Z  fi 2024-08-20T21:53:53.4593780Z  fi 2024-08-20T21:53:53.4594070Z  done 2024-08-20T21:53:53.4594330Z  2024-08-20T21:53:53.4594570Z  set -e 2024-08-20T21:53:53.4594840Z } 2024-08-20T21:53:53.4595080Z  2024-08-20T21:53:53.4595340Z RESULT=$(check_disk_space) 2024-08-20T21:53:53.4595720Z echo "${RESULT}" 2024-08-20T21:53:53.4596030Z  2024-08-20T21:53:53.4596450Z if [[ "${RESULT}" == *Failure* && "${RUNNER_OS}" == "macOS" ]]; then 2024-08-20T21:53:53.4597610Z  # We can clean up /System/Library/Caches/com.apple.coresymbolicationd on MacOS to free up the space and this should free up enough space 2024-08-20T21:53:53.4599050Z  # https://github.com/pytorch/pytorch/issues/85440 2024-08-20T21:53:53.4599840Z  sudo rm "/System/Library/Caches/com.apple.coresymbolicationd/data" || true 2024-08-20T21:53:53.4600970Z  # Stop the daemon and launchctl will automatically start it again, thus accomplish a restart and free up the above file 2024-08-20T21:53:53.4602000Z  sudo launchctl stop com.apple.coresymbolicationd || true 2024-08-20T21:53:53.4602610Z  2024-08-20T21:53:53.4602940Z  # Clean up crash reports on the runner 2024-08-20T21:53:53.4603620Z  sudo rm -rf "/System/Volumes/Data/Library/Logs/CrashReporter" || true 2024-08-20T21:53:53.4604210Z  2024-08-20T21:53:53.4604590Z  # Also try to clean up torch.hub caching directory 2024-08-20T21:53:53.4605170Z  rm -rf "${HOME}/.cache/torch/hub" || true 2024-08-20T21:53:53.4605600Z  2024-08-20T21:53:53.4605840Z  # Purge conda 2024-08-20T21:53:53.4606200Z  conda clean -p -t -y || true 2024-08-20T21:53:53.4606610Z  # and pip cache 2024-08-20T21:53:53.4606960Z  pip cache purge || true 2024-08-20T21:53:53.4607310Z  2024-08-20T21:53:53.4607810Z  echo "Re-run disk space check for ${RUNNER_OS} after cleaning up" 2024-08-20T21:53:53.4608430Z  # Re-run the check 2024-08-20T21:53:53.4622320Z  RESULT=$(check_disk_space) 2024-08-20T21:53:53.4622760Z  echo "${RESULT}" 2024-08-20T21:53:53.4623210Z fi 2024-08-20T21:53:53.4623460Z  2024-08-20T21:53:53.4623770Z if [[ "${RESULT}" == *Failure* ]]; then 2024-08-20T21:53:53.4624200Z  df -h 2024-08-20T21:53:53.4624500Z  2024-08-20T21:53:53.4625510Z  echo "Please help create an issue to PyTorch Release Engineering via https://github.com/pytorch/test-infra/issues and provide the link to the workflow run." 2024-08-20T21:53:53.4626580Z  exit 1 2024-08-20T21:53:53.4626860Z fi 2024-08-20T21:53:53.4653740Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:53:53.4654150Z env: 2024-08-20T21:53:53.4654410Z BUILD_ENVIRONMENT: macos-py3-arm64 2024-08-20T21:53:53.4654790Z SCCACHE_USE_GHA: false 2024-08-20T21:53:53.4656000Z PATH: /Users/ec2-user/runner/_work/_temp/miniconda/bin:/opt/homebrew/Caskroom/miniconda/base/bin:/opt/homebrew/Caskroom/miniconda/base/condabin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/bin:/usr/sbin:/sbin 2024-08-20T21:53:53.4657430Z CONDA_EXE: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda 2024-08-20T21:53:53.4658100Z CONDA_ENV: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:53.4658830Z CONDA_PREFIX: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:53.4659960Z CONDA_RUN: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda run -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 --no-capture-output 2024-08-20T21:53:53.4661460Z CONDA_INSTALL: /Users/ec2-user/runner/_work/_temp/miniconda/bin/conda install --yes --quiet -p /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:53.4662470Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-08-20T21:53:53.4662890Z SCCACHE_S3_KEY_PREFIX: trunk 2024-08-20T21:53:53.4663420Z CMAKE_PREFIX_PATH: /Users/ec2-user/runner/_work/_temp/conda_environment_10479310961 2024-08-20T21:53:53.4664020Z MINIMUM_AVAILABLE_SPACE_IN_GB: 6 2024-08-20T21:53:53.4664350Z ##[endgroup] 2024-08-20T21:53:53.5096460Z Print the available disk space for manual inspection 2024-08-20T21:53:53.5122960Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-08-20T21:53:53.5123540Z /dev/disk5s2s1 256Gi 9.5Gi 196Gi 5% 404k 2.1G 0% / 2024-08-20T21:53:53.5124010Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-08-20T21:53:53.5124770Z /dev/disk5s5 256Gi 1.0Gi 196Gi 1% 1 2.1G 0% /System/Volumes/VM 2024-08-20T21:53:53.5125340Z /dev/disk5s3 256Gi 5.7Gi 196Gi 3% 997 2.1G 0% /System/Volumes/Preboot 2024-08-20T21:53:53.5125900Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2024-08-20T21:53:53.5126480Z /dev/disk1s1 500Mi 54Mi 387Mi 13% 53 4.0M 0% /System/Volumes/iSCPreboot 2024-08-20T21:53:53.5127060Z /dev/disk1s3 500Mi 616Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2024-08-20T21:53:53.5127750Z /dev/disk5s1 256Gi 43Gi 196Gi 18% 2.5M 2.1G 0% /System/Volumes/Data 2024-08-20T21:53:53.5128550Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2024-08-20T21:53:53.5129180Z /dev/disk3s4 228Gi 108Ki 212Gi 1% 17 2.2G 0% /private/tmp/tmp-mount-jpKNKL 2024-08-20T21:53:53.5500670Z Success: There is 205528504KB free space left in / for macOS, continue 2024-08-20T21:53:53.5624840Z Post job cleanup. 2024-08-20T21:53:54.0870890Z Post job cleanup. 2024-08-20T21:53:54.2015390Z Cache hit occurred on the primary key miniconda-env-macOS-ARM64-3.9.12-20240820d-d2e9511d9e56638ec6d1acb510f1a8c378c9d02010984f84aaf470a85ac03b75-d928ce85d96572125883da7a0b83c3de4e02ba911d05f6bbdea36d6e00ab41f0, not saving cache. 2024-08-20T21:53:54.2063970Z Post job cleanup. 2024-08-20T21:53:54.3079780Z Cache hit occurred on the primary key miniconda-macOS-ARM64-3.9.12-20240820d, not saving cache. 2024-08-20T21:53:54.3174570Z Post job cleanup. 2024-08-20T21:53:54.3232400Z Post job cleanup. 2024-08-20T21:53:54.4148270Z [command]/usr/bin/git version 2024-08-20T21:53:54.4216690Z git version 2.39.3 (Apple Git-146) 2024-08-20T21:53:54.4238670Z Temporarily overriding HOME='/Users/ec2-user/runner/_work/_temp/19e6f111-a2ca-4e35-9abc-337ed501d76c' before making global git config changes 2024-08-20T21:53:54.4239530Z Adding repository directory to the temporary git global config as a safe directory 2024-08-20T21:53:54.4241420Z [command]/usr/bin/git config --global --add safe.directory /Users/ec2-user/runner/_work/pytorch/pytorch 2024-08-20T21:53:54.4304910Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-20T21:53:54.4362960Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-20T21:53:54.4920940Z Entering 'android/libs/fbjni' 2024-08-20T21:53:54.5034970Z Entering 'third_party/FP16' 2024-08-20T21:53:54.5142930Z Entering 'third_party/FXdiv' 2024-08-20T21:53:54.5252700Z Entering 'third_party/NNPACK' 2024-08-20T21:53:54.5365100Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:53:54.5466840Z Entering 'third_party/XNNPACK' 2024-08-20T21:53:54.5574360Z Entering 'third_party/benchmark' 2024-08-20T21:53:54.5683410Z Entering 'third_party/cpp-httplib' 2024-08-20T21:53:54.5784940Z Entering 'third_party/cpuinfo' 2024-08-20T21:53:54.5901710Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:53:54.6003930Z Entering 'third_party/cutlass' 2024-08-20T21:53:54.6109570Z Entering 'third_party/eigen' 2024-08-20T21:53:54.6255230Z Entering 'third_party/fbgemm' 2024-08-20T21:53:54.6387930Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:53:54.6514150Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:53:54.6647370Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:53:54.6820290Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:53:54.6942970Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:53:54.7053030Z Entering 'third_party/flatbuffers' 2024-08-20T21:53:54.7155820Z Entering 'third_party/fmt' 2024-08-20T21:53:54.7260290Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:53:54.7365200Z Entering 'third_party/gloo' 2024-08-20T21:53:54.7476450Z Entering 'third_party/googletest' 2024-08-20T21:53:54.7590340Z Entering 'third_party/ideep' 2024-08-20T21:53:54.7713320Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:53:54.7898700Z Entering 'third_party/ittapi' 2024-08-20T21:53:54.8001840Z Entering 'third_party/kineto' 2024-08-20T21:53:54.8102300Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:53:54.8202090Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:53:54.8302160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:53:54.8399820Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:53:54.8498130Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:53:54.8593880Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:53:54.8693670Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:53:54.8792630Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:53:54.8891160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:53:54.8991810Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:53:54.9094330Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:53:54.9196050Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:53:54.9297620Z Entering 'third_party/mimalloc' 2024-08-20T21:53:54.9400260Z Entering 'third_party/nccl/nccl' 2024-08-20T21:53:54.9517210Z Entering 'third_party/nlohmann' 2024-08-20T21:53:54.9618870Z Entering 'third_party/onnx' 2024-08-20T21:53:54.9735830Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:53:54.9857750Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:53:54.9975930Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:53:55.0074050Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:53:55.0170880Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:53:55.0269400Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:53:55.0366470Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:53:55.0463790Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:53:55.0561130Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:53:55.0660120Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:53:55.0756950Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:53:55.0855550Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:53:55.0955410Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:53:55.1063280Z Entering 'third_party/pocketfft' 2024-08-20T21:53:55.1165560Z Entering 'third_party/protobuf' 2024-08-20T21:53:55.1333640Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:53:55.1453460Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:53:55.1577300Z Entering 'third_party/psimd' 2024-08-20T21:53:55.1684150Z Entering 'third_party/pthreadpool' 2024-08-20T21:53:55.1799960Z Entering 'third_party/pybind11' 2024-08-20T21:53:55.1913660Z Entering 'third_party/python-peachpy' 2024-08-20T21:53:55.2018750Z Entering 'third_party/sleef' 2024-08-20T21:53:55.2127320Z Entering 'third_party/tensorpipe' 2024-08-20T21:53:55.2250350Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:53:55.2369450Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:53:55.2480350Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:53:55.2607890Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:53:55.2743300Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:53:55.2872110Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-20T21:53:55.2926000Z http.https://github.com/.extraheader 2024-08-20T21:53:55.2932580Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-20T21:53:55.2990480Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-20T21:53:55.3490190Z Entering 'android/libs/fbjni' 2024-08-20T21:53:55.3559670Z http.https://github.com/.extraheader 2024-08-20T21:53:55.3625460Z Entering 'third_party/FP16' 2024-08-20T21:53:55.3691470Z http.https://github.com/.extraheader 2024-08-20T21:53:55.3757350Z Entering 'third_party/FXdiv' 2024-08-20T21:53:55.3823430Z http.https://github.com/.extraheader 2024-08-20T21:53:55.3889580Z Entering 'third_party/NNPACK' 2024-08-20T21:53:55.3954490Z http.https://github.com/.extraheader 2024-08-20T21:53:55.4019960Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T21:53:55.4085150Z http.https://github.com/.extraheader 2024-08-20T21:53:55.4151650Z Entering 'third_party/XNNPACK' 2024-08-20T21:53:55.4217590Z http.https://github.com/.extraheader 2024-08-20T21:53:55.4289760Z Entering 'third_party/benchmark' 2024-08-20T21:53:55.4358840Z http.https://github.com/.extraheader 2024-08-20T21:53:55.4424280Z Entering 'third_party/cpp-httplib' 2024-08-20T21:53:55.4490910Z http.https://github.com/.extraheader 2024-08-20T21:53:55.4556490Z Entering 'third_party/cpuinfo' 2024-08-20T21:53:55.4623130Z http.https://github.com/.extraheader 2024-08-20T21:53:55.4701380Z Entering 'third_party/cudnn_frontend' 2024-08-20T21:53:55.4768610Z http.https://github.com/.extraheader 2024-08-20T21:53:55.4835170Z Entering 'third_party/cutlass' 2024-08-20T21:53:55.4902030Z http.https://github.com/.extraheader 2024-08-20T21:53:55.4971330Z Entering 'third_party/eigen' 2024-08-20T21:53:55.5039010Z http.https://github.com/.extraheader 2024-08-20T21:53:55.5106020Z Entering 'third_party/fbgemm' 2024-08-20T21:53:55.5172640Z http.https://github.com/.extraheader 2024-08-20T21:53:55.5236760Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:53:55.5301100Z http.https://github.com/.extraheader 2024-08-20T21:53:55.5368030Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:53:55.5432970Z http.https://github.com/.extraheader 2024-08-20T21:53:55.5499320Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:53:55.5566720Z http.https://github.com/.extraheader 2024-08-20T21:53:55.5636060Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:53:55.5704110Z http.https://github.com/.extraheader 2024-08-20T21:53:55.5768630Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:53:55.5833370Z http.https://github.com/.extraheader 2024-08-20T21:53:55.5901140Z Entering 'third_party/flatbuffers' 2024-08-20T21:53:55.5968320Z http.https://github.com/.extraheader 2024-08-20T21:53:55.6041030Z Entering 'third_party/fmt' 2024-08-20T21:53:55.6106240Z http.https://github.com/.extraheader 2024-08-20T21:53:55.6172560Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:53:55.6239250Z http.https://github.com/.extraheader 2024-08-20T21:53:55.6306280Z Entering 'third_party/gloo' 2024-08-20T21:53:55.6373270Z http.https://github.com/.extraheader 2024-08-20T21:53:55.6438570Z Entering 'third_party/googletest' 2024-08-20T21:53:55.6503620Z http.https://github.com/.extraheader 2024-08-20T21:53:55.6571760Z Entering 'third_party/ideep' 2024-08-20T21:53:55.6638510Z http.https://github.com/.extraheader 2024-08-20T21:53:55.6702630Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T21:53:55.6765860Z http.https://github.com/.extraheader 2024-08-20T21:53:55.6835830Z Entering 'third_party/ittapi' 2024-08-20T21:53:55.6905170Z http.https://github.com/.extraheader 2024-08-20T21:53:55.6979150Z Entering 'third_party/kineto' 2024-08-20T21:53:55.7041190Z http.https://github.com/.extraheader 2024-08-20T21:53:55.7106980Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:53:55.7173610Z http.https://github.com/.extraheader 2024-08-20T21:53:55.7237440Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:53:55.7301730Z http.https://github.com/.extraheader 2024-08-20T21:53:55.7369420Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:53:55.7436600Z http.https://github.com/.extraheader 2024-08-20T21:53:55.7504030Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:53:55.7568640Z http.https://github.com/.extraheader 2024-08-20T21:53:55.7646640Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:53:55.7711790Z http.https://github.com/.extraheader 2024-08-20T21:53:55.7776220Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:53:55.7840690Z http.https://github.com/.extraheader 2024-08-20T21:53:55.7921120Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:53:55.7986580Z http.https://github.com/.extraheader 2024-08-20T21:53:55.8053130Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:53:55.8117550Z http.https://github.com/.extraheader 2024-08-20T21:53:55.8183650Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:53:55.8249190Z http.https://github.com/.extraheader 2024-08-20T21:53:55.8314850Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:53:55.8380640Z http.https://github.com/.extraheader 2024-08-20T21:53:55.8447860Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:53:55.8512830Z http.https://github.com/.extraheader 2024-08-20T21:53:55.8590870Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:53:55.8655790Z http.https://github.com/.extraheader 2024-08-20T21:53:55.8724670Z Entering 'third_party/mimalloc' 2024-08-20T21:53:55.8792470Z http.https://github.com/.extraheader 2024-08-20T21:53:55.8859260Z Entering 'third_party/nccl/nccl' 2024-08-20T21:53:55.8926680Z http.https://github.com/.extraheader 2024-08-20T21:53:55.8993200Z Entering 'third_party/nlohmann' 2024-08-20T21:53:55.9060030Z http.https://github.com/.extraheader 2024-08-20T21:53:55.9126500Z Entering 'third_party/onnx' 2024-08-20T21:53:55.9193450Z http.https://github.com/.extraheader 2024-08-20T21:53:55.9262970Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T21:53:55.9329050Z http.https://github.com/.extraheader 2024-08-20T21:53:55.9395100Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T21:53:55.9459800Z http.https://github.com/.extraheader 2024-08-20T21:53:55.9527500Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T21:53:55.9593670Z http.https://github.com/.extraheader 2024-08-20T21:53:55.9658440Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:53:55.9724090Z http.https://github.com/.extraheader 2024-08-20T21:53:55.9788690Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:53:55.9854220Z http.https://github.com/.extraheader 2024-08-20T21:53:55.9920920Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:53:55.9987090Z http.https://github.com/.extraheader 2024-08-20T21:53:56.0053700Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:53:56.0119560Z http.https://github.com/.extraheader 2024-08-20T21:53:56.0186350Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:53:56.0249840Z http.https://github.com/.extraheader 2024-08-20T21:53:56.0315080Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:53:56.0378910Z http.https://github.com/.extraheader 2024-08-20T21:53:56.0444620Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:53:56.0508820Z http.https://github.com/.extraheader 2024-08-20T21:53:56.0574370Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T21:53:56.0640940Z http.https://github.com/.extraheader 2024-08-20T21:53:56.0709370Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T21:53:56.0775930Z http.https://github.com/.extraheader 2024-08-20T21:53:56.0850290Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:53:56.0915950Z http.https://github.com/.extraheader 2024-08-20T21:53:56.0990710Z Entering 'third_party/pocketfft' 2024-08-20T21:53:56.1058650Z http.https://github.com/.extraheader 2024-08-20T21:53:56.1125200Z Entering 'third_party/protobuf' 2024-08-20T21:53:56.1192280Z http.https://github.com/.extraheader 2024-08-20T21:53:56.1257170Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T21:53:56.1323160Z http.https://github.com/.extraheader 2024-08-20T21:53:56.1390210Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T21:53:56.1456580Z http.https://github.com/.extraheader 2024-08-20T21:53:56.1526340Z Entering 'third_party/psimd' 2024-08-20T21:53:56.1594910Z http.https://github.com/.extraheader 2024-08-20T21:53:56.1662230Z Entering 'third_party/pthreadpool' 2024-08-20T21:53:56.1729150Z http.https://github.com/.extraheader 2024-08-20T21:53:56.1796040Z Entering 'third_party/pybind11' 2024-08-20T21:53:56.1863440Z http.https://github.com/.extraheader 2024-08-20T21:53:56.1930020Z Entering 'third_party/python-peachpy' 2024-08-20T21:53:56.1996690Z http.https://github.com/.extraheader 2024-08-20T21:53:56.2064020Z Entering 'third_party/sleef' 2024-08-20T21:53:56.2131090Z http.https://github.com/.extraheader 2024-08-20T21:53:56.2198400Z Entering 'third_party/tensorpipe' 2024-08-20T21:53:56.2262740Z http.https://github.com/.extraheader 2024-08-20T21:53:56.2326210Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T21:53:56.2392370Z http.https://github.com/.extraheader 2024-08-20T21:53:56.2457420Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T21:53:56.2521950Z http.https://github.com/.extraheader 2024-08-20T21:53:56.2587500Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T21:53:56.2652530Z http.https://github.com/.extraheader 2024-08-20T21:53:56.2727680Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T21:53:56.2792320Z http.https://github.com/.extraheader 2024-08-20T21:53:56.2856280Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T21:53:56.2921930Z http.https://github.com/.extraheader 2024-08-20T21:53:56.3059790Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-20T21:53:56.3108580Z ##[group]Run '/opt/runner_scripts/post-job.sh' 2024-08-20T21:53:56.3123470Z shell: /bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:53:56.3123770Z ##[endgroup] 2024-08-20T21:53:56.3592040Z + df -h 2024-08-20T21:53:56.3612230Z + ls -t /var/log/post_job 2024-08-20T21:53:56.3613250Z + awk 'NR>100' 2024-08-20T21:53:56.3613690Z + xargs rm -fv 2024-08-20T21:53:56.5299060Z + Checking if runner needs to be terminated...ok 2024-08-20T21:53:56.5299410Z + Outputting disk space 2024-08-20T21:53:56.5299820Z Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 2024-08-20T21:53:56.5300380Z /dev/disk5s2s1 256Gi 9.5Gi 196Gi 5% 404k 2.1G 0% / 2024-08-20T21:53:56.5300860Z devfs 217Ki 217Ki 0Bi 100% 752 0 100% /dev 2024-08-20T21:53:56.5301430Z /dev/disk5s5 256Gi 1.0Gi 196Gi 1% 1 2.1G 0% /System/Volumes/VM 2024-08-20T21:53:56.5302000Z /dev/disk5s3 256Gi 5.7Gi 196Gi 3% 997 2.1G 0% /System/Volumes/Preboot 2024-08-20T21:53:56.5302620Z /dev/disk1s2 500Mi 6.0Mi 387Mi 2% 1 4.0M 0% /System/Volumes/xarts 2024-08-20T21:53:56.5303310Z /dev/disk1s1 500Mi 54Mi 387Mi 13% 53 4.0M 0% /System/Volumes/iSCPreboot 2024-08-20T21:53:56.5303900Z /dev/disk1s3 500Mi 616Ki 387Mi 1% 51 4.0M 0% /System/Volumes/Hardware 2024-08-20T21:53:56.5304470Z /dev/disk5s1 256Gi 43Gi 196Gi 18% 2.5M 2.1G 0% /System/Volumes/Data 2024-08-20T21:53:56.5305200Z map auto_home 0Bi 0Bi 0Bi 100% 0 0 - /System/Volumes/Data/home 2024-08-20T21:53:56.5305930Z /dev/disk3s4 228Gi 108Ki 212Gi 1% 17 2.2G 0% /private/tmp/tmp-mount-jpKNKL 2024-08-20T21:53:56.5306400Z + Cleaning up old logs (Keep the latest 100) 2024-08-20T21:53:56.5307830Z + Restoring SSH key to be the skeleton key 2024-08-20T21:53:56.5458510Z Evaluate and set job outputs 2024-08-20T21:53:56.5464750Z Set output 'build-outcome' 2024-08-20T21:53:56.5465940Z Set output 'test-matrix' 2024-08-20T21:53:56.5466480Z Cleaning up orphan processes 2024-08-20T21:53:57.2091650Z Terminate orphan process: pid (35116) (sccache)